Shades of Hot Magenta #FE04D6
Tints of Hot Magenta #FE04D6
RGB
CMYK
RGB Variations
Color information
#FE04D6 (or 0xFE04D6) is known color: Hot Magenta. HEX triplet: FE, 04 and D6. RGB value is (254,4,214). Sum of RGB (Red+Green+Blue) = 254+4+214=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 4 (1.95% from 255 or 0.85% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE04D6 is #01FB29. Grayscale: #666666. Windows color (decimal): -129834 or 14025982. OLE color: 14025982.
HSL color Cylindrical-coordinate representation of color #FE04D6: hue angle of 309.6º 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 #FE04D6 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 214 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.00 |
| HSL | 309.6º | 0.99% | 0.51% | - |
| HSV(B) | 309.6º | 0.98% | 1% | - |
| XYZ | 53.05 | 26.01 | 65.84 | - |
| YUV | 102.69 | 190.83 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 214 | 0 | 0.98 | 0.16 | 0.00 | 309.6 | 0.99 | 0.51 |
| Hex | FE | 4 | D6 | 0 | 62 | 10 | 0 | 136 | 63 | 33 |
| Octal | 376 | 4 | 326 | 0 | 142 | 20 | 0 | 466 | 143 | 63 |
| Binary | 11111110 | 100 | 11010110 | 0 | 1100010 | 10000 | 0 | 100110110 | 1100011 | 110011 |
Color Harmonies of #FE04D6
Complementary color
Monochromatic Colors of #FE04D6
Black with #FE04D6
Text Example
Text Example
White with #FE04D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04D6; }
p { color: rgb(254,4,214); }
H1.HeaderClassName
{
color: #FE04D6;
}
.AnyTagClassName
{
color: #FE04D6;
}
</style>
background-color css
<style>
a { background-color: #FE04D6; }
a { background-color: rgb(254,4,214); }
div.DivClassName
{
background-color: #FE04D6;
}
.BgClassName
{
background-color: #FE04D6;
}
</style>
border-color css
<style>
span { border-color: #FE04D6; }
span { border-color: rgb(254,4,214); }
td.TdClassName
{
border-color: #FE04D6;
}
.TagClassName
{
border-color: #FE04D6;
}
</style>