Shades of Hot Magenta #FE00DB
Tints of Hot Magenta #FE00DB
RGB
CMYK
RGB Variations
Color information
#FE00DB (or 0xFE00DB) is known color: Hot Magenta. HEX triplet: FE, 00 and DB. RGB value is (254,0,219). Sum of RGB (Red+Green+Blue) = 254+0+219=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00DB is #01FF24. Grayscale: #646464. Windows color (decimal): -130853 or 14352638. OLE color: 14352638.
HSL color Cylindrical-coordinate representation of color #FE00DB: hue angle of 308.27º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE00DB is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 219 | - |
| CMYK | 0 | 1 | 0.14 | 0.00 |
| HSL | 308.27º | 1% | 0.5% | - |
| HSV(B) | 308.27º | 1% | 1% | - |
| XYZ | 53.66 | 26.19 | 69.24 | - |
| YUV | 100.91 | 194.65 | 237.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 219 | 0 | 1 | 0.14 | 0.00 | 308.27 | 1 | 0.5 |
| Hex | FE | 0 | DB | 0 | 64 | E | 0 | 134 | 64 | 32 |
| Octal | 376 | 0 | 333 | 0 | 144 | 16 | 0 | 464 | 144 | 62 |
| Binary | 11111110 | 0 | 11011011 | 0 | 1100100 | 1110 | 0 | 100110100 | 1100100 | 110010 |
Color Harmonies of #FE00DB
Complementary color
Monochromatic Colors of #FE00DB
Black with #FE00DB
Text Example
Text Example
White with #FE00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00DB; }
p { color: rgb(254,0,219); }
H1.HeaderClassName
{
color: #FE00DB;
}
.AnyTagClassName
{
color: #FE00DB;
}
</style>
background-color css
<style>
a { background-color: #FE00DB; }
a { background-color: rgb(254,0,219); }
div.DivClassName
{
background-color: #FE00DB;
}
.BgClassName
{
background-color: #FE00DB;
}
</style>
border-color css
<style>
span { border-color: #FE00DB; }
span { border-color: rgb(254,0,219); }
td.TdClassName
{
border-color: #FE00DB;
}
.TagClassName
{
border-color: #FE00DB;
}
</style>