#FF24FF
A medium, vivid magenta closely aligning with Fuchsia.
About #FF24FF
When working with digital screens, the color #FF24FF is rendered by mixing light. Designers often compare it to the standard color Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 36, and 255.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 86% magenta, 0% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#FF24FF
RGB255, 36, 255
HSL300.0°, 100.0%, 57.1%
CMYK0%, 86%, 0%, 0%
HSV300.0°, 85.9%, 100.0%
LAB61.4, 95.0, -59.1
XYZ59.9, 29.7, 97.2
Decimal16721151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.02:1
Text on #FFFFFF
AA Large
6.95:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF24FF;
}
.text-color {
color: #FF24FF;
}
.border-color {
border: 2px solid #FF24FF;
}