Shades of Magenta #FE02E8
Tints of Magenta #FE02E8
RGB
CMYK
RGB Variations
Color information
#FE02E8 (or 0xFE02E8) is known color: Magenta. HEX triplet: FE, 02 and E8. RGB value is (254,2,232). Sum of RGB (Red+Green+Blue) = 254+2+232=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 2 (1.17% from 255 or 0.41% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE02E8 is #01FD17. Grayscale: #666666. Windows color (decimal): -130328 or 15205118. OLE color: 15205118.
HSL color Cylindrical-coordinate representation of color #FE02E8: hue angle of 305.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 #FE02E8 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 232 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.00 |
| HSL | 305.24º | 0.99% | 0.5% | - |
| HSV(B) | 305.24º | 0.99% | 1% | - |
| XYZ | 55.46 | 26.94 | 78.62 | - |
| YUV | 103.57 | 200.49 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 232 | 0 | 0.99 | 0.09 | 0.00 | 305.24 | 0.99 | 0.5 |
| Hex | FE | 2 | E8 | 0 | 63 | 9 | 0 | 131 | 63 | 32 |
| Octal | 376 | 2 | 350 | 0 | 143 | 11 | 0 | 461 | 143 | 62 |
| Binary | 11111110 | 10 | 11101000 | 0 | 1100011 | 1001 | 0 | 100110001 | 1100011 | 110010 |
Color Harmonies of #FE02E8
Complementary color
Monochromatic Colors of #FE02E8
Black with #FE02E8
Text Example
Text Example
White with #FE02E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02E8; }
p { color: rgb(254,2,232); }
H1.HeaderClassName
{
color: #FE02E8;
}
.AnyTagClassName
{
color: #FE02E8;
}
</style>
background-color css
<style>
a { background-color: #FE02E8; }
a { background-color: rgb(254,2,232); }
div.DivClassName
{
background-color: #FE02E8;
}
.BgClassName
{
background-color: #FE02E8;
}
</style>
border-color css
<style>
span { border-color: #FE02E8; }
span { border-color: rgb(254,2,232); }
td.TdClassName
{
border-color: #FE02E8;
}
.TagClassName
{
border-color: #FE02E8;
}
</style>