#F0A0AF
A light, vivid red closely aligning with Lightpink.
About #F0A0AF
Visually, #F0A0AF is defined as a vivid red. If you're using CSS, you might find it aligns closely with Lightpink. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 160, and 175.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 33% Magenta, 27% Yellow, and 6% Black. The HSL representation is 348.8° hue, 72.7% saturation, and 78.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#F0A0AF
RGB240, 160, 175
HSL348.8°, 72.7%, 78.4%
CMYK0%, 33%, 27%, 6%
HSV348.8°, 33.3%, 94.1%
LAB74.0, 31.7, 4.5
XYZ56.2, 46.8, 46.6
Decimal15769775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.35:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A0AF;
}
.text-color {
color: #F0A0AF;
}
.border-color {
border: 2px solid #F0A0AF;
}