#199 DeepPink1
#FF00AF
ExtendedHEX#FF00AF
RGB255, 0, 175
HSL319°, 100%, 50%
CMYK0%, 100%, 31%, 0%
Xterm ID199
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;199m Background (fondo)
\x1b[48;5;199m Bash echo
echo -e "\033[38;5;199mTexto\033[0m" Python
print(f"\033[38;5;199mTexto\033[0m") CSS
Color HEX
color: #FF00AF; Color RGB
color: rgb(255, 0, 175); Background
background-color: #FF00AF;