#F033F0
A medium, vivid magenta closely aligning with Fuchsia.
About #F033F0
The hex code #F033F0 represents a beautifully specific shade of magenta. Its closest recognized web color is Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 51, and 240.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 79% magenta inks. The HSL representation is 300.0° hue, 86.3% saturation, and 57.1% 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#F033F0
RGB240, 51, 240
HSL300.0°, 86.3%, 57.1%
CMYK0%, 79%, 0%, 6%
HSV300.0°, 78.8%, 94.1%
LAB59.1, 87.2, -54.5
XYZ52.8, 27.2, 84.9
Decimal15741936
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.26:1
Text on #FFFFFF
AA Large
6.44:1
Text on #000000
AA
3.12:1
Text on #F8FAFC
AA Large
5.47:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F033F0;
}
.text-color {
color: #F033F0;
}
.border-color {
border: 2px solid #F033F0;
}