Shades of Shocking Pink #FC01BC
Tints of Shocking Pink #FC01BC
RGB
CMYK
RGB Variations
Color information
#FC01BC (or 0xFC01BC) is known color: Shocking Pink. HEX triplet: FC, 01 and BC. RGB value is (252,1,188). Sum of RGB (Red+Green+Blue) = 252+1+188=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01BC is #03FE43. Grayscale: #606060. Windows color (decimal): -261700 or 12321276. OLE color: 12321276.
HSL color Cylindrical-coordinate representation of color #FC01BC: hue angle of 315.3º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC01BC is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.01 |
| HSL | 315.3º | 0.99% | 0.5% | - |
| HSV(B) | 315.3º | 1% | 0.99% | - |
| XYZ | 49.23 | 24.35 | 49.68 | - |
| YUV | 97.37 | 179.16 | 238.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 188 | 0 | 1.00 | 0.25 | 0.01 | 315.3 | 0.99 | 0.5 |
| Hex | FC | 1 | BC | 0 | 64 | 19 | 1 | 13B | 63 | 32 |
| Octal | 374 | 1 | 274 | 0 | 144 | 31 | 1 | 473 | 143 | 62 |
| Binary | 11111100 | 1 | 10111100 | 0 | 1100100 | 11001 | 1 | 100111011 | 1100011 | 110010 |
Color Harmonies of #FC01BC
Complementary color
Monochromatic Colors of #FC01BC
Black with #FC01BC
Text Example
Text Example
White with #FC01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01BC; }
p { color: rgb(252,1,188); }
H1.HeaderClassName
{
color: #FC01BC;
}
.AnyTagClassName
{
color: #FC01BC;
}
</style>
background-color css
<style>
a { background-color: #FC01BC; }
a { background-color: rgb(252,1,188); }
div.DivClassName
{
background-color: #FC01BC;
}
.BgClassName
{
background-color: #FC01BC;
}
</style>
border-color css
<style>
span { border-color: #FC01BC; }
span { border-color: rgb(252,1,188); }
td.TdClassName
{
border-color: #FC01BC;
}
.TagClassName
{
border-color: #FC01BC;
}
</style>