#F850BD
A light, vivid magenta closely aligning with Hotpink.
About #F850BD
Visually, #F850BD 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, 80, and 189.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 68% magenta inks. The HSL representation is 321.1° hue, 92.3% saturation, and 64.3% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F850BD
RGB248, 80, 189
HSL321.1°, 92.3%, 64.3%
CMYK0%, 68%, 24%, 3%
HSV321.1°, 67.7%, 97.3%
LAB61.1, 73.3, -22.5
XYZ50.8, 29.4, 51.1
Decimal16273597
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.06:1
Text on #FFFFFF
AA Large
6.87:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F850BD;
}
.text-color {
color: #F850BD;
}
.border-color {
border: 2px solid #F850BD;
}