#F06D6D
A light, vivid red closely aligning with Salmon.
About #F06D6D
At its core, #F06D6D is a light and vivid hue. It is closely associated with the named CSS color Salmon. In the RGB color space, it consists of 240 red, 109 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 55% M, 55% Y, and 6% K. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F06D6D
RGB240, 109, 109
HSL0.0°, 81.4%, 68.4%
CMYK0%, 55%, 55%, 6%
HSV0.0°, 54.6%, 94.1%
LAB62.1, 50.5, 24.9
XYZ44.2, 30.6, 18.0
Decimal15756653
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.11:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06D6D;
}
.text-color {
color: #F06D6D;
}
.border-color {
border: 2px solid #F06D6D;
}