Shades of Hot Magenta #FE02DE
Tints of Hot Magenta #FE02DE
RGB
CMYK
RGB Variations
Color information
#FE02DE (or 0xFE02DE) is known color: Hot Magenta. HEX triplet: FE, 02 and DE. RGB value is (254,2,222). Sum of RGB (Red+Green+Blue) = 254+2+222=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 2 (1.17% from 255 or 0.42% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02DE is #01FD21. Grayscale: #656565. Windows color (decimal): -130338 or 14549758. OLE color: 14549758.
HSL color Cylindrical-coordinate representation of color #FE02DE: hue angle of 307.62º 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 #FE02DE is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 222 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.00 |
| HSL | 307.62º | 0.99% | 0.5% | - |
| HSV(B) | 307.62º | 0.99% | 1% | - |
| XYZ | 54.08 | 26.39 | 71.35 | - |
| YUV | 102.43 | 195.49 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 222 | 0 | 0.99 | 0.13 | 0.00 | 307.62 | 0.99 | 0.5 |
| Hex | FE | 2 | DE | 0 | 63 | D | 0 | 134 | 63 | 32 |
| Octal | 376 | 2 | 336 | 0 | 143 | 15 | 0 | 464 | 143 | 62 |
| Binary | 11111110 | 10 | 11011110 | 0 | 1100011 | 1101 | 0 | 100110100 | 1100011 | 110010 |
Color Harmonies of #FE02DE
Complementary color
Monochromatic Colors of #FE02DE
Black with #FE02DE
Text Example
Text Example
White with #FE02DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02DE; }
p { color: rgb(254,2,222); }
H1.HeaderClassName
{
color: #FE02DE;
}
.AnyTagClassName
{
color: #FE02DE;
}
</style>
background-color css
<style>
a { background-color: #FE02DE; }
a { background-color: rgb(254,2,222); }
div.DivClassName
{
background-color: #FE02DE;
}
.BgClassName
{
background-color: #FE02DE;
}
</style>
border-color css
<style>
span { border-color: #FE02DE; }
span { border-color: rgb(254,2,222); }
td.TdClassName
{
border-color: #FE02DE;
}
.TagClassName
{
border-color: #FE02DE;
}
</style>