Shades of Hot Magenta #FE04DB
Tints of Hot Magenta #FE04DB
RGB
CMYK
RGB Variations
Color information
#FE04DB (or 0xFE04DB) is known color: Hot Magenta. HEX triplet: FE, 04 and DB. RGB value is (254,4,219). Sum of RGB (Red+Green+Blue) = 254+4+219=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 4 (1.95% from 255 or 0.84% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE04DB is #01FB24. Grayscale: #666666. Windows color (decimal): -129829 or 14353662. OLE color: 14353662.
HSL color Cylindrical-coordinate representation of color #FE04DB: hue angle of 308.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE04DB is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 219 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.00 |
| HSL | 308.4º | 0.99% | 0.51% | - |
| HSV(B) | 308.4º | 0.98% | 1% | - |
| XYZ | 53.7 | 26.27 | 69.26 | - |
| YUV | 103.26 | 193.33 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 219 | 0 | 0.98 | 0.14 | 0.00 | 308.4 | 0.99 | 0.51 |
| Hex | FE | 4 | DB | 0 | 62 | E | 0 | 134 | 63 | 33 |
| Octal | 376 | 4 | 333 | 0 | 142 | 16 | 0 | 464 | 143 | 63 |
| Binary | 11111110 | 100 | 11011011 | 0 | 1100010 | 1110 | 0 | 100110100 | 1100011 | 110011 |
Color Harmonies of #FE04DB
Complementary color
Monochromatic Colors of #FE04DB
Black with #FE04DB
Text Example
Text Example
White with #FE04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04DB; }
p { color: rgb(254,4,219); }
H1.HeaderClassName
{
color: #FE04DB;
}
.AnyTagClassName
{
color: #FE04DB;
}
</style>
background-color css
<style>
a { background-color: #FE04DB; }
a { background-color: rgb(254,4,219); }
div.DivClassName
{
background-color: #FE04DB;
}
.BgClassName
{
background-color: #FE04DB;
}
</style>
border-color css
<style>
span { border-color: #FE04DB; }
span { border-color: rgb(254,4,219); }
td.TdClassName
{
border-color: #FE04DB;
}
.TagClassName
{
border-color: #FE04DB;
}
</style>