Shades of Magenta #FE02FC
Tints of Magenta #FE02FC
RGB
CMYK
RGB Variations
Color information
#FE02FC (or 0xFE02FC) is known color: Magenta. HEX triplet: FE, 02 and FC. RGB value is (254,2,252). Sum of RGB (Red+Green+Blue) = 254+2+252=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 2 (1.17% from 255 or 0.39% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE02FC is #01FD03. Grayscale: #696969. Windows color (decimal): -130308 or 16515838. OLE color: 16515838.
HSL color Cylindrical-coordinate representation of color #FE02FC: hue angle of 300.48º 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 #FE02FC is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 252 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.00 |
| HSL | 300.48º | 0.99% | 0.5% | - |
| HSV(B) | 300.48º | 0.99% | 1% | - |
| XYZ | 58.47 | 28.14 | 94.45 | - |
| YUV | 105.85 | 210.49 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 252 | 0 | 0.99 | 0.01 | 0.00 | 300.48 | 0.99 | 0.5 |
| Hex | FE | 2 | FC | 0 | 63 | 1 | 0 | 12C | 63 | 32 |
| Octal | 376 | 2 | 374 | 0 | 143 | 1 | 0 | 454 | 143 | 62 |
| Binary | 11111110 | 10 | 11111100 | 0 | 1100011 | 1 | 0 | 100101100 | 1100011 | 110010 |
Color Harmonies of #FE02FC
Complementary color
Monochromatic Colors of #FE02FC
Black with #FE02FC
Text Example
Text Example
White with #FE02FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02FC; }
p { color: rgb(254,2,252); }
H1.HeaderClassName
{
color: #FE02FC;
}
.AnyTagClassName
{
color: #FE02FC;
}
</style>
background-color css
<style>
a { background-color: #FE02FC; }
a { background-color: rgb(254,2,252); }
div.DivClassName
{
background-color: #FE02FC;
}
.BgClassName
{
background-color: #FE02FC;
}
</style>
border-color css
<style>
span { border-color: #FE02FC; }
span { border-color: rgb(254,2,252); }
td.TdClassName
{
border-color: #FE02FC;
}
.TagClassName
{
border-color: #FE02FC;
}
</style>