#F8666D
A light, vivid red closely aligning with Salmon.
About #F8666D
The precise color #F8666D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Salmon. In the RGB color space, it consists of 248 red, 102 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 59% magenta, 56% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8666D
RGB248, 102, 109
HSL357.1°, 91.3%, 68.6%
CMYK0%, 59%, 56%, 3%
HSV357.1°, 58.9%, 97.3%
LAB62.1, 56.4, 25.1
XYZ46.2, 30.6, 17.9
Decimal16279149
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: #F8666D;
}
.text-color {
color: #F8666D;
}
.border-color {
border: 2px solid #F8666D;
}