Shades of Shocking Pink #FC1CBC
Tints of Shocking Pink #FC1CBC
RGB
CMYK
RGB Variations
Color information
#FC1CBC (or 0xFC1CBC) is known color: Shocking Pink. HEX triplet: FC, 1C and BC. RGB value is (252,28,188). Sum of RGB (Red+Green+Blue) = 252+28+188=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1CBC is #03E343. Grayscale: #707070. Windows color (decimal): -254788 or 12328188. OLE color: 12328188.
HSL color Cylindrical-coordinate representation of color #FC1CBC: hue angle of 317.14º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1CBC is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 188 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.01 |
| HSL | 317.14º | 0.97% | 0.55% | - |
| HSV(B) | 317.14º | 0.89% | 0.99% | - |
| XYZ | 49.64 | 25.16 | 49.82 | - |
| YUV | 113.22 | 170.21 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 188 | 0 | 0.89 | 0.25 | 0.01 | 317.14 | 0.97 | 0.55 |
| Hex | FC | 1C | BC | 0 | 59 | 19 | 1 | 13D | 61 | 37 |
| Octal | 374 | 34 | 274 | 0 | 131 | 31 | 1 | 475 | 141 | 67 |
| Binary | 11111100 | 11100 | 10111100 | 0 | 1011001 | 11001 | 1 | 100111101 | 1100001 | 110111 |
Color Harmonies of #FC1CBC
Complementary color
Monochromatic Colors of #FC1CBC
Black with #FC1CBC
Text Example
Text Example
White with #FC1CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1CBC; }
p { color: rgb(252,28,188); }
H1.HeaderClassName
{
color: #FC1CBC;
}
.AnyTagClassName
{
color: #FC1CBC;
}
</style>
background-color css
<style>
a { background-color: #FC1CBC; }
a { background-color: rgb(252,28,188); }
div.DivClassName
{
background-color: #FC1CBC;
}
.BgClassName
{
background-color: #FC1CBC;
}
</style>
border-color css
<style>
span { border-color: #FC1CBC; }
span { border-color: rgb(252,28,188); }
td.TdClassName
{
border-color: #FC1CBC;
}
.TagClassName
{
border-color: #FC1CBC;
}
</style>