Shades of Shocking Pink #FC1ACC
Tints of Shocking Pink #FC1ACC
RGB
CMYK
RGB Variations
Color information
#FC1ACC (or 0xFC1ACC) is known color: Shocking Pink. HEX triplet: FC, 1A and CC. RGB value is (252,26,204). Sum of RGB (Red+Green+Blue) = 252+26+204=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1ACC is #03E533. Grayscale: #717171. Windows color (decimal): -255284 or 13376252. OLE color: 13376252.
HSL color Cylindrical-coordinate representation of color #FC1ACC: hue angle of 312.74º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1ACC is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 204 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.01 |
| HSL | 312.74º | 0.97% | 0.55% | - |
| HSV(B) | 312.74º | 0.9% | 0.99% | - |
| XYZ | 51.41 | 25.79 | 59.4 | - |
| YUV | 113.87 | 178.87 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 204 | 0 | 0.90 | 0.19 | 0.01 | 312.74 | 0.97 | 0.55 |
| Hex | FC | 1A | CC | 0 | 5A | 13 | 1 | 139 | 61 | 37 |
| Octal | 374 | 32 | 314 | 0 | 132 | 23 | 1 | 471 | 141 | 67 |
| Binary | 11111100 | 11010 | 11001100 | 0 | 1011010 | 10011 | 1 | 100111001 | 1100001 | 110111 |
Color Harmonies of #FC1ACC
Complementary color
Monochromatic Colors of #FC1ACC
Black with #FC1ACC
Text Example
Text Example
White with #FC1ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1ACC; }
p { color: rgb(252,26,204); }
H1.HeaderClassName
{
color: #FC1ACC;
}
.AnyTagClassName
{
color: #FC1ACC;
}
</style>
background-color css
<style>
a { background-color: #FC1ACC; }
a { background-color: rgb(252,26,204); }
div.DivClassName
{
background-color: #FC1ACC;
}
.BgClassName
{
background-color: #FC1ACC;
}
</style>
border-color css
<style>
span { border-color: #FC1ACC; }
span { border-color: rgb(252,26,204); }
td.TdClassName
{
border-color: #FC1ACC;
}
.TagClassName
{
border-color: #FC1ACC;
}
</style>