#F83AA0
A light, vivid magenta closely aligning with Deeppink.
About #F83AA0
The hex code #F83AA0 represents a beautifully specific shade of magenta. Its closest recognized web color is Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 58, and 160.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 77% M, 35% Y, and 3% K. With a hue angle of 327.8 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F83AA0
RGB248, 58, 160
HSL327.8°, 93.1%, 60.0%
CMYK0%, 77%, 35%, 3%
HSV327.8°, 76.6%, 97.3%
LAB57.6, 77.0, -11.1
XYZ46.6, 25.5, 35.7
Decimal16267936
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.44:1
Text on #FFFFFF
AA Large
6.10:1
Text on #000000
AA
3.29:1
Text on #F8FAFC
AA Large
5.19:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F83AA0;
}
.text-color {
color: #F83AA0;
}
.border-color {
border: 2px solid #F83AA0;
}