#F03383
A medium, vivid magenta closely aligning with Deeppink.
About #F03383
The hex code #F03383 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(240, 51, 131).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 79% magenta inks. The HSL representation is 334.6° hue, 86.3% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F03383
RGB240, 51, 131
HSL334.6°, 86.3%, 57.1%
CMYK0%, 79%, 45%, 6%
HSV334.6°, 78.8%, 94.1%
LAB54.6, 74.2, 1.5
XYZ41.2, 22.5, 23.6
Decimal15741827
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.81:1
Text on #FFFFFF
AA Large
5.51:1
Text on #000000
AA
3.65:1
Text on #F8FAFC
AA Large
4.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F03383;
}
.text-color {
color: #F03383;
}
.border-color {
border: 2px solid #F03383;
}