Shades of Shocking Pink #FB0CB8
Tints of Shocking Pink #FB0CB8
RGB
CMYK
RGB Variations
Color information
#FB0CB8 (or 0xFB0CB8) is known color: Shocking Pink. HEX triplet: FB, 0C and B8. RGB value is (251,12,184). Sum of RGB (Red+Green+Blue) = 251+12+184=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0CB8 is #04F347. Grayscale: #666666. Windows color (decimal): -324424 or 12061947. OLE color: 12061947.
HSL color Cylindrical-coordinate representation of color #FB0CB8: hue angle of 316.82º 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 #FB0CB8 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 184 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.02 |
| HSL | 316.82º | 0.97% | 0.52% | - |
| HSV(B) | 316.82º | 0.95% | 0.98% | - |
| XYZ | 48.57 | 24.23 | 47.47 | - |
| YUV | 103.07 | 173.68 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 184 | 0 | 0.95 | 0.27 | 0.02 | 316.82 | 0.97 | 0.52 |
| Hex | FB | C | B8 | 0 | 5F | 1B | 2 | 13D | 61 | 34 |
| Octal | 373 | 14 | 270 | 0 | 137 | 33 | 2 | 475 | 141 | 64 |
| Binary | 11111011 | 1100 | 10111000 | 0 | 1011111 | 11011 | 10 | 100111101 | 1100001 | 110100 |
Color Harmonies of #FB0CB8
Complementary color
Monochromatic Colors of #FB0CB8
Black with #FB0CB8
Text Example
Text Example
White with #FB0CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CB8; }
p { color: rgb(251,12,184); }
H1.HeaderClassName
{
color: #FB0CB8;
}
.AnyTagClassName
{
color: #FB0CB8;
}
</style>
background-color css
<style>
a { background-color: #FB0CB8; }
a { background-color: rgb(251,12,184); }
div.DivClassName
{
background-color: #FB0CB8;
}
.BgClassName
{
background-color: #FB0CB8;
}
</style>
border-color css
<style>
span { border-color: #FB0CB8; }
span { border-color: rgb(251,12,184); }
td.TdClassName
{
border-color: #FB0CB8;
}
.TagClassName
{
border-color: #FB0CB8;
}
</style>