RGB
255, 0, 255
HSL
300°, 100%, 50%
CMYK
0, 100, 0, 0
HSV
300°, 100%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FF00FF |
color: #FF00FF;
|
| RGB | 255, 0, 255 |
color: rgb(255, 0, 255);
|
| RGB Percentage | 100%, 0%, 100% |
color: rgb(100%, 0%, 100%);
|
| CMYK | 0%, 100%, 0%, 0% | Not supported in CSS |
| HSL | 300°, 100%, 50% |
color: hsl(300, 100%, 50%);
|
| HSV | 300°, 100%, 100% | Not supported in CSS |
| CIE-LAB | 40, 51, -85 |
color: lab(40% 51 -85);
|
| Decimal | 16711935 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.fuchsia {
color: #FF00FF;
}
SCSS
$fuchsia: #FF00FF;
RGB
rgb(255, 0, 255)
Accessibility & Contrast
White background
3.14:1
3.14
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
6.70:1
6.70
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element