#125 DeepPink4
#AF005F
ExtendedHEX#AF005F
RGB175, 0, 95
HSL327°, 100%, 34%
CMYK0%, 100%, 46%, 31%
Xterm ID125
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;125m Background (fondo)
\x1b[48;5;125m Bash echo
echo -e "\033[38;5;125mTexto\033[0m" Python
print(f"\033[38;5;125mTexto\033[0m") CSS
Color HEX
color: #AF005F; Color RGB
color: rgb(175, 0, 95); Background
background-color: #AF005F;