Shades of Shocking Pink #FC1ABC
Tints of Shocking Pink #FC1ABC
RGB
CMYK
RGB Variations
Color information
#FC1ABC (or 0xFC1ABC) is known color: Shocking Pink. HEX triplet: FC, 1A and BC. RGB value is (252,26,188). Sum of RGB (Red+Green+Blue) = 252+26+188=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1ABC is #03E543. Grayscale: #6F6F6F. Windows color (decimal): -255300 or 12327676. OLE color: 12327676.
HSL color Cylindrical-coordinate representation of color #FC1ABC: hue angle of 316.99º 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 #FC1ABC is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 188 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.01 |
| HSL | 316.99º | 0.97% | 0.55% | - |
| HSV(B) | 316.99º | 0.9% | 0.99% | - |
| XYZ | 49.59 | 25.07 | 49.8 | - |
| YUV | 112.04 | 170.87 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 188 | 0 | 0.90 | 0.25 | 0.01 | 316.99 | 0.97 | 0.55 |
| Hex | FC | 1A | BC | 0 | 5A | 19 | 1 | 13D | 61 | 37 |
| Octal | 374 | 32 | 274 | 0 | 132 | 31 | 1 | 475 | 141 | 67 |
| Binary | 11111100 | 11010 | 10111100 | 0 | 1011010 | 11001 | 1 | 100111101 | 1100001 | 110111 |
Color Harmonies of #FC1ABC
Complementary color
Monochromatic Colors of #FC1ABC
Black with #FC1ABC
Text Example
Text Example
White with #FC1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1ABC; }
p { color: rgb(252,26,188); }
H1.HeaderClassName
{
color: #FC1ABC;
}
.AnyTagClassName
{
color: #FC1ABC;
}
</style>
background-color css
<style>
a { background-color: #FC1ABC; }
a { background-color: rgb(252,26,188); }
div.DivClassName
{
background-color: #FC1ABC;
}
.BgClassName
{
background-color: #FC1ABC;
}
</style>
border-color css
<style>
span { border-color: #FC1ABC; }
span { border-color: rgb(252,26,188); }
td.TdClassName
{
border-color: #FC1ABC;
}
.TagClassName
{
border-color: #FC1ABC;
}
</style>