Shades of Magenta #FE01FE
Tints of Magenta #FE01FE
RGB
CMYK
RGB Variations
Color information
#FE01FE (or 0xFE01FE) is known color: Magenta. HEX triplet: FE, 01 and FE. RGB value is (254,1,254). Sum of RGB (Red+Green+Blue) = 254+1+254=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 1 (0.78% from 255 or 0.20% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE01FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE01FE is #01FE01. Grayscale: #686868. Windows color (decimal): -130562 or 16646654. OLE color: 16646654.
HSL color Cylindrical-coordinate representation of color #FE01FE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE01FE is Cyan = 0, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 254 | - |
| CMYK | 0 | 1.00 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.5% | - |
| HSV(B) | 300º | 1% | 1% | - |
| XYZ | 58.77 | 28.25 | 96.12 | - |
| YUV | 105.49 | 211.82 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 254 | 0 | 1.00 | 0 | 0.00 | 300 | 0.99 | 0.5 |
| Hex | FE | 1 | FE | 0 | 64 | 0 | 0 | 12C | 63 | 32 |
| Octal | 376 | 1 | 376 | 0 | 144 | 0 | 0 | 454 | 143 | 62 |
| Binary | 11111110 | 1 | 11111110 | 0 | 1100100 | 0 | 0 | 100101100 | 1100011 | 110010 |
Color Harmonies of #FE01FE
Complementary color
Monochromatic Colors of #FE01FE
Black with #FE01FE
Text Example
Text Example
White with #FE01FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01FE; }
p { color: rgb(254,1,254); }
H1.HeaderClassName
{
color: #FE01FE;
}
.AnyTagClassName
{
color: #FE01FE;
}
</style>
background-color css
<style>
a { background-color: #FE01FE; }
a { background-color: rgb(254,1,254); }
div.DivClassName
{
background-color: #FE01FE;
}
.BgClassName
{
background-color: #FE01FE;
}
</style>
border-color css
<style>
span { border-color: #FE01FE; }
span { border-color: rgb(254,1,254); }
td.TdClassName
{
border-color: #FE01FE;
}
.TagClassName
{
border-color: #FE01FE;
}
</style>