#F8A08A
A light, vivid red closely aligning with Darksalmon.
About #F8A08A
The hex code #F8A08A represents a beautifully specific shade of red. Designers often compare it to the standard color Darksalmon. This translates to an RGB value of rgb(248, 160, 138).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 35% Magenta, 44% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#F8A08A
RGB248, 160, 138
HSL12.0°, 88.7%, 75.7%
CMYK0%, 35%, 44%, 3%
HSV12.0°, 44.4%, 97.3%
LAB74.1, 30.3, 25.1
XYZ55.9, 46.9, 30.2
Decimal16294026
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.39:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8A08A;
}
.text-color {
color: #F8A08A;
}
.border-color {
border: 2px solid #F8A08A;
}