Shades of Hot Magenta #FE03CE
Tints of Hot Magenta #FE03CE
RGB
CMYK
RGB Variations
Color information
#FE03CE (or 0xFE03CE) is known color: Hot Magenta. HEX triplet: FE, 03 and CE. RGB value is (254,3,206). Sum of RGB (Red+Green+Blue) = 254+3+206=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 3 (1.56% from 255 or 0.65% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03CE is #01FC31. Grayscale: #646464. Windows color (decimal): -130098 or 13501438. OLE color: 13501438.
HSL color Cylindrical-coordinate representation of color #FE03CE: hue angle of 311.47º 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 #FE03CE is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.00 |
| HSL | 311.47º | 0.99% | 0.5% | - |
| HSV(B) | 311.47º | 0.99% | 1% | - |
| XYZ | 52.05 | 25.59 | 60.59 | - |
| YUV | 101.19 | 187.16 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 206 | 0 | 0.99 | 0.19 | 0.00 | 311.47 | 0.99 | 0.5 |
| Hex | FE | 3 | CE | 0 | 63 | 13 | 0 | 137 | 63 | 32 |
| Octal | 376 | 3 | 316 | 0 | 143 | 23 | 0 | 467 | 143 | 62 |
| Binary | 11111110 | 11 | 11001110 | 0 | 1100011 | 10011 | 0 | 100110111 | 1100011 | 110010 |
Color Harmonies of #FE03CE
Complementary color
Monochromatic Colors of #FE03CE
Black with #FE03CE
Text Example
Text Example
White with #FE03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03CE; }
p { color: rgb(254,3,206); }
H1.HeaderClassName
{
color: #FE03CE;
}
.AnyTagClassName
{
color: #FE03CE;
}
</style>
background-color css
<style>
a { background-color: #FE03CE; }
a { background-color: rgb(254,3,206); }
div.DivClassName
{
background-color: #FE03CE;
}
.BgClassName
{
background-color: #FE03CE;
}
</style>
border-color css
<style>
span { border-color: #FE03CE; }
span { border-color: rgb(254,3,206); }
td.TdClassName
{
border-color: #FE03CE;
}
.TagClassName
{
border-color: #FE03CE;
}
</style>