Shades of Shocking Pink #FC07BD
Tints of Shocking Pink #FC07BD
RGB
CMYK
RGB Variations
Color information
#FC07BD (or 0xFC07BD) is known color: Shocking Pink. HEX triplet: FC, 07 and BD. RGB value is (252,7,189). Sum of RGB (Red+Green+Blue) = 252+7+189=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07BD is #03F842. Grayscale: #646464. Windows color (decimal): -260163 or 12388348. OLE color: 12388348.
HSL color Cylindrical-coordinate representation of color #FC07BD: hue angle of 315.43º 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 #FC07BD is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.01 |
| HSL | 315.43º | 0.98% | 0.51% | - |
| HSV(B) | 315.43º | 0.97% | 0.99% | - |
| XYZ | 49.41 | 24.52 | 50.27 | - |
| YUV | 101 | 177.67 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 189 | 0 | 0.97 | 0.25 | 0.01 | 315.43 | 0.98 | 0.51 |
| Hex | FC | 7 | BD | 0 | 61 | 19 | 1 | 13B | 62 | 33 |
| Octal | 374 | 7 | 275 | 0 | 141 | 31 | 1 | 473 | 142 | 63 |
| Binary | 11111100 | 111 | 10111101 | 0 | 1100001 | 11001 | 1 | 100111011 | 1100010 | 110011 |
Color Harmonies of #FC07BD
Complementary color
Monochromatic Colors of #FC07BD
Black with #FC07BD
Text Example
Text Example
White with #FC07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC07BD; }
p { color: rgb(252,7,189); }
H1.HeaderClassName
{
color: #FC07BD;
}
.AnyTagClassName
{
color: #FC07BD;
}
</style>
background-color css
<style>
a { background-color: #FC07BD; }
a { background-color: rgb(252,7,189); }
div.DivClassName
{
background-color: #FC07BD;
}
.BgClassName
{
background-color: #FC07BD;
}
</style>
border-color css
<style>
span { border-color: #FC07BD; }
span { border-color: rgb(252,7,189); }
td.TdClassName
{
border-color: #FC07BD;
}
.TagClassName
{
border-color: #FC07BD;
}
</style>