#F83A8A
A light, vivid magenta closely aligning with Deeppink.
About #F83A8A
The hex code #F83A8A represents a beautifully specific shade of magenta. Designers often compare it to the standard color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 58, and 138.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 77% M, 44% Y, and 3% K. With a hue angle of 334.7 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#F83A8A
RGB248, 58, 138
HSL334.7°, 93.1%, 60.0%
CMYK0%, 77%, 44%, 3%
HSV334.7°, 76.6%, 97.3%
LAB56.9, 74.9, 0.9
XYZ44.8, 24.8, 26.5
Decimal16267914
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.52:1
Text on #FFFFFF
AA Large
5.96:1
Text on #000000
AA
3.37:1
Text on #F8FAFC
AA Large
5.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F83A8A;
}
.text-color {
color: #F83A8A;
}
.border-color {
border: 2px solid #F83A8A;
}