Shades of Shocking Pink #FC02BC
Tints of Shocking Pink #FC02BC
RGB
CMYK
RGB Variations
Color information
#FC02BC (or 0xFC02BC) is known color: Shocking Pink. HEX triplet: FC, 02 and BC. RGB value is (252,2,188). Sum of RGB (Red+Green+Blue) = 252+2+188=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 2 (1.17% from 255 or 0.45% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC02BC is #03FD43. Grayscale: #616161. Windows color (decimal): -261444 or 12321532. OLE color: 12321532.
HSL color Cylindrical-coordinate representation of color #FC02BC: hue angle of 315.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC02BC is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 188 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.01 |
| HSL | 315.36º | 0.98% | 0.5% | - |
| HSV(B) | 315.36º | 0.99% | 0.99% | - |
| XYZ | 49.24 | 24.37 | 49.69 | - |
| YUV | 97.95 | 178.83 | 237.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 188 | 0 | 0.99 | 0.25 | 0.01 | 315.36 | 0.98 | 0.5 |
| Hex | FC | 2 | BC | 0 | 63 | 19 | 1 | 13B | 62 | 32 |
| Octal | 374 | 2 | 274 | 0 | 143 | 31 | 1 | 473 | 142 | 62 |
| Binary | 11111100 | 10 | 10111100 | 0 | 1100011 | 11001 | 1 | 100111011 | 1100010 | 110010 |
Color Harmonies of #FC02BC
Complementary color
Monochromatic Colors of #FC02BC
Black with #FC02BC
Text Example
Text Example
White with #FC02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02BC; }
p { color: rgb(252,2,188); }
H1.HeaderClassName
{
color: #FC02BC;
}
.AnyTagClassName
{
color: #FC02BC;
}
</style>
background-color css
<style>
a { background-color: #FC02BC; }
a { background-color: rgb(252,2,188); }
div.DivClassName
{
background-color: #FC02BC;
}
.BgClassName
{
background-color: #FC02BC;
}
</style>
border-color css
<style>
span { border-color: #FC02BC; }
span { border-color: rgb(252,2,188); }
td.TdClassName
{
border-color: #FC02BC;
}
.TagClassName
{
border-color: #FC02BC;
}
</style>