Light Coral Hex Code — #F08080
RGB, HSL, and CMYK values for Light Coral.
Light Coral Color Values
| Format | Value |
|---|---|
| HEX | #F08080 |
| RGB | rgb(240, 128, 128) |
| HSL | hsl(0, 79%, 72%) |
| CMYK | cmyk(0%, 47%, 47%, 6%) |
Want to explore more shades? Use our Color Converter
About Light Coral
Color psychology: Gentleness, friendship.
Light Coral (#F08080) is a light shade of red. It's commonly used in web design, graphic design, and branding where gentleness, friendship are desired associations.
How to Use Light Coral in CSS
/* Using HEX */ color: #F08080; background-color: #F08080; /* Using RGB */ color: rgb(240, 128, 128); /* Using HSL */ color: hsl(0, 79%, 72%);