Shades of Shocking Pink #FC02BA
Tints of Shocking Pink #FC02BA
RGB
CMYK
RGB Variations
Color information
#FC02BA (or 0xFC02BA) is known color: Shocking Pink. HEX triplet: FC, 02 and BA. RGB value is (252,2,186). Sum of RGB (Red+Green+Blue) = 252+2+186=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC02BA is #03FD45. Grayscale: #616161. Windows color (decimal): -261446 or 12190460. OLE color: 12190460.
HSL color Cylindrical-coordinate representation of color #FC02BA: hue angle of 315.84º 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 #FC02BA is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.01 |
| HSL | 315.84º | 0.98% | 0.5% | - |
| HSV(B) | 315.84º | 0.99% | 0.99% | - |
| XYZ | 49.03 | 24.28 | 48.56 | - |
| YUV | 97.73 | 177.83 | 238.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 186 | 0 | 0.99 | 0.26 | 0.01 | 315.84 | 0.98 | 0.5 |
| Hex | FC | 2 | BA | 0 | 63 | 1A | 1 | 13C | 62 | 32 |
| Octal | 374 | 2 | 272 | 0 | 143 | 32 | 1 | 474 | 142 | 62 |
| Binary | 11111100 | 10 | 10111010 | 0 | 1100011 | 11010 | 1 | 100111100 | 1100010 | 110010 |
Color Harmonies of #FC02BA
Complementary color
Monochromatic Colors of #FC02BA
Black with #FC02BA
Text Example
Text Example
White with #FC02BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02BA; }
p { color: rgb(252,2,186); }
H1.HeaderClassName
{
color: #FC02BA;
}
.AnyTagClassName
{
color: #FC02BA;
}
</style>
background-color css
<style>
a { background-color: #FC02BA; }
a { background-color: rgb(252,2,186); }
div.DivClassName
{
background-color: #FC02BA;
}
.BgClassName
{
background-color: #FC02BA;
}
</style>
border-color css
<style>
span { border-color: #FC02BA; }
span { border-color: rgb(252,2,186); }
td.TdClassName
{
border-color: #FC02BA;
}
.TagClassName
{
border-color: #FC02BA;
}
</style>