#F80F6D
A medium, vivid magenta closely aligning with Deeppink.
About #F80F6D
Visually, #F80F6D is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Deeppink. In the RGB color space, it consists of 248 red, 15 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium 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#F80F6D
RGB248, 15, 109
HSL335.8°, 94.3%, 51.6%
CMYK0%, 94%, 56%, 3%
HSV335.8°, 94.0%, 97.3%
LAB53.4, 80.7, 13.2
XYZ41.6, 21.4, 16.4
Decimal16256877
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.28:1
Text on #000000
AA
3.80:1
Text on #F8FAFC
AA Large
4.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80F6D;
}
.text-color {
color: #F80F6D;
}
.border-color {
border: 2px solid #F80F6D;
}