#F83392
A medium, vivid magenta closely aligning with Deeppink.
About #F83392
The hex code #F83392 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(248, 51, 146).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 79% Magenta, 41% Yellow, and 3% Black. With a hue angle of 331.1 degrees, it sits comfortably in the magenta spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F83392
RGB248, 51, 146
HSL331.1°, 93.4%, 58.6%
CMYK0%, 79%, 41%, 3%
HSV331.1°, 79.4%, 97.3%
LAB56.5, 77.5, -4.5
XYZ45.1, 24.4, 29.5
Decimal16266130
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.88:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F83392;
}
.text-color {
color: #F83392;
}
.border-color {
border: 2px solid #F83392;
}