Shades of Hot Magenta #FE18DB
Tints of Hot Magenta #FE18DB
RGB
CMYK
RGB Variations
Color information
#FE18DB (or 0xFE18DB) is known color: Hot Magenta. HEX triplet: FE, 18 and DB. RGB value is (254,24,219). Sum of RGB (Red+Green+Blue) = 254+24+219=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 24 (9.77% from 255 or 4.83% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18DB is #01E724. Grayscale: #727272. Windows color (decimal): -124709 or 14358782. OLE color: 14358782.
HSL color Cylindrical-coordinate representation of color #FE18DB: hue angle of 309.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE18DB is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 219 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.00 |
| HSL | 309.13º | 0.99% | 0.55% | - |
| HSV(B) | 309.13º | 0.91% | 1% | - |
| XYZ | 53.99 | 26.84 | 69.35 | - |
| YUV | 115 | 186.7 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 219 | 0 | 0.91 | 0.14 | 0.00 | 309.13 | 0.99 | 0.55 |
| Hex | FE | 18 | DB | 0 | 5B | E | 0 | 135 | 63 | 37 |
| Octal | 376 | 30 | 333 | 0 | 133 | 16 | 0 | 465 | 143 | 67 |
| Binary | 11111110 | 11000 | 11011011 | 0 | 1011011 | 1110 | 0 | 100110101 | 1100011 | 110111 |
Color Harmonies of #FE18DB
Complementary color
Monochromatic Colors of #FE18DB
Black with #FE18DB
Text Example
Text Example
White with #FE18DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18DB; }
p { color: rgb(254,24,219); }
H1.HeaderClassName
{
color: #FE18DB;
}
.AnyTagClassName
{
color: #FE18DB;
}
</style>
background-color css
<style>
a { background-color: #FE18DB; }
a { background-color: rgb(254,24,219); }
div.DivClassName
{
background-color: #FE18DB;
}
.BgClassName
{
background-color: #FE18DB;
}
</style>
border-color css
<style>
span { border-color: #FE18DB; }
span { border-color: rgb(254,24,219); }
td.TdClassName
{
border-color: #FE18DB;
}
.TagClassName
{
border-color: #FE18DB;
}
</style>