Shades of Hot Magenta #FE02DA
Tints of Hot Magenta #FE02DA
RGB
CMYK
RGB Variations
Color information
#FE02DA (or 0xFE02DA) is known color: Hot Magenta. HEX triplet: FE, 02 and DA. RGB value is (254,2,218). Sum of RGB (Red+Green+Blue) = 254+2+218=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 2 (1.17% from 255 or 0.42% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02DA is #01FD25. Grayscale: #656565. Windows color (decimal): -130342 or 14287614. OLE color: 14287614.
HSL color Cylindrical-coordinate representation of color #FE02DA: hue angle of 308.57º 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 #FE02DA is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 218 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.00 |
| HSL | 308.57º | 0.99% | 0.5% | - |
| HSV(B) | 308.57º | 0.99% | 1% | - |
| XYZ | 53.55 | 26.18 | 68.56 | - |
| YUV | 101.97 | 193.49 | 236.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 218 | 0 | 0.99 | 0.14 | 0.00 | 308.57 | 0.99 | 0.5 |
| Hex | FE | 2 | DA | 0 | 63 | E | 0 | 135 | 63 | 32 |
| Octal | 376 | 2 | 332 | 0 | 143 | 16 | 0 | 465 | 143 | 62 |
| Binary | 11111110 | 10 | 11011010 | 0 | 1100011 | 1110 | 0 | 100110101 | 1100011 | 110010 |
Color Harmonies of #FE02DA
Complementary color
Monochromatic Colors of #FE02DA
Black with #FE02DA
Text Example
Text Example
White with #FE02DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02DA; }
p { color: rgb(254,2,218); }
H1.HeaderClassName
{
color: #FE02DA;
}
.AnyTagClassName
{
color: #FE02DA;
}
</style>
background-color css
<style>
a { background-color: #FE02DA; }
a { background-color: rgb(254,2,218); }
div.DivClassName
{
background-color: #FE02DA;
}
.BgClassName
{
background-color: #FE02DA;
}
</style>
border-color css
<style>
span { border-color: #FE02DA; }
span { border-color: rgb(254,2,218); }
td.TdClassName
{
border-color: #FE02DA;
}
.TagClassName
{
border-color: #FE02DA;
}
</style>