Shades of Shocking Pink #FC05B1
Tints of Shocking Pink #FC05B1
RGB
CMYK
RGB Variations
Color information
#FC05B1 (or 0xFC05B1) is known color: Shocking Pink. HEX triplet: FC, 05 and B1. RGB value is (252,5,177). Sum of RGB (Red+Green+Blue) = 252+5+177=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 5 (2.34% from 255 or 1.15% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC05B1 is #03FA4E. Grayscale: #626262. Windows color (decimal): -260687 or 11601404. OLE color: 11601404.
HSL color Cylindrical-coordinate representation of color #FC05B1: hue angle of 318.22º 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 #FC05B1 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 177 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.01 |
| HSL | 318.22º | 0.98% | 0.5% | - |
| HSV(B) | 318.22º | 0.98% | 0.99% | - |
| XYZ | 48.13 | 23.98 | 43.69 | - |
| YUV | 98.46 | 172.33 | 237.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 177 | 0 | 0.98 | 0.30 | 0.01 | 318.22 | 0.98 | 0.5 |
| Hex | FC | 5 | B1 | 0 | 62 | 1E | 1 | 13E | 62 | 32 |
| Octal | 374 | 5 | 261 | 0 | 142 | 36 | 1 | 476 | 142 | 62 |
| Binary | 11111100 | 101 | 10110001 | 0 | 1100010 | 11110 | 1 | 100111110 | 1100010 | 110010 |
Color Harmonies of #FC05B1
Complementary color
Monochromatic Colors of #FC05B1
Black with #FC05B1
Text Example
Text Example
White with #FC05B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC05B1; }
p { color: rgb(252,5,177); }
H1.HeaderClassName
{
color: #FC05B1;
}
.AnyTagClassName
{
color: #FC05B1;
}
</style>
background-color css
<style>
a { background-color: #FC05B1; }
a { background-color: rgb(252,5,177); }
div.DivClassName
{
background-color: #FC05B1;
}
.BgClassName
{
background-color: #FC05B1;
}
</style>
border-color css
<style>
span { border-color: #FC05B1; }
span { border-color: rgb(252,5,177); }
td.TdClassName
{
border-color: #FC05B1;
}
.TagClassName
{
border-color: #FC05B1;
}
</style>