Shades of Hot Magenta #FE02DB
Tints of Hot Magenta #FE02DB
RGB
CMYK
RGB Variations
Color information
#FE02DB (or 0xFE02DB) is known color: Hot Magenta. HEX triplet: FE, 02 and DB. RGB value is (254,2,219). Sum of RGB (Red+Green+Blue) = 254+2+219=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 2 (1.17% from 255 or 0.42% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02DB is #01FD24. Grayscale: #656565. Windows color (decimal): -130341 or 14353150. OLE color: 14353150.
HSL color Cylindrical-coordinate representation of color #FE02DB: hue angle of 308.33º 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 #FE02DB is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 219 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.00 |
| HSL | 308.33º | 0.99% | 0.5% | - |
| HSV(B) | 308.33º | 0.99% | 1% | - |
| XYZ | 53.68 | 26.23 | 69.25 | - |
| YUV | 102.09 | 193.99 | 236.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 219 | 0 | 0.99 | 0.14 | 0.00 | 308.33 | 0.99 | 0.5 |
| Hex | FE | 2 | DB | 0 | 63 | E | 0 | 134 | 63 | 32 |
| Octal | 376 | 2 | 333 | 0 | 143 | 16 | 0 | 464 | 143 | 62 |
| Binary | 11111110 | 10 | 11011011 | 0 | 1100011 | 1110 | 0 | 100110100 | 1100011 | 110010 |
Color Harmonies of #FE02DB
Complementary color
Monochromatic Colors of #FE02DB
Black with #FE02DB
Text Example
Text Example
White with #FE02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02DB; }
p { color: rgb(254,2,219); }
H1.HeaderClassName
{
color: #FE02DB;
}
.AnyTagClassName
{
color: #FE02DB;
}
</style>
background-color css
<style>
a { background-color: #FE02DB; }
a { background-color: rgb(254,2,219); }
div.DivClassName
{
background-color: #FE02DB;
}
.BgClassName
{
background-color: #FE02DB;
}
</style>
border-color css
<style>
span { border-color: #FE02DB; }
span { border-color: rgb(254,2,219); }
td.TdClassName
{
border-color: #FE02DB;
}
.TagClassName
{
border-color: #FE02DB;
}
</style>