Shades of Shocking Pink #FC07BA
Tints of Shocking Pink #FC07BA
RGB
CMYK
RGB Variations
Color information
#FC07BA (or 0xFC07BA) is known color: Shocking Pink. HEX triplet: FC, 07 and BA. RGB value is (252,7,186). Sum of RGB (Red+Green+Blue) = 252+7+186=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07BA is #03F845. Grayscale: #646464. Windows color (decimal): -260166 or 12191740. OLE color: 12191740.
HSL color Cylindrical-coordinate representation of color #FC07BA: hue angle of 316.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC07BA is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 186 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.01 |
| HSL | 316.16º | 0.98% | 0.51% | - |
| HSV(B) | 316.16º | 0.97% | 0.99% | - |
| XYZ | 49.08 | 24.39 | 48.58 | - |
| YUV | 100.66 | 176.17 | 235.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 186 | 0 | 0.97 | 0.26 | 0.01 | 316.16 | 0.98 | 0.51 |
| Hex | FC | 7 | BA | 0 | 61 | 1A | 1 | 13C | 62 | 33 |
| Octal | 374 | 7 | 272 | 0 | 141 | 32 | 1 | 474 | 142 | 63 |
| Binary | 11111100 | 111 | 10111010 | 0 | 1100001 | 11010 | 1 | 100111100 | 1100010 | 110011 |
Color Harmonies of #FC07BA
Complementary color
Monochromatic Colors of #FC07BA
Black with #FC07BA
Text Example
Text Example
White with #FC07BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC07BA; }
p { color: rgb(252,7,186); }
H1.HeaderClassName
{
color: #FC07BA;
}
.AnyTagClassName
{
color: #FC07BA;
}
</style>
background-color css
<style>
a { background-color: #FC07BA; }
a { background-color: rgb(252,7,186); }
div.DivClassName
{
background-color: #FC07BA;
}
.BgClassName
{
background-color: #FC07BA;
}
</style>
border-color css
<style>
span { border-color: #FC07BA; }
span { border-color: rgb(252,7,186); }
td.TdClassName
{
border-color: #FC07BA;
}
.TagClassName
{
border-color: #FC07BA;
}
</style>