Shades of Shocking Pink #FB0CC0
Tints of Shocking Pink #FB0CC0
RGB
CMYK
RGB Variations
Color information
#FB0CC0 (or 0xFB0CC0) is known color: Shocking Pink. HEX triplet: FB, 0C and C0. RGB value is (251,12,192). Sum of RGB (Red+Green+Blue) = 251+12+192=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0CC0 is #04F33F. Grayscale: #676767. Windows color (decimal): -324416 or 12586235. OLE color: 12586235.
HSL color Cylindrical-coordinate representation of color #FB0CC0: hue angle of 314.81º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0CC0 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 192 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.02 |
| HSL | 314.81º | 0.97% | 0.52% | - |
| HSV(B) | 314.81º | 0.95% | 0.98% | - |
| XYZ | 49.43 | 24.58 | 52.01 | - |
| YUV | 103.98 | 177.68 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 192 | 0 | 0.95 | 0.24 | 0.02 | 314.81 | 0.97 | 0.52 |
| Hex | FB | C | C0 | 0 | 5F | 18 | 2 | 13B | 61 | 34 |
| Octal | 373 | 14 | 300 | 0 | 137 | 30 | 2 | 473 | 141 | 64 |
| Binary | 11111011 | 1100 | 11000000 | 0 | 1011111 | 11000 | 10 | 100111011 | 1100001 | 110100 |
Color Harmonies of #FB0CC0
Complementary color
Monochromatic Colors of #FB0CC0
Black with #FB0CC0
Text Example
Text Example
White with #FB0CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CC0; }
p { color: rgb(251,12,192); }
H1.HeaderClassName
{
color: #FB0CC0;
}
.AnyTagClassName
{
color: #FB0CC0;
}
</style>
background-color css
<style>
a { background-color: #FB0CC0; }
a { background-color: rgb(251,12,192); }
div.DivClassName
{
background-color: #FB0CC0;
}
.BgClassName
{
background-color: #FB0CC0;
}
</style>
border-color css
<style>
span { border-color: #FB0CC0; }
span { border-color: rgb(251,12,192); }
td.TdClassName
{
border-color: #FB0CC0;
}
.TagClassName
{
border-color: #FB0CC0;
}
</style>