Shades of Hot Magenta #FE03C7
Tints of Hot Magenta #FE03C7
RGB
CMYK
RGB Variations
Color information
#FE03C7 (or 0xFE03C7) is known color: Hot Magenta. HEX triplet: FE, 03 and C7. RGB value is (254,3,199). Sum of RGB (Red+Green+Blue) = 254+3+199=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03C7 is #01FC38. Grayscale: #636363. Windows color (decimal): -130105 or 13042686. OLE color: 13042686.
HSL color Cylindrical-coordinate representation of color #FE03C7: hue angle of 313.15º 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 #FE03C7 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 199 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.00 |
| HSL | 313.15º | 0.99% | 0.5% | - |
| HSV(B) | 313.15º | 0.99% | 1% | - |
| XYZ | 51.21 | 25.26 | 56.21 | - |
| YUV | 100.39 | 183.66 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 199 | 0 | 0.99 | 0.22 | 0.00 | 313.15 | 0.99 | 0.5 |
| Hex | FE | 3 | C7 | 0 | 63 | 16 | 0 | 139 | 63 | 32 |
| Octal | 376 | 3 | 307 | 0 | 143 | 26 | 0 | 471 | 143 | 62 |
| Binary | 11111110 | 11 | 11000111 | 0 | 1100011 | 10110 | 0 | 100111001 | 1100011 | 110010 |
Color Harmonies of #FE03C7
Complementary color
Monochromatic Colors of #FE03C7
Black with #FE03C7
Text Example
Text Example
White with #FE03C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03C7; }
p { color: rgb(254,3,199); }
H1.HeaderClassName
{
color: #FE03C7;
}
.AnyTagClassName
{
color: #FE03C7;
}
</style>
background-color css
<style>
a { background-color: #FE03C7; }
a { background-color: rgb(254,3,199); }
div.DivClassName
{
background-color: #FE03C7;
}
.BgClassName
{
background-color: #FE03C7;
}
</style>
border-color css
<style>
span { border-color: #FE03C7; }
span { border-color: rgb(254,3,199); }
td.TdClassName
{
border-color: #FE03C7;
}
.TagClassName
{
border-color: #FE03C7;
}
</style>