Shades of Magenta #FE21FE
Tints of Magenta #FE21FE
RGB
CMYK
RGB Variations
Color information
#FE21FE (or 0xFE21FE) is known color: Magenta. HEX triplet: FE, 21 and FE. RGB value is (254,33,254). Sum of RGB (Red+Green+Blue) = 254+33+254=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 33 (13.28% from 255 or 6.10% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE21FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE21FE is #01DE01. Grayscale: #7B7B7B. Windows color (decimal): -122370 or 16654846. OLE color: 16654846.
HSL color Cylindrical-coordinate representation of color #FE21FE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE21FE is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 254 | - |
| CMYK | 0 | 0.87 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.56% | - |
| HSV(B) | 300º | 0.87% | 1% | - |
| XYZ | 59.31 | 29.31 | 96.3 | - |
| YUV | 124.27 | 201.22 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 254 | 0 | 0.87 | 0 | 0.00 | 300 | 0.99 | 0.56 |
| Hex | FE | 21 | FE | 0 | 57 | 0 | 0 | 12C | 63 | 38 |
| Octal | 376 | 41 | 376 | 0 | 127 | 0 | 0 | 454 | 143 | 70 |
| Binary | 11111110 | 100001 | 11111110 | 0 | 1010111 | 0 | 0 | 100101100 | 1100011 | 111000 |
Color Harmonies of #FE21FE
Complementary color
Monochromatic Colors of #FE21FE
Black with #FE21FE
Text Example
Text Example
White with #FE21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE21FE; }
p { color: rgb(254,33,254); }
H1.HeaderClassName
{
color: #FE21FE;
}
.AnyTagClassName
{
color: #FE21FE;
}
</style>
background-color css
<style>
a { background-color: #FE21FE; }
a { background-color: rgb(254,33,254); }
div.DivClassName
{
background-color: #FE21FE;
}
.BgClassName
{
background-color: #FE21FE;
}
</style>
border-color css
<style>
span { border-color: #FE21FE; }
span { border-color: rgb(254,33,254); }
td.TdClassName
{
border-color: #FE21FE;
}
.TagClassName
{
border-color: #FE21FE;
}
</style>