Shades of Magenta #FE02FF
Tints of Magenta #FE02FF
RGB
CMYK
RGB Variations
Color information
#FE02FF (or 0xFE02FF) is known color: Magenta. HEX triplet: FE, 02 and FF. RGB value is (254,2,255). Sum of RGB (Red+Green+Blue) = 254+2+255=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 2 (1.17% from 255 or 0.39% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE02FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE02FF is #01FD00. Grayscale: #696969. Windows color (decimal): -130305 or 16712446. OLE color: 16712446.
HSL color Cylindrical-coordinate representation of color #FE02FF: hue angle of 299.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE02FF is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 2 | 255 | - |
| CMYK | 0.00 | 0.99 | 0 | 0 |
| HSL | 299.76º | 1% | 0.5% | - |
| HSV(B) | 299.76º | 0.99% | 1% | - |
| XYZ | 58.94 | 28.33 | 96.97 | - |
| YUV | 106.19 | 211.99 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 255 | 0.00 | 0.99 | 0 | 0 | 299.76 | 1 | 0.5 |
| Hex | FE | 2 | FF | 0 | 63 | 0 | 0 | 12C | 64 | 32 |
| Octal | 376 | 2 | 377 | 0 | 143 | 0 | 0 | 454 | 144 | 62 |
| Binary | 11111110 | 10 | 11111111 | 0 | 1100011 | 0 | 0 | 100101100 | 1100100 | 110010 |
Color Harmonies of #FE02FF
Complementary color
Monochromatic Colors of #FE02FF
Black with #FE02FF
Text Example
Text Example
White with #FE02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02FF; }
p { color: rgb(254,2,255); }
H1.HeaderClassName
{
color: #FE02FF;
}
.AnyTagClassName
{
color: #FE02FF;
}
</style>
background-color css
<style>
a { background-color: #FE02FF; }
a { background-color: rgb(254,2,255); }
div.DivClassName
{
background-color: #FE02FF;
}
.BgClassName
{
background-color: #FE02FF;
}
</style>
border-color css
<style>
span { border-color: #FE02FF; }
span { border-color: rgb(254,2,255); }
td.TdClassName
{
border-color: #FE02FF;
}
.TagClassName
{
border-color: #FE02FF;
}
</style>