Living Coral Hex Code — #FF6F61
RGB, HSL, and CMYK values for Living Coral.
Living Coral Color Values
| Format | Value |
|---|---|
| HEX | #FF6F61 |
| RGB | rgb(255, 111, 97) |
| HSL | hsl(5, 100%, 69%) |
| CMYK | cmyk(0%, 56%, 62%, 0%) |
Want to explore more shades? Use our Color Converter
About Living Coral
Color psychology: Warmth, comfort, nurturing.
Living Coral (#FF6F61) is a medium shade of orange. It's commonly used in web design, graphic design, and branding where warmth, comfort, nurturing are desired associations.
How to Use Living Coral in CSS
/* Using HEX */ color: #FF6F61; background-color: #FF6F61; /* Using RGB */ color: rgb(255, 111, 97); /* Using HSL */ color: hsl(5, 100%, 69%);