Shades of Shocking Pink #FC1BC3
Tints of Shocking Pink #FC1BC3
RGB
CMYK
RGB Variations
Color information
#FC1BC3 (or 0xFC1BC3) is known color: Shocking Pink. HEX triplet: FC, 1B and C3. RGB value is (252,27,195). Sum of RGB (Red+Green+Blue) = 252+27+195=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 27 (10.94% from 255 or 5.70% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1BC3 is #03E43C. Grayscale: #707070. Windows color (decimal): -255037 or 12786684. OLE color: 12786684.
HSL color Cylindrical-coordinate representation of color #FC1BC3: hue angle of 315.2º 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 #FC1BC3 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 195 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.01 |
| HSL | 315.2º | 0.97% | 0.55% | - |
| HSV(B) | 315.2º | 0.89% | 0.99% | - |
| XYZ | 50.39 | 25.42 | 53.88 | - |
| YUV | 113.43 | 174.04 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 195 | 0 | 0.89 | 0.23 | 0.01 | 315.2 | 0.97 | 0.55 |
| Hex | FC | 1B | C3 | 0 | 59 | 17 | 1 | 13B | 61 | 37 |
| Octal | 374 | 33 | 303 | 0 | 131 | 27 | 1 | 473 | 141 | 67 |
| Binary | 11111100 | 11011 | 11000011 | 0 | 1011001 | 10111 | 1 | 100111011 | 1100001 | 110111 |
Color Harmonies of #FC1BC3
Complementary color
Monochromatic Colors of #FC1BC3
Black with #FC1BC3
Text Example
Text Example
White with #FC1BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BC3; }
p { color: rgb(252,27,195); }
H1.HeaderClassName
{
color: #FC1BC3;
}
.AnyTagClassName
{
color: #FC1BC3;
}
</style>
background-color css
<style>
a { background-color: #FC1BC3; }
a { background-color: rgb(252,27,195); }
div.DivClassName
{
background-color: #FC1BC3;
}
.BgClassName
{
background-color: #FC1BC3;
}
</style>
border-color css
<style>
span { border-color: #FC1BC3; }
span { border-color: rgb(252,27,195); }
td.TdClassName
{
border-color: #FC1BC3;
}
.TagClassName
{
border-color: #FC1BC3;
}
</style>