#F06D57
A light, vivid red closely aligning with Salmon.
About #F06D57
Visually, #F06D57 is defined as a vivid red. 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 87 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 55% magenta, 64% yellow, and 6% black. With a hue angle of 8.6 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F06D57
RGB240, 109, 87
HSL8.6°, 83.6%, 64.1%
CMYK0%, 55%, 64%, 6%
HSV8.6°, 63.7%, 94.1%
LAB61.8, 48.9, 36.7
XYZ43.1, 30.2, 12.6
Decimal15756631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.03:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06D57;
}
.text-color {
color: #F06D57;
}
.border-color {
border: 2px solid #F06D57;
}