Shades of Hot Magenta #FE03CD
Tints of Hot Magenta #FE03CD
RGB
CMYK
RGB Variations
Color information
#FE03CD (or 0xFE03CD) is known color: Hot Magenta. HEX triplet: FE, 03 and CD. RGB value is (254,3,205). Sum of RGB (Red+Green+Blue) = 254+3+205=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 3 (1.56% from 255 or 0.65% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03CD is #01FC32. Grayscale: #646464. Windows color (decimal): -130099 or 13435902. OLE color: 13435902.
HSL color Cylindrical-coordinate representation of color #FE03CD: hue angle of 311.71º 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 #FE03CD is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 205 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.00 |
| HSL | 311.71º | 0.99% | 0.5% | - |
| HSV(B) | 311.71º | 0.99% | 1% | - |
| XYZ | 51.93 | 25.54 | 59.95 | - |
| YUV | 101.08 | 186.66 | 237.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 205 | 0 | 0.99 | 0.19 | 0.00 | 311.71 | 0.99 | 0.5 |
| Hex | FE | 3 | CD | 0 | 63 | 13 | 0 | 138 | 63 | 32 |
| Octal | 376 | 3 | 315 | 0 | 143 | 23 | 0 | 470 | 143 | 62 |
| Binary | 11111110 | 11 | 11001101 | 0 | 1100011 | 10011 | 0 | 100111000 | 1100011 | 110010 |
Color Harmonies of #FE03CD
Complementary color
Monochromatic Colors of #FE03CD
Black with #FE03CD
Text Example
Text Example
White with #FE03CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE03CD; }
p { color: rgb(254,3,205); }
H1.HeaderClassName
{
color: #FE03CD;
}
.AnyTagClassName
{
color: #FE03CD;
}
</style>
background-color css
<style>
a { background-color: #FE03CD; }
a { background-color: rgb(254,3,205); }
div.DivClassName
{
background-color: #FE03CD;
}
.BgClassName
{
background-color: #FE03CD;
}
</style>
border-color css
<style>
span { border-color: #FE03CD; }
span { border-color: rgb(254,3,205); }
td.TdClassName
{
border-color: #FE03CD;
}
.TagClassName
{
border-color: #FE03CD;
}
</style>