Shades of Hot Magenta #FE04DD
Tints of Hot Magenta #FE04DD
RGB
CMYK
RGB Variations
Color information
#FE04DD (or 0xFE04DD) is known color: Hot Magenta. HEX triplet: FE, 04 and DD. RGB value is (254,4,221). Sum of RGB (Red+Green+Blue) = 254+4+221=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 4 (1.95% from 255 or 0.84% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE04DD is #01FB22. Grayscale: #666666. Windows color (decimal): -129827 or 14484734. OLE color: 14484734.
HSL color Cylindrical-coordinate representation of color #FE04DD: hue angle of 307.92º 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 #FE04DD is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 221 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.00 |
| HSL | 307.92º | 0.99% | 0.51% | - |
| HSV(B) | 307.92º | 0.98% | 1% | - |
| XYZ | 53.97 | 26.38 | 70.65 | - |
| YUV | 103.49 | 194.33 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 221 | 0 | 0.98 | 0.13 | 0.00 | 307.92 | 0.99 | 0.51 |
| Hex | FE | 4 | DD | 0 | 62 | D | 0 | 134 | 63 | 33 |
| Octal | 376 | 4 | 335 | 0 | 142 | 15 | 0 | 464 | 143 | 63 |
| Binary | 11111110 | 100 | 11011101 | 0 | 1100010 | 1101 | 0 | 100110100 | 1100011 | 110011 |
Color Harmonies of #FE04DD
Complementary color
Monochromatic Colors of #FE04DD
Black with #FE04DD
Text Example
Text Example
White with #FE04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04DD; }
p { color: rgb(254,4,221); }
H1.HeaderClassName
{
color: #FE04DD;
}
.AnyTagClassName
{
color: #FE04DD;
}
</style>
background-color css
<style>
a { background-color: #FE04DD; }
a { background-color: rgb(254,4,221); }
div.DivClassName
{
background-color: #FE04DD;
}
.BgClassName
{
background-color: #FE04DD;
}
</style>
border-color css
<style>
span { border-color: #FE04DD; }
span { border-color: rgb(254,4,221); }
td.TdClassName
{
border-color: #FE04DD;
}
.TagClassName
{
border-color: #FE04DD;
}
</style>