Shades of Shocking Pink #FC07BB
Tints of Shocking Pink #FC07BB
RGB
CMYK
RGB Variations
Color information
#FC07BB (or 0xFC07BB) is known color: Shocking Pink. HEX triplet: FC, 07 and BB. RGB value is (252,7,187). Sum of RGB (Red+Green+Blue) = 252+7+187=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07BB is #03F844. Grayscale: #646464. Windows color (decimal): -260165 or 12257276. OLE color: 12257276.
HSL color Cylindrical-coordinate representation of color #FC07BB: hue angle of 315.92º 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 #FC07BB is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.01 |
| HSL | 315.92º | 0.98% | 0.51% | - |
| HSV(B) | 315.92º | 0.97% | 0.99% | - |
| XYZ | 49.19 | 24.44 | 49.14 | - |
| YUV | 100.78 | 176.67 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 187 | 0 | 0.97 | 0.26 | 0.01 | 315.92 | 0.98 | 0.51 |
| Hex | FC | 7 | BB | 0 | 61 | 1A | 1 | 13C | 62 | 33 |
| Octal | 374 | 7 | 273 | 0 | 141 | 32 | 1 | 474 | 142 | 63 |
| Binary | 11111100 | 111 | 10111011 | 0 | 1100001 | 11010 | 1 | 100111100 | 1100010 | 110011 |
Color Harmonies of #FC07BB
Complementary color
Monochromatic Colors of #FC07BB
Black with #FC07BB
Text Example
Text Example
White with #FC07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC07BB; }
p { color: rgb(252,7,187); }
H1.HeaderClassName
{
color: #FC07BB;
}
.AnyTagClassName
{
color: #FC07BB;
}
</style>
background-color css
<style>
a { background-color: #FC07BB; }
a { background-color: rgb(252,7,187); }
div.DivClassName
{
background-color: #FC07BB;
}
.BgClassName
{
background-color: #FC07BB;
}
</style>
border-color css
<style>
span { border-color: #FC07BB; }
span { border-color: rgb(252,7,187); }
td.TdClassName
{
border-color: #FC07BB;
}
.TagClassName
{
border-color: #FC07BB;
}
</style>