Shades of Hot Magenta #FC03C2
Tints of Hot Magenta #FC03C2
RGB
CMYK
RGB Variations
Color information
#FC03C2 (or 0xFC03C2) is known color: Hot Magenta. HEX triplet: FC, 03 and C2. RGB value is (252,3,194). Sum of RGB (Red+Green+Blue) = 252+3+194=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC03C2 is #03FC3D. Grayscale: #626262. Windows color (decimal): -261182 or 12715004. OLE color: 12715004.
HSL color Cylindrical-coordinate representation of color #FC03C2: hue angle of 313.98º 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 #FC03C2 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 3 | 194 | - |
CMYK | 0 | 0.99 | 0.23 | 0.01 |
HSL | 313.98º | 0.98% | 0.5% | - |
HSV(B) | 313.98º | 0.99% | 0.99% | - |
XYZ | 49.92 | 24.66 | 53.17 | - |
YUV | 99.23 | 181.49 | 236.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 3 | 194 | 0 | 0.99 | 0.23 | 0.01 | 313.98 | 0.98 | 0.5 |
Hex | FC | 3 | C2 | 0 | 63 | 17 | 1 | 13A | 62 | 32 |
Octal | 374 | 3 | 302 | 0 | 143 | 27 | 1 | 472 | 142 | 62 |
Binary | 11111100 | 11 | 11000010 | 0 | 1100011 | 10111 | 1 | 100111010 | 1100010 | 110010 |
Color Harmonies of #FC03C2
Complementary color
Monochromatic Colors of #FC03C2
Black with #FC03C2
Text Example
Text Example
White with #FC03C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC03C2; }
p { color: rgb(252,3,194); }
H1.HeaderClassName
{
color: #FC03C2;
}
.AnyTagClassName
{
color: #FC03C2;
}
</style>
background-color css
<style>
a { background-color: #FC03C2; }
a { background-color: rgb(252,3,194); }
div.DivClassName
{
background-color: #FC03C2;
}
.BgClassName
{
background-color: #FC03C2;
}
</style>
border-color css
<style>
span { border-color: #FC03C2; }
span { border-color: rgb(252,3,194); }
td.TdClassName
{
border-color: #FC03C2;
}
.TagClassName
{
border-color: #FC03C2;
}
</style>