Shades of Hot Magenta #FC03C5
Tints of Hot Magenta #FC03C5
RGB
CMYK
RGB Variations
Color information
#FC03C5 (or 0xFC03C5) is known color: Hot Magenta. HEX triplet: FC, 03 and C5. RGB value is (252,3,197). Sum of RGB (Red+Green+Blue) = 252+3+197=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC03C5 is #03FC3A. Grayscale: #636363. Windows color (decimal): -261179 or 12911612. OLE color: 12911612.
HSL color Cylindrical-coordinate representation of color #FC03C5: hue angle of 313.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC03C5 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 197 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.01 |
| HSL | 313.25º | 0.98% | 0.5% | - |
| HSV(B) | 313.25º | 0.99% | 0.99% | - |
| XYZ | 50.26 | 24.79 | 54.96 | - |
| YUV | 99.57 | 182.99 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 197 | 0 | 0.99 | 0.22 | 0.01 | 313.25 | 0.98 | 0.5 |
| Hex | FC | 3 | C5 | 0 | 63 | 16 | 1 | 139 | 62 | 32 |
| Octal | 374 | 3 | 305 | 0 | 143 | 26 | 1 | 471 | 142 | 62 |
| Binary | 11111100 | 11 | 11000101 | 0 | 1100011 | 10110 | 1 | 100111001 | 1100010 | 110010 |
Color Harmonies of #FC03C5
Complementary color
Monochromatic Colors of #FC03C5
Black with #FC03C5
Text Example
Text Example
White with #FC03C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC03C5; }
p { color: rgb(252,3,197); }
H1.HeaderClassName
{
color: #FC03C5;
}
.AnyTagClassName
{
color: #FC03C5;
}
</style>
background-color css
<style>
a { background-color: #FC03C5; }
a { background-color: rgb(252,3,197); }
div.DivClassName
{
background-color: #FC03C5;
}
.BgClassName
{
background-color: #FC03C5;
}
</style>
border-color css
<style>
span { border-color: #FC03C5; }
span { border-color: rgb(252,3,197); }
td.TdClassName
{
border-color: #FC03C5;
}
.TagClassName
{
border-color: #FC03C5;
}
</style>