#F80083
A medium, vivid magenta closely aligning with Deeppink.
About #F80083
At its core, #F80083 is a medium and vivid hue. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(248, 0, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 100% Magenta, 47% Yellow, and 3% Black. The HSL representation is 328.3° hue, 100.0% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F80083
RGB248, 0, 131
HSL328.3°, 100.0%, 48.6%
CMYK0%, 100%, 47%, 3%
HSV328.3°, 100.0%, 97.3%
LAB53.6, 83.3, 0.2
XYZ42.8, 21.6, 23.4
Decimal16253059
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.95:1
Text on #FFFFFF
AA Large
5.32:1
Text on #000000
AA
3.77:1
Text on #F8FAFC
AA Large
4.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F80083;
}
.text-color {
color: #F80083;
}
.border-color {
border: 2px solid #F80083;
}