Shades of Hot Magenta #FE19DB
Tints of Hot Magenta #FE19DB
RGB
CMYK
RGB Variations
Color information
#FE19DB (or 0xFE19DB) is known color: Hot Magenta. HEX triplet: FE, 19 and DB. RGB value is (254,25,219). Sum of RGB (Red+Green+Blue) = 254+25+219=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 25 (10.16% from 255 or 5.02% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE19DB is #01E624. Grayscale: #737373. Windows color (decimal): -124453 or 14359038. OLE color: 14359038.
HSL color Cylindrical-coordinate representation of color #FE19DB: hue angle of 309.17º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE19DB is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 219 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.00 |
| HSL | 309.17º | 0.99% | 0.55% | - |
| HSV(B) | 309.17º | 0.9% | 1% | - |
| XYZ | 54.01 | 26.88 | 69.36 | - |
| YUV | 115.59 | 186.37 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 219 | 0 | 0.90 | 0.14 | 0.00 | 309.17 | 0.99 | 0.55 |
| Hex | FE | 19 | DB | 0 | 5A | E | 0 | 135 | 63 | 37 |
| Octal | 376 | 31 | 333 | 0 | 132 | 16 | 0 | 465 | 143 | 67 |
| Binary | 11111110 | 11001 | 11011011 | 0 | 1011010 | 1110 | 0 | 100110101 | 1100011 | 110111 |
Color Harmonies of #FE19DB
Complementary color
Monochromatic Colors of #FE19DB
Black with #FE19DB
Text Example
Text Example
White with #FE19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19DB; }
p { color: rgb(254,25,219); }
H1.HeaderClassName
{
color: #FE19DB;
}
.AnyTagClassName
{
color: #FE19DB;
}
</style>
background-color css
<style>
a { background-color: #FE19DB; }
a { background-color: rgb(254,25,219); }
div.DivClassName
{
background-color: #FE19DB;
}
.BgClassName
{
background-color: #FE19DB;
}
</style>
border-color css
<style>
span { border-color: #FE19DB; }
span { border-color: rgb(254,25,219); }
td.TdClassName
{
border-color: #FE19DB;
}
.TagClassName
{
border-color: #FE19DB;
}
</style>