Shades of Shocking Pink #FC04C2
Tints of Shocking Pink #FC04C2
RGB
CMYK
RGB Variations
Color information
#FC04C2 (or 0xFC04C2) is known color: Shocking Pink. HEX triplet: FC, 04 and C2. RGB value is (252,4,194). Sum of RGB (Red+Green+Blue) = 252+4+194=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04C2 is #03FB3D. Grayscale: #636363. Windows color (decimal): -260926 or 12715260. OLE color: 12715260.
HSL color Cylindrical-coordinate representation of color #FC04C2: hue angle of 314.03º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC04C2 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 4 | 194 | - |
CMYK | 0 | 0.98 | 0.23 | 0.01 |
HSL | 314.03º | 0.98% | 0.5% | - |
HSV(B) | 314.03º | 0.98% | 0.99% | - |
XYZ | 49.93 | 24.68 | 53.17 | - |
YUV | 99.81 | 181.16 | 236.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 4 | 194 | 0 | 0.98 | 0.23 | 0.01 | 314.03 | 0.98 | 0.5 |
Hex | FC | 4 | C2 | 0 | 62 | 17 | 1 | 13A | 62 | 32 |
Octal | 374 | 4 | 302 | 0 | 142 | 27 | 1 | 472 | 142 | 62 |
Binary | 11111100 | 100 | 11000010 | 0 | 1100010 | 10111 | 1 | 100111010 | 1100010 | 110010 |
Color Harmonies of #FC04C2
Complementary color
Monochromatic Colors of #FC04C2
Black with #FC04C2
Text Example
Text Example
White with #FC04C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC04C2; }
p { color: rgb(252,4,194); }
H1.HeaderClassName
{
color: #FC04C2;
}
.AnyTagClassName
{
color: #FC04C2;
}
</style>
background-color css
<style>
a { background-color: #FC04C2; }
a { background-color: rgb(252,4,194); }
div.DivClassName
{
background-color: #FC04C2;
}
.BgClassName
{
background-color: #FC04C2;
}
</style>
border-color css
<style>
span { border-color: #FC04C2; }
span { border-color: rgb(252,4,194); }
td.TdClassName
{
border-color: #FC04C2;
}
.TagClassName
{
border-color: #FC04C2;
}
</style>