Shades of Shocking Pink #FC0CC1
Tints of Shocking Pink #FC0CC1
RGB
CMYK
RGB Variations
Color information
#FC0CC1 (or 0xFC0CC1) is known color: Shocking Pink. HEX triplet: FC, 0C and C1. RGB value is (252,12,193). Sum of RGB (Red+Green+Blue) = 252+12+193=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CC1 is #03F33E. Grayscale: #676767. Windows color (decimal): -258879 or 12651772. OLE color: 12651772.
HSL color Cylindrical-coordinate representation of color #FC0CC1: hue angle of 314.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0CC1 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 193 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.01 |
| HSL | 314.75º | 0.98% | 0.52% | - |
| HSV(B) | 314.75º | 0.95% | 0.99% | - |
| XYZ | 49.9 | 24.81 | 52.61 | - |
| YUV | 104.39 | 178.01 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 193 | 0 | 0.95 | 0.23 | 0.01 | 314.75 | 0.98 | 0.52 |
| Hex | FC | C | C1 | 0 | 5F | 17 | 1 | 13B | 62 | 34 |
| Octal | 374 | 14 | 301 | 0 | 137 | 27 | 1 | 473 | 142 | 64 |
| Binary | 11111100 | 1100 | 11000001 | 0 | 1011111 | 10111 | 1 | 100111011 | 1100010 | 110100 |
Color Harmonies of #FC0CC1
Complementary color
Monochromatic Colors of #FC0CC1
Black with #FC0CC1
Text Example
Text Example
White with #FC0CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0CC1; }
p { color: rgb(252,12,193); }
H1.HeaderClassName
{
color: #FC0CC1;
}
.AnyTagClassName
{
color: #FC0CC1;
}
</style>
background-color css
<style>
a { background-color: #FC0CC1; }
a { background-color: rgb(252,12,193); }
div.DivClassName
{
background-color: #FC0CC1;
}
.BgClassName
{
background-color: #FC0CC1;
}
</style>
border-color css
<style>
span { border-color: #FC0CC1; }
span { border-color: rgb(252,12,193); }
td.TdClassName
{
border-color: #FC0CC1;
}
.TagClassName
{
border-color: #FC0CC1;
}
</style>