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