Shades of Magenta #FE02F6
Tints of Magenta #FE02F6
RGB
CMYK
RGB Variations
Color information
#FE02F6 (or 0xFE02F6) is known color: Magenta. HEX triplet: FE, 02 and F6. RGB value is (254,2,246). Sum of RGB (Red+Green+Blue) = 254+2+246=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 2 (1.17% from 255 or 0.40% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE02F6 is #01FD09. Grayscale: #686868. Windows color (decimal): -130314 or 16122622. OLE color: 16122622.
HSL color Cylindrical-coordinate representation of color #FE02F6: hue angle of 301.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE02F6 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 246 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.00 |
| HSL | 301.9º | 0.99% | 0.5% | - |
| HSV(B) | 301.9º | 0.99% | 1% | - |
| XYZ | 57.53 | 27.77 | 89.52 | - |
| YUV | 105.16 | 207.49 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 246 | 0 | 0.99 | 0.03 | 0.00 | 301.9 | 0.99 | 0.5 |
| Hex | FE | 2 | F6 | 0 | 63 | 3 | 0 | 12E | 63 | 32 |
| Octal | 376 | 2 | 366 | 0 | 143 | 3 | 0 | 456 | 143 | 62 |
| Binary | 11111110 | 10 | 11110110 | 0 | 1100011 | 11 | 0 | 100101110 | 1100011 | 110010 |
Color Harmonies of #FE02F6
Complementary color
Monochromatic Colors of #FE02F6
Black with #FE02F6
Text Example
Text Example
White with #FE02F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02F6; }
p { color: rgb(254,2,246); }
H1.HeaderClassName
{
color: #FE02F6;
}
.AnyTagClassName
{
color: #FE02F6;
}
</style>
background-color css
<style>
a { background-color: #FE02F6; }
a { background-color: rgb(254,2,246); }
div.DivClassName
{
background-color: #FE02F6;
}
.BgClassName
{
background-color: #FE02F6;
}
</style>
border-color css
<style>
span { border-color: #FE02F6; }
span { border-color: rgb(254,2,246); }
td.TdClassName
{
border-color: #FE02F6;
}
.TagClassName
{
border-color: #FE02F6;
}
</style>