#206 HotPink
#FF5FD7
ExtendedHEX#FF5FD7
RGB255, 95, 215
HSL315°, 100%, 69%
CMYK0%, 63%, 16%, 0%
Xterm ID206
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;206m Background (fondo)
\x1b[48;5;206m Bash echo
echo -e "\033[38;5;206mTexto\033[0m" Python
print(f"\033[38;5;206mTexto\033[0m") CSS
Color HEX
color: #FF5FD7; Color RGB
color: rgb(255, 95, 215); Background
background-color: #FF5FD7;