Shades of Magenta #FE02FD
Tints of Magenta #FE02FD
RGB
CMYK
RGB Variations
Color information
#FE02FD (or 0xFE02FD) is known color: Magenta. HEX triplet: FE, 02 and FD. RGB value is (254,2,253). Sum of RGB (Red+Green+Blue) = 254+2+253=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 2 (1.17% from 255 or 0.39% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE02FD is #01FD02. Grayscale: #696969. Windows color (decimal): -130307 or 16581374. OLE color: 16581374.
HSL color Cylindrical-coordinate representation of color #FE02FD: hue angle of 300.24º 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 #FE02FD is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 253 | - |
| CMYK | 0 | 0.99 | 0.00 | 0.00 |
| HSL | 300.24º | 0.99% | 0.5% | - |
| HSV(B) | 300.24º | 0.99% | 1% | - |
| XYZ | 58.62 | 28.21 | 95.28 | - |
| YUV | 105.96 | 210.99 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 253 | 0 | 0.99 | 0.00 | 0.00 | 300.24 | 0.99 | 0.5 |
| Hex | FE | 2 | FD | 0 | 63 | 0 | 0 | 12C | 63 | 32 |
| Octal | 376 | 2 | 375 | 0 | 143 | 0 | 0 | 454 | 143 | 62 |
| Binary | 11111110 | 10 | 11111101 | 0 | 1100011 | 0 | 0 | 100101100 | 1100011 | 110010 |
Color Harmonies of #FE02FD
Complementary color
Monochromatic Colors of #FE02FD
Black with #FE02FD
Text Example
Text Example
White with #FE02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02FD; }
p { color: rgb(254,2,253); }
H1.HeaderClassName
{
color: #FE02FD;
}
.AnyTagClassName
{
color: #FE02FD;
}
</style>
background-color css
<style>
a { background-color: #FE02FD; }
a { background-color: rgb(254,2,253); }
div.DivClassName
{
background-color: #FE02FD;
}
.BgClassName
{
background-color: #FE02FD;
}
</style>
border-color css
<style>
span { border-color: #FE02FD; }
span { border-color: rgb(254,2,253); }
td.TdClassName
{
border-color: #FE02FD;
}
.TagClassName
{
border-color: #FE02FD;
}
</style>