#F875B6
A light, vivid magenta closely aligning with Hotpink.
About #F875B6
Visually, #F875B6 is defined as a vivid magenta. Its closest recognized web color is Hotpink. Its digital footprint relies on 248 parts red, 117 parts green, and 182 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 53% M, 27% Y, and 3% K. With a hue angle of 330.2 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F875B6
RGB248, 117, 182
HSL330.2°, 90.3%, 71.6%
CMYK0%, 53%, 27%, 3%
HSV330.2°, 52.8%, 97.3%
LAB66.6, 57.0, -10.3
XYZ53.5, 36.1, 48.4
Decimal16283062
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.21:1
Text on #000000
AAA
2.44:1
Text on #F8FAFC
FAIL
6.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F875B6;
}
.text-color {
color: #F875B6;
}
.border-color {
border: 2px solid #F875B6;
}