#F06D50
A light, vivid red closely aligning with Coral.
About #F06D50
At its core, #F06D50 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Coral. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 109, and 80.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 55% Magenta, 67% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F06D50
RGB240, 109, 80
HSL10.9°, 84.2%, 62.7%
CMYK0%, 55%, 67%, 6%
HSV10.9°, 66.7%, 94.1%
LAB61.7, 48.5, 40.4
XYZ42.9, 30.0, 11.1
Decimal15756624
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.00:1
Text on #FFFFFF
FAIL
7.01:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06D50;
}
.text-color {
color: #F06D50;
}
.border-color {
border: 2px solid #F06D50;
}