Shades of Shocking Pink #FC1BC6
Tints of Shocking Pink #FC1BC6
RGB
CMYK
RGB Variations
Color information
#FC1BC6 (or 0xFC1BC6) is known color: Shocking Pink. HEX triplet: FC, 1B and C6. RGB value is (252,27,198). Sum of RGB (Red+Green+Blue) = 252+27+198=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1BC6 is #03E439. Grayscale: #717171. Windows color (decimal): -255034 or 12983292. OLE color: 12983292.
HSL color Cylindrical-coordinate representation of color #FC1BC6: hue angle of 314.4º 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 #FC1BC6 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 198 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.01 |
| HSL | 314.4º | 0.97% | 0.55% | - |
| HSV(B) | 314.4º | 0.89% | 0.99% | - |
| XYZ | 50.73 | 25.56 | 55.69 | - |
| YUV | 113.77 | 175.54 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 198 | 0 | 0.89 | 0.21 | 0.01 | 314.4 | 0.97 | 0.55 |
| Hex | FC | 1B | C6 | 0 | 59 | 15 | 1 | 13A | 61 | 37 |
| Octal | 374 | 33 | 306 | 0 | 131 | 25 | 1 | 472 | 141 | 67 |
| Binary | 11111100 | 11011 | 11000110 | 0 | 1011001 | 10101 | 1 | 100111010 | 1100001 | 110111 |
Color Harmonies of #FC1BC6
Complementary color
Monochromatic Colors of #FC1BC6
Black with #FC1BC6
Text Example
Text Example
White with #FC1BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BC6; }
p { color: rgb(252,27,198); }
H1.HeaderClassName
{
color: #FC1BC6;
}
.AnyTagClassName
{
color: #FC1BC6;
}
</style>
background-color css
<style>
a { background-color: #FC1BC6; }
a { background-color: rgb(252,27,198); }
div.DivClassName
{
background-color: #FC1BC6;
}
.BgClassName
{
background-color: #FC1BC6;
}
</style>
border-color css
<style>
span { border-color: #FC1BC6; }
span { border-color: rgb(252,27,198); }
td.TdClassName
{
border-color: #FC1BC6;
}
.TagClassName
{
border-color: #FC1BC6;
}
</style>