Shades of Shocking Pink #FC05BC
Tints of Shocking Pink #FC05BC
RGB
CMYK
RGB Variations
Color information
#FC05BC (or 0xFC05BC) is known color: Shocking Pink. HEX triplet: FC, 05 and BC. RGB value is (252,5,188). Sum of RGB (Red+Green+Blue) = 252+5+188=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC05BC is #03FA43. Grayscale: #636363. Windows color (decimal): -260676 or 12322300. OLE color: 12322300.
HSL color Cylindrical-coordinate representation of color #FC05BC: hue angle of 315.55º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC05BC is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.01 |
| HSL | 315.55º | 0.98% | 0.5% | - |
| HSV(B) | 315.55º | 0.98% | 0.99% | - |
| XYZ | 49.28 | 24.43 | 49.7 | - |
| YUV | 99.72 | 177.83 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 188 | 0 | 0.98 | 0.25 | 0.01 | 315.55 | 0.98 | 0.5 |
| Hex | FC | 5 | BC | 0 | 62 | 19 | 1 | 13C | 62 | 32 |
| Octal | 374 | 5 | 274 | 0 | 142 | 31 | 1 | 474 | 142 | 62 |
| Binary | 11111100 | 101 | 10111100 | 0 | 1100010 | 11001 | 1 | 100111100 | 1100010 | 110010 |
Color Harmonies of #FC05BC
Complementary color
Monochromatic Colors of #FC05BC
Black with #FC05BC
Text Example
Text Example
White with #FC05BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC05BC; }
p { color: rgb(252,5,188); }
H1.HeaderClassName
{
color: #FC05BC;
}
.AnyTagClassName
{
color: #FC05BC;
}
</style>
background-color css
<style>
a { background-color: #FC05BC; }
a { background-color: rgb(252,5,188); }
div.DivClassName
{
background-color: #FC05BC;
}
.BgClassName
{
background-color: #FC05BC;
}
</style>
border-color css
<style>
span { border-color: #FC05BC; }
span { border-color: rgb(252,5,188); }
td.TdClassName
{
border-color: #FC05BC;
}
.TagClassName
{
border-color: #FC05BC;
}
</style>