Shades of Shocking Pink #FC0BC5
Tints of Shocking Pink #FC0BC5
RGB
CMYK
RGB Variations
Color information
#FC0BC5 (or 0xFC0BC5) is known color: Shocking Pink. HEX triplet: FC, 0B and C5. RGB value is (252,11,197). Sum of RGB (Red+Green+Blue) = 252+11+197=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 11 (4.69% from 255 or 2.39% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BC5 is #03F43A. Grayscale: #676767. Windows color (decimal): -259131 or 12913660. OLE color: 12913660.
HSL color Cylindrical-coordinate representation of color #FC0BC5: hue angle of 313.69º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0BC5 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 197 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.01 |
| HSL | 313.69º | 0.98% | 0.52% | - |
| HSV(B) | 313.69º | 0.96% | 0.99% | - |
| XYZ | 50.34 | 24.97 | 54.99 | - |
| YUV | 104.26 | 180.34 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 197 | 0 | 0.96 | 0.22 | 0.01 | 313.69 | 0.98 | 0.52 |
| Hex | FC | B | C5 | 0 | 60 | 16 | 1 | 13A | 62 | 34 |
| Octal | 374 | 13 | 305 | 0 | 140 | 26 | 1 | 472 | 142 | 64 |
| Binary | 11111100 | 1011 | 11000101 | 0 | 1100000 | 10110 | 1 | 100111010 | 1100010 | 110100 |
Color Harmonies of #FC0BC5
Complementary color
Monochromatic Colors of #FC0BC5
Black with #FC0BC5
Text Example
Text Example
White with #FC0BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BC5; }
p { color: rgb(252,11,197); }
H1.HeaderClassName
{
color: #FC0BC5;
}
.AnyTagClassName
{
color: #FC0BC5;
}
</style>
background-color css
<style>
a { background-color: #FC0BC5; }
a { background-color: rgb(252,11,197); }
div.DivClassName
{
background-color: #FC0BC5;
}
.BgClassName
{
background-color: #FC0BC5;
}
</style>
border-color css
<style>
span { border-color: #FC0BC5; }
span { border-color: rgb(252,11,197); }
td.TdClassName
{
border-color: #FC0BC5;
}
.TagClassName
{
border-color: #FC0BC5;
}
</style>