Shades of Shocking Pink #FC0BC7
Tints of Shocking Pink #FC0BC7
RGB
CMYK
RGB Variations
Color information
#FC0BC7 (or 0xFC0BC7) is known color: Shocking Pink. HEX triplet: FC, 0B and C7. RGB value is (252,11,199). Sum of RGB (Red+Green+Blue) = 252+11+199=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 11 (4.69% from 255 or 2.38% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BC7 is #03F438. Grayscale: #676767. Windows color (decimal): -259129 or 13044732. OLE color: 13044732.
HSL color Cylindrical-coordinate representation of color #FC0BC7: hue angle of 313.2º 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 #FC0BC7 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 199 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.01 |
| HSL | 313.2º | 0.98% | 0.52% | - |
| HSV(B) | 313.2º | 0.96% | 0.99% | - |
| XYZ | 50.57 | 25.06 | 56.2 | - |
| YUV | 104.49 | 181.34 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 199 | 0 | 0.96 | 0.21 | 0.01 | 313.2 | 0.98 | 0.52 |
| Hex | FC | B | C7 | 0 | 60 | 15 | 1 | 139 | 62 | 34 |
| Octal | 374 | 13 | 307 | 0 | 140 | 25 | 1 | 471 | 142 | 64 |
| Binary | 11111100 | 1011 | 11000111 | 0 | 1100000 | 10101 | 1 | 100111001 | 1100010 | 110100 |
Color Harmonies of #FC0BC7
Complementary color
Monochromatic Colors of #FC0BC7
Black with #FC0BC7
Text Example
Text Example
White with #FC0BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BC7; }
p { color: rgb(252,11,199); }
H1.HeaderClassName
{
color: #FC0BC7;
}
.AnyTagClassName
{
color: #FC0BC7;
}
</style>
background-color css
<style>
a { background-color: #FC0BC7; }
a { background-color: rgb(252,11,199); }
div.DivClassName
{
background-color: #FC0BC7;
}
.BgClassName
{
background-color: #FC0BC7;
}
</style>
border-color css
<style>
span { border-color: #FC0BC7; }
span { border-color: rgb(252,11,199); }
td.TdClassName
{
border-color: #FC0BC7;
}
.TagClassName
{
border-color: #FC0BC7;
}
</style>