#F0A8A0
A light, vivid red closely aligning with Lightpink.
About #F0A8A0
The hex code #F0A8A0 represents a beautifully specific shade of red. Designers often compare it to the standard color Lightpink. This translates to an RGB value of rgb(240, 168, 160).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 30% M, 33% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0A8A0
RGB240, 168, 160
HSL6.0°, 72.7%, 78.4%
CMYK0%, 30%, 33%, 6%
HSV6.0°, 33.3%, 94.1%
LAB75.5, 25.5, 14.8
XYZ56.3, 49.1, 39.8
Decimal15771808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.81:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A8A0;
}
.text-color {
color: #F0A8A0;
}
.border-color {
border: 2px solid #F0A8A0;
}