Coral Pink Hex Code — #F88379
RGB, HSL, and CMYK values for Coral Pink.
Coral Pink Color Values
| Format | Value |
|---|---|
| HEX | #F88379 |
| RGB | rgb(248, 131, 121) |
| HSL | hsl(5, 90%, 72%) |
| CMYK | cmyk(0%, 47%, 51%, 3%) |
Want to explore more shades? Use our Color Converter
About Coral Pink
Color psychology: Warmth, optimism.
Coral Pink (#F88379) is a light shade of pink. It's commonly used in web design, graphic design, and branding where warmth, optimism are desired associations.
How to Use Coral Pink in CSS
/* Using HEX */ color: #F88379; background-color: #F88379; /* Using RGB */ color: rgb(248, 131, 121); /* Using HSL */ color: hsl(5, 90%, 72%);