Shades of Magenta #FE20FE
Tints of Magenta #FE20FE
RGB
CMYK
RGB Variations
Color information
#FE20FE (or 0xFE20FE) is known color: Magenta. HEX triplet: FE, 20 and FE. RGB value is (254,32,254). Sum of RGB (Red+Green+Blue) = 254+32+254=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 32 (12.89% from 255 or 5.93% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE20FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE20FE is #01DF01. Grayscale: #7B7B7B. Windows color (decimal): -122626 or 16654590. OLE color: 16654590.
HSL color Cylindrical-coordinate representation of color #FE20FE: 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 #FE20FE is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 254 | - |
| CMYK | 0 | 0.87 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.56% | - |
| HSV(B) | 300º | 0.87% | 1% | - |
| XYZ | 59.28 | 29.26 | 96.29 | - |
| YUV | 123.69 | 201.55 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 254 | 0 | 0.87 | 0 | 0.00 | 300 | 0.99 | 0.56 |
| Hex | FE | 20 | FE | 0 | 57 | 0 | 0 | 12C | 63 | 38 |
| Octal | 376 | 40 | 376 | 0 | 127 | 0 | 0 | 454 | 143 | 70 |
| Binary | 11111110 | 100000 | 11111110 | 0 | 1010111 | 0 | 0 | 100101100 | 1100011 | 111000 |
Color Harmonies of #FE20FE
Complementary color
Monochromatic Colors of #FE20FE
Black with #FE20FE
Text Example
Text Example
White with #FE20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20FE; }
p { color: rgb(254,32,254); }
H1.HeaderClassName
{
color: #FE20FE;
}
.AnyTagClassName
{
color: #FE20FE;
}
</style>
background-color css
<style>
a { background-color: #FE20FE; }
a { background-color: rgb(254,32,254); }
div.DivClassName
{
background-color: #FE20FE;
}
.BgClassName
{
background-color: #FE20FE;
}
</style>
border-color css
<style>
span { border-color: #FE20FE; }
span { border-color: rgb(254,32,254); }
td.TdClassName
{
border-color: #FE20FE;
}
.TagClassName
{
border-color: #FE20FE;
}
</style>