#FF5F92
A light, vivid magenta closely aligning with Hotpink.
About #FF5F92
At its core, #FF5F92 is a light and vivid hue. Its closest recognized web color is Hotpink. Its digital footprint relies on 255 parts red, 95 parts green, and 146 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 63% M, 43% Y, and 0% K. With a hue angle of 340.9 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF5F92
RGB255, 95, 146
HSL340.9°, 100.0%, 68.6%
CMYK0%, 63%, 43%, 0%
HSV340.9°, 62.7%, 100.0%
LAB62.9, 64.7, 5.1
XYZ50.5, 31.5, 30.6
Decimal16736146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.30:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5F92;
}
.text-color {
color: #FF5F92;
}
.border-color {
border: 2px solid #FF5F92;
}