Shades of Hot Magenta #FE04D5
Tints of Hot Magenta #FE04D5
RGB
CMYK
RGB Variations
Color information
#FE04D5 (or 0xFE04D5) is known color: Hot Magenta. HEX triplet: FE, 04 and D5. RGB value is (254,4,213). Sum of RGB (Red+Green+Blue) = 254+4+213=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 4 (1.95% from 255 or 0.85% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE04D5 is #01FB2A. Grayscale: #656565. Windows color (decimal): -129835 or 13960446. OLE color: 13960446.
HSL color Cylindrical-coordinate representation of color #FE04D5: hue angle of 309.84º 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 #FE04D5 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 213 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.00 |
| HSL | 309.84º | 0.99% | 0.51% | - |
| HSV(B) | 309.84º | 0.98% | 1% | - |
| XYZ | 52.93 | 25.96 | 65.17 | - |
| YUV | 102.58 | 190.33 | 236.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 213 | 0 | 0.98 | 0.16 | 0.00 | 309.84 | 0.99 | 0.51 |
| Hex | FE | 4 | D5 | 0 | 62 | 10 | 0 | 136 | 63 | 33 |
| Octal | 376 | 4 | 325 | 0 | 142 | 20 | 0 | 466 | 143 | 63 |
| Binary | 11111110 | 100 | 11010101 | 0 | 1100010 | 10000 | 0 | 100110110 | 1100011 | 110011 |
Color Harmonies of #FE04D5
Complementary color
Monochromatic Colors of #FE04D5
Black with #FE04D5
Text Example
Text Example
White with #FE04D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04D5; }
p { color: rgb(254,4,213); }
H1.HeaderClassName
{
color: #FE04D5;
}
.AnyTagClassName
{
color: #FE04D5;
}
</style>
background-color css
<style>
a { background-color: #FE04D5; }
a { background-color: rgb(254,4,213); }
div.DivClassName
{
background-color: #FE04D5;
}
.BgClassName
{
background-color: #FE04D5;
}
</style>
border-color css
<style>
span { border-color: #FE04D5; }
span { border-color: rgb(254,4,213); }
td.TdClassName
{
border-color: #FE04D5;
}
.TagClassName
{
border-color: #FE04D5;
}
</style>