Shades of Shocking Pink #FC02BD
Tints of Shocking Pink #FC02BD
RGB
CMYK
RGB Variations
Color information
#FC02BD (or 0xFC02BD) is known color: Shocking Pink. HEX triplet: FC, 02 and BD. RGB value is (252,2,189). Sum of RGB (Red+Green+Blue) = 252+2+189=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC02BD is #03FD42. Grayscale: #616161. Windows color (decimal): -261443 or 12387068. OLE color: 12387068.
HSL color Cylindrical-coordinate representation of color #FC02BD: hue angle of 315.12º 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 #FC02BD is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.01 |
| HSL | 315.12º | 0.98% | 0.5% | - |
| HSV(B) | 315.12º | 0.99% | 0.99% | - |
| XYZ | 49.35 | 24.41 | 50.26 | - |
| YUV | 98.07 | 179.33 | 237.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 189 | 0 | 0.99 | 0.25 | 0.01 | 315.12 | 0.98 | 0.5 |
| Hex | FC | 2 | BD | 0 | 63 | 19 | 1 | 13B | 62 | 32 |
| Octal | 374 | 2 | 275 | 0 | 143 | 31 | 1 | 473 | 142 | 62 |
| Binary | 11111100 | 10 | 10111101 | 0 | 1100011 | 11001 | 1 | 100111011 | 1100010 | 110010 |
Color Harmonies of #FC02BD
Complementary color
Monochromatic Colors of #FC02BD
Black with #FC02BD
Text Example
Text Example
White with #FC02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02BD; }
p { color: rgb(252,2,189); }
H1.HeaderClassName
{
color: #FC02BD;
}
.AnyTagClassName
{
color: #FC02BD;
}
</style>
background-color css
<style>
a { background-color: #FC02BD; }
a { background-color: rgb(252,2,189); }
div.DivClassName
{
background-color: #FC02BD;
}
.BgClassName
{
background-color: #FC02BD;
}
</style>
border-color css
<style>
span { border-color: #FC02BD; }
span { border-color: rgb(252,2,189); }
td.TdClassName
{
border-color: #FC02BD;
}
.TagClassName
{
border-color: #FC02BD;
}
</style>