#F800BD
A medium, vivid magenta closely aligning with Deeppink.
About #F800BD
The precise color #F800BD is an excellent choice for modern design projects. It is closely associated with the named CSS color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 0, and 189.
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 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#F800BD
RGB248, 0, 189
HSL314.3°, 100.0%, 48.6%
CMYK0%, 100%, 24%, 3%
HSV314.3°, 100.0%, 97.3%
LAB55.7, 88.8, -30.8
XYZ47.9, 23.6, 50.2
Decimal16253117
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.67:1
Text on #FFFFFF
AA Large
5.73:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F800BD;
}
.text-color {
color: #F800BD;
}
.border-color {
border: 2px solid #F800BD;
}