#F06D5F
A light, vivid red closely aligning with Salmon.
About #F06D5F
At its core, #F06D5F is a light and vivid hue. If you're using CSS, you might find it aligns closely with Salmon. Its digital footprint relies on 240 parts red, 109 parts green, and 95 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 55% Magenta, 60% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F06D5F
RGB240, 109, 95
HSL5.8°, 82.9%, 65.7%
CMYK0%, 55%, 60%, 6%
HSV5.8°, 60.4%, 94.1%
LAB61.9, 49.4, 32.5
XYZ43.5, 30.3, 14.4
Decimal15756639
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.06:1
Text on #000000
AAA
2.84:1
Text on #F8FAFC
FAIL
6.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06D5F;
}
.text-color {
color: #F06D5F;
}
.border-color {
border: 2px solid #F06D5F;
}