#F800A0
A medium, vivid magenta closely aligning with Deeppink.
About #F800A0
The hex code #F800A0 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Deeppink. This translates to an RGB value of rgb(248, 0, 160).
Translating this color to physical media requires the CMYK color model. 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.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F800A0
RGB248, 0, 160
HSL321.3°, 100.0%, 48.6%
CMYK0%, 100%, 35%, 3%
HSV321.3°, 100.0%, 97.3%
LAB54.5, 85.8, -15.7
XYZ45.1, 22.5, 35.2
Decimal16253088
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.82:1
Text on #FFFFFF
AA Large
5.50:1
Text on #000000
AA
3.65:1
Text on #F8FAFC
AA Large
4.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F800A0;
}
.text-color {
color: #F800A0;
}
.border-color {
border: 2px solid #F800A0;
}