#F87CB6
A light, vivid magenta closely aligning with Hotpink.
About #F87CB6
Visually, #F87CB6 is defined as a vivid magenta. Designers often compare it to the standard color Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 124, and 182.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 50% magenta, 27% yellow, and 3% black. The HSL representation is 331.9° hue, 89.9% saturation, and 72.9% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F87CB6
RGB248, 124, 182
HSL331.9°, 89.9%, 72.9%
CMYK0%, 50%, 27%, 3%
HSV331.9°, 50.0%, 97.3%
LAB67.8, 53.7, -8.4
XYZ54.4, 37.7, 48.7
Decimal16284854
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.46:1
Text on #FFFFFF
FAIL
8.55:1
Text on #000000
AAA
2.35:1
Text on #F8FAFC
FAIL
7.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F87CB6;
}
.text-color {
color: #F87CB6;
}
.border-color {
border: 2px solid #F87CB6;
}