#F87CA0
A light, vivid magenta closely aligning with Palevioletred.
About #F87CA0
The precise color #F87CA0 is an excellent choice for modern design projects. Designers often compare it to the standard color Palevioletred. This translates to an RGB value of rgb(248, 124, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 50% Magenta, 35% Yellow, and 3% Black. The HSL representation is 342.6° hue, 89.9% saturation, and 72.9% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#F87CA0
RGB248, 124, 160
HSL342.6°, 89.9%, 72.9%
CMYK0%, 50%, 35%, 3%
HSV342.6°, 50.0%, 97.3%
LAB67.2, 51.0, 3.1
XYZ52.3, 36.9, 37.6
Decimal16284832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.38:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F87CA0;
}
.text-color {
color: #F87CA0;
}
.border-color {
border: 2px solid #F87CA0;
}