Shades of Hot Magenta #FC02C3
Tints of Hot Magenta #FC02C3
RGB
CMYK
RGB Variations
Color information
#FC02C3 (or 0xFC02C3) is known color: Hot Magenta. HEX triplet: FC, 02 and C3. RGB value is (252,2,195). Sum of RGB (Red+Green+Blue) = 252+2+195=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC02C3 is #03FD3C. Grayscale: #626262. Windows color (decimal): -261437 or 12780284. OLE color: 12780284.
HSL color Cylindrical-coordinate representation of color #FC02C3: hue angle of 313.68º 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 #FC02C3 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 195 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.01 |
| HSL | 313.68º | 0.98% | 0.5% | - |
| HSV(B) | 313.68º | 0.99% | 0.99% | - |
| XYZ | 50.02 | 24.68 | 53.76 | - |
| YUV | 98.75 | 182.33 | 237.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 195 | 0 | 0.99 | 0.23 | 0.01 | 313.68 | 0.98 | 0.5 |
| Hex | FC | 2 | C3 | 0 | 63 | 17 | 1 | 13A | 62 | 32 |
| Octal | 374 | 2 | 303 | 0 | 143 | 27 | 1 | 472 | 142 | 62 |
| Binary | 11111100 | 10 | 11000011 | 0 | 1100011 | 10111 | 1 | 100111010 | 1100010 | 110010 |
Color Harmonies of #FC02C3
Complementary color
Monochromatic Colors of #FC02C3
Black with #FC02C3
Text Example
Text Example
White with #FC02C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02C3; }
p { color: rgb(252,2,195); }
H1.HeaderClassName
{
color: #FC02C3;
}
.AnyTagClassName
{
color: #FC02C3;
}
</style>
background-color css
<style>
a { background-color: #FC02C3; }
a { background-color: rgb(252,2,195); }
div.DivClassName
{
background-color: #FC02C3;
}
.BgClassName
{
background-color: #FC02C3;
}
</style>
border-color css
<style>
span { border-color: #FC02C3; }
span { border-color: rgb(252,2,195); }
td.TdClassName
{
border-color: #FC02C3;
}
.TagClassName
{
border-color: #FC02C3;
}
</style>