Shades of Shocking Pink #FC07BE
Tints of Shocking Pink #FC07BE
RGB
CMYK
RGB Variations
Color information
#FC07BE (or 0xFC07BE) is known color: Shocking Pink. HEX triplet: FC, 07 and BE. RGB value is (252,7,190). Sum of RGB (Red+Green+Blue) = 252+7+190=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 7 (3.12% from 255 or 1.56% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07BE is #03F841. Grayscale: #646464. Windows color (decimal): -260162 or 12453884. OLE color: 12453884.
HSL color Cylindrical-coordinate representation of color #FC07BE: hue angle of 315.18º 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 #FC07BE is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 190 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.01 |
| HSL | 315.18º | 0.98% | 0.51% | - |
| HSV(B) | 315.18º | 0.97% | 0.99% | - |
| XYZ | 49.52 | 24.57 | 50.85 | - |
| YUV | 101.12 | 178.17 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 190 | 0 | 0.97 | 0.25 | 0.01 | 315.18 | 0.98 | 0.51 |
| Hex | FC | 7 | BE | 0 | 61 | 19 | 1 | 13B | 62 | 33 |
| Octal | 374 | 7 | 276 | 0 | 141 | 31 | 1 | 473 | 142 | 63 |
| Binary | 11111100 | 111 | 10111110 | 0 | 1100001 | 11001 | 1 | 100111011 | 1100010 | 110011 |
Color Harmonies of #FC07BE
Complementary color
Monochromatic Colors of #FC07BE
Black with #FC07BE
Text Example
Text Example
White with #FC07BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC07BE; }
p { color: rgb(252,7,190); }
H1.HeaderClassName
{
color: #FC07BE;
}
.AnyTagClassName
{
color: #FC07BE;
}
</style>
background-color css
<style>
a { background-color: #FC07BE; }
a { background-color: rgb(252,7,190); }
div.DivClassName
{
background-color: #FC07BE;
}
.BgClassName
{
background-color: #FC07BE;
}
</style>
border-color css
<style>
span { border-color: #FC07BE; }
span { border-color: rgb(252,7,190); }
td.TdClassName
{
border-color: #FC07BE;
}
.TagClassName
{
border-color: #FC07BE;
}
</style>