Shades of Hot Magenta #FE04D0
Tints of Hot Magenta #FE04D0
RGB
CMYK
RGB Variations
Color information
#FE04D0 (or 0xFE04D0) is known color: Hot Magenta. HEX triplet: FE, 04 and D0. RGB value is (254,4,208). Sum of RGB (Red+Green+Blue) = 254+4+208=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE04D0 is #01FB2F. Grayscale: #656565. Windows color (decimal): -129840 or 13632766. OLE color: 13632766.
HSL color Cylindrical-coordinate representation of color #FE04D0: hue angle of 311.04º 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 #FE04D0 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 208 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.00 |
| HSL | 311.04º | 0.99% | 0.51% | - |
| HSV(B) | 311.04º | 0.98% | 1% | - |
| XYZ | 52.3 | 25.71 | 61.88 | - |
| YUV | 102.01 | 187.83 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 208 | 0 | 0.98 | 0.18 | 0.00 | 311.04 | 0.99 | 0.51 |
| Hex | FE | 4 | D0 | 0 | 62 | 12 | 0 | 137 | 63 | 33 |
| Octal | 376 | 4 | 320 | 0 | 142 | 22 | 0 | 467 | 143 | 63 |
| Binary | 11111110 | 100 | 11010000 | 0 | 1100010 | 10010 | 0 | 100110111 | 1100011 | 110011 |
Color Harmonies of #FE04D0
Complementary color
Monochromatic Colors of #FE04D0
Black with #FE04D0
Text Example
Text Example
White with #FE04D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04D0; }
p { color: rgb(254,4,208); }
H1.HeaderClassName
{
color: #FE04D0;
}
.AnyTagClassName
{
color: #FE04D0;
}
</style>
background-color css
<style>
a { background-color: #FE04D0; }
a { background-color: rgb(254,4,208); }
div.DivClassName
{
background-color: #FE04D0;
}
.BgClassName
{
background-color: #FE04D0;
}
</style>
border-color css
<style>
span { border-color: #FE04D0; }
span { border-color: rgb(254,4,208); }
td.TdClassName
{
border-color: #FE04D0;
}
.TagClassName
{
border-color: #FE04D0;
}
</style>