Shades of Hot Magenta #FE01DB
Tints of Hot Magenta #FE01DB
RGB
CMYK
RGB Variations
Color information
#FE01DB (or 0xFE01DB) is known color: Hot Magenta. HEX triplet: FE, 01 and DB. RGB value is (254,1,219). Sum of RGB (Red+Green+Blue) = 254+1+219=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 1 (0.78% from 255 or 0.21% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01DB is #01FE24. Grayscale: #646464. Windows color (decimal): -130597 or 14352894. OLE color: 14352894.
HSL color Cylindrical-coordinate representation of color #FE01DB: hue angle of 308.3º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE01DB is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.00 |
| HSL | 308.3º | 0.99% | 0.5% | - |
| HSV(B) | 308.3º | 1% | 1% | - |
| XYZ | 53.67 | 26.21 | 69.25 | - |
| YUV | 101.5 | 194.32 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 219 | 0 | 1.00 | 0.14 | 0.00 | 308.3 | 0.99 | 0.5 |
| Hex | FE | 1 | DB | 0 | 64 | E | 0 | 134 | 63 | 32 |
| Octal | 376 | 1 | 333 | 0 | 144 | 16 | 0 | 464 | 143 | 62 |
| Binary | 11111110 | 1 | 11011011 | 0 | 1100100 | 1110 | 0 | 100110100 | 1100011 | 110010 |
Color Harmonies of #FE01DB
Complementary color
Monochromatic Colors of #FE01DB
Black with #FE01DB
Text Example
Text Example
White with #FE01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01DB; }
p { color: rgb(254,1,219); }
H1.HeaderClassName
{
color: #FE01DB;
}
.AnyTagClassName
{
color: #FE01DB;
}
</style>
background-color css
<style>
a { background-color: #FE01DB; }
a { background-color: rgb(254,1,219); }
div.DivClassName
{
background-color: #FE01DB;
}
.BgClassName
{
background-color: #FE01DB;
}
</style>
border-color css
<style>
span { border-color: #FE01DB; }
span { border-color: rgb(254,1,219); }
td.TdClassName
{
border-color: #FE01DB;
}
.TagClassName
{
border-color: #FE01DB;
}
</style>