#F866BD
A light, vivid magenta closely aligning with Hotpink.
About #F866BD
When working with digital screens, the color #F866BD is rendered by mixing light. Its closest recognized web color is Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 102, and 189.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 59% M, 24% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F866BD
RGB248, 102, 189
HSL324.2°, 91.3%, 68.6%
CMYK0%, 59%, 24%, 3%
HSV324.2°, 58.9%, 97.3%
LAB64.3, 64.6, -17.7
XYZ52.6, 33.1, 51.8
Decimal16279229
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.63:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F866BD;
}
.text-color {
color: #F866BD;
}
.border-color {
border: 2px solid #F866BD;
}