Shades of Shocking Pink #FC1AC2
Tints of Shocking Pink #FC1AC2
RGB
CMYK
RGB Variations
Color information
#FC1AC2 (or 0xFC1AC2) is known color: Shocking Pink. HEX triplet: FC, 1A and C2. RGB value is (252,26,194). Sum of RGB (Red+Green+Blue) = 252+26+194=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1AC2 is #03E53D. Grayscale: #707070. Windows color (decimal): -255294 or 12720892. OLE color: 12720892.
HSL color Cylindrical-coordinate representation of color #FC1AC2: hue angle of 315.4º 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 #FC1AC2 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 194 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.01 |
| HSL | 315.4º | 0.97% | 0.55% | - |
| HSV(B) | 315.4º | 0.9% | 0.99% | - |
| XYZ | 50.25 | 25.33 | 53.28 | - |
| YUV | 112.73 | 173.87 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 194 | 0 | 0.90 | 0.23 | 0.01 | 315.4 | 0.97 | 0.55 |
| Hex | FC | 1A | C2 | 0 | 5A | 17 | 1 | 13B | 61 | 37 |
| Octal | 374 | 32 | 302 | 0 | 132 | 27 | 1 | 473 | 141 | 67 |
| Binary | 11111100 | 11010 | 11000010 | 0 | 1011010 | 10111 | 1 | 100111011 | 1100001 | 110111 |
Color Harmonies of #FC1AC2
Complementary color
Monochromatic Colors of #FC1AC2
Black with #FC1AC2
Text Example
Text Example
White with #FC1AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1AC2; }
p { color: rgb(252,26,194); }
H1.HeaderClassName
{
color: #FC1AC2;
}
.AnyTagClassName
{
color: #FC1AC2;
}
</style>
background-color css
<style>
a { background-color: #FC1AC2; }
a { background-color: rgb(252,26,194); }
div.DivClassName
{
background-color: #FC1AC2;
}
.BgClassName
{
background-color: #FC1AC2;
}
</style>
border-color css
<style>
span { border-color: #FC1AC2; }
span { border-color: rgb(252,26,194); }
td.TdClassName
{
border-color: #FC1AC2;
}
.TagClassName
{
border-color: #FC1AC2;
}
</style>