TikTok Pink Hex Code — #FE2C55
RGB, HSL, and CMYK values for TikTok Pink.
TikTok Pink Color Values
| Format | Value |
|---|---|
| HEX | #FE2C55 |
| RGB | rgb(254, 44, 85) |
| HSL | hsl(348, 99%, 58%) |
| CMYK | cmyk(0%, 83%, 67%, 0%) |
Want to explore more shades? Use our Color Converter
About TikTok Pink
Color psychology: Youth, entertainment.
TikTok Pink (#FE2C55) is a medium shade of pink. It's commonly used in web design, graphic design, and branding where youth, entertainment are desired associations.
How to Use TikTok Pink in CSS
/* Using HEX */ color: #FE2C55; background-color: #FE2C55; /* Using RGB */ color: rgb(254, 44, 85); /* Using HSL */ color: hsl(348, 99%, 58%);