#F850B6
A light, vivid magenta closely aligning with Hotpink.
About #F850B6
Visually, #F850B6 is defined as a vivid magenta. It is closely associated with the named CSS color Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 80, and 182.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 68% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F850B6
RGB248, 80, 182
HSL323.6°, 92.3%, 64.3%
CMYK0%, 68%, 27%, 3%
HSV323.6°, 67.7%, 97.3%
LAB60.8, 72.5, -18.9
XYZ50.0, 29.1, 47.2
Decimal16273590
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.08:1
Text on #FFFFFF
AA Large
6.81:1
Text on #000000
AA
2.95:1
Text on #F8FAFC
FAIL
5.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F850B6;
}
.text-color {
color: #F850B6;
}
.border-color {
border: 2px solid #F850B6;
}