#F06D66
A light, vivid red closely aligning with Salmon.
About #F06D66
At its core, #F06D66 is a light and vivid hue. Its closest recognized web color is Salmon. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 109, and 102.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 55% magenta inks. The HSL representation is 3.0° hue, 82.1% saturation, and 67.1% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F06D66
RGB240, 109, 102
HSL3.0°, 82.1%, 67.1%
CMYK0%, 55%, 57%, 6%
HSV3.0°, 57.5%, 94.1%
LAB62.0, 49.9, 28.7
XYZ43.8, 30.4, 16.1
Decimal15756646
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.08:1
Text on #000000
AAA
2.83:1
Text on #F8FAFC
FAIL
6.02:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06D66;
}
.text-color {
color: #F06D66;
}
.border-color {
border: 2px solid #F06D66;
}