Shades of Hot Magenta #FE03DC
Tints of Hot Magenta #FE03DC
RGB
CMYK
RGB Variations
Color information
#FE03DC (or 0xFE03DC) is known color: Hot Magenta. HEX triplet: FE, 03 and DC. RGB value is (254,3,220). Sum of RGB (Red+Green+Blue) = 254+3+220=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 3 (1.56% from 255 or 0.63% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03DC is #01FC23. Grayscale: #666666. Windows color (decimal): -130084 or 14418942. OLE color: 14418942.
HSL color Cylindrical-coordinate representation of color #FE03DC: hue angle of 308.13º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE03DC is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 220 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.00 |
| HSL | 308.13º | 0.99% | 0.5% | - |
| HSV(B) | 308.13º | 0.99% | 1% | - |
| XYZ | 53.82 | 26.3 | 69.95 | - |
| YUV | 102.79 | 194.16 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 220 | 0 | 0.99 | 0.13 | 0.00 | 308.13 | 0.99 | 0.5 |
| Hex | FE | 3 | DC | 0 | 63 | D | 0 | 134 | 63 | 32 |
| Octal | 376 | 3 | 334 | 0 | 143 | 15 | 0 | 464 | 143 | 62 |
| Binary | 11111110 | 11 | 11011100 | 0 | 1100011 | 1101 | 0 | 100110100 | 1100011 | 110010 |
Color Harmonies of #FE03DC
Complementary color
Monochromatic Colors of #FE03DC
Black with #FE03DC
Text Example
Text Example
White with #FE03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03DC; }
p { color: rgb(254,3,220); }
H1.HeaderClassName
{
color: #FE03DC;
}
.AnyTagClassName
{
color: #FE03DC;
}
</style>
background-color css
<style>
a { background-color: #FE03DC; }
a { background-color: rgb(254,3,220); }
div.DivClassName
{
background-color: #FE03DC;
}
.BgClassName
{
background-color: #FE03DC;
}
</style>
border-color css
<style>
span { border-color: #FE03DC; }
span { border-color: rgb(254,3,220); }
td.TdClassName
{
border-color: #FE03DC;
}
.TagClassName
{
border-color: #FE03DC;
}
</style>