Shades of Magenta #FF00FE
Tints of Magenta #FF00FE
RGB
CMYK
RGB Variations
Color information
#FF00FE (or 0xFF00FE) is known color: Magenta. HEX triplet: FF, 00 and FE. RGB value is (255,0,254). Sum of RGB (Red+Green+Blue) = 255+0+254=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 0 (0.39% from 255 or 0% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF00FE is #00FF01. Grayscale: #686868. Windows color (decimal): -65282 or 16646399. OLE color: 16646399.
HSL color Cylindrical-coordinate representation of color #FF00FE: hue angle of 300.24º 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 #FF00FE is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 254 | - |
| CMYK | 0 | 1 | 0.00 | 0 |
| HSL | 300.24º | 1% | 0.5% | - |
| HSV(B) | 300.24º | 1% | 1% | - |
| XYZ | 59.13 | 28.42 | 96.13 | - |
| YUV | 105.2 | 211.98 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 254 | 0 | 1 | 0.00 | 0 | 300.24 | 1 | 0.5 |
| Hex | FF | 0 | FE | 0 | 64 | 0 | 0 | 12C | 64 | 32 |
| Octal | 377 | 0 | 376 | 0 | 144 | 0 | 0 | 454 | 144 | 62 |
| Binary | 11111111 | 0 | 11111110 | 0 | 1100100 | 0 | 0 | 100101100 | 1100100 | 110010 |
Color Harmonies of #FF00FE
Complementary color
Monochromatic Colors of #FF00FE
Black with #FF00FE
Text Example
Text Example
White with #FF00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00FE; }
p { color: rgb(255,0,254); }
H1.HeaderClassName
{
color: #FF00FE;
}
.AnyTagClassName
{
color: #FF00FE;
}
</style>
background-color css
<style>
a { background-color: #FF00FE; }
a { background-color: rgb(255,0,254); }
div.DivClassName
{
background-color: #FF00FE;
}
.BgClassName
{
background-color: #FF00FE;
}
</style>
border-color css
<style>
span { border-color: #FF00FE; }
span { border-color: rgb(255,0,254); }
td.TdClassName
{
border-color: #FF00FE;
}
.TagClassName
{
border-color: #FF00FE;
}
</style>