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