Shades of Hot Magenta #FE02D5
Tints of Hot Magenta #FE02D5
RGB
CMYK
RGB Variations
Color information
#FE02D5 (or 0xFE02D5) is known color: Hot Magenta. HEX triplet: FE, 02 and D5. RGB value is (254,2,213). Sum of RGB (Red+Green+Blue) = 254+2+213=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 2 (1.17% from 255 or 0.43% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02D5 is #01FD2A. Grayscale: #646464. Windows color (decimal): -130347 or 13959934. OLE color: 13959934.
HSL color Cylindrical-coordinate representation of color #FE02D5: hue angle of 309.76º 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 #FE02D5 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 213 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.00 |
| HSL | 309.76º | 0.99% | 0.5% | - |
| HSV(B) | 309.76º | 0.99% | 1% | - |
| XYZ | 52.91 | 25.92 | 65.17 | - |
| YUV | 101.4 | 190.99 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 213 | 0 | 0.99 | 0.16 | 0.00 | 309.76 | 0.99 | 0.5 |
| Hex | FE | 2 | D5 | 0 | 63 | 10 | 0 | 136 | 63 | 32 |
| Octal | 376 | 2 | 325 | 0 | 143 | 20 | 0 | 466 | 143 | 62 |
| Binary | 11111110 | 10 | 11010101 | 0 | 1100011 | 10000 | 0 | 100110110 | 1100011 | 110010 |
Color Harmonies of #FE02D5
Complementary color
Monochromatic Colors of #FE02D5
Black with #FE02D5
Text Example
Text Example
White with #FE02D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02D5; }
p { color: rgb(254,2,213); }
H1.HeaderClassName
{
color: #FE02D5;
}
.AnyTagClassName
{
color: #FE02D5;
}
</style>
background-color css
<style>
a { background-color: #FE02D5; }
a { background-color: rgb(254,2,213); }
div.DivClassName
{
background-color: #FE02D5;
}
.BgClassName
{
background-color: #FE02D5;
}
</style>
border-color css
<style>
span { border-color: #FE02D5; }
span { border-color: rgb(254,2,213); }
td.TdClassName
{
border-color: #FE02D5;
}
.TagClassName
{
border-color: #FE02D5;
}
</style>