Shades of Shocking Pink #FB0AB0
Tints of Shocking Pink #FB0AB0
RGB
CMYK
RGB Variations
Color information
#FB0AB0 (or 0xFB0AB0) is known color: Shocking Pink. HEX triplet: FB, 0A and B0. RGB value is (251,10,176). Sum of RGB (Red+Green+Blue) = 251+10+176=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0AB0 is #04F54F. Grayscale: #646464. Windows color (decimal): -324944 or 11537147. OLE color: 11537147.
HSL color Cylindrical-coordinate representation of color #FB0AB0: hue angle of 318.67º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0AB0 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 176 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.02 |
| HSL | 318.67º | 0.97% | 0.51% | - |
| HSV(B) | 318.67º | 0.96% | 0.98% | - |
| XYZ | 47.73 | 23.86 | 43.16 | - |
| YUV | 100.98 | 170.34 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 176 | 0 | 0.96 | 0.30 | 0.02 | 318.67 | 0.97 | 0.51 |
| Hex | FB | A | B0 | 0 | 60 | 1E | 2 | 13F | 61 | 33 |
| Octal | 373 | 12 | 260 | 0 | 140 | 36 | 2 | 477 | 141 | 63 |
| Binary | 11111011 | 1010 | 10110000 | 0 | 1100000 | 11110 | 10 | 100111111 | 1100001 | 110011 |
Color Harmonies of #FB0AB0
Complementary color
Monochromatic Colors of #FB0AB0
Black with #FB0AB0
Text Example
Text Example
White with #FB0AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AB0; }
p { color: rgb(251,10,176); }
H1.HeaderClassName
{
color: #FB0AB0;
}
.AnyTagClassName
{
color: #FB0AB0;
}
</style>
background-color css
<style>
a { background-color: #FB0AB0; }
a { background-color: rgb(251,10,176); }
div.DivClassName
{
background-color: #FB0AB0;
}
.BgClassName
{
background-color: #FB0AB0;
}
</style>
border-color css
<style>
span { border-color: #FB0AB0; }
span { border-color: rgb(251,10,176); }
td.TdClassName
{
border-color: #FB0AB0;
}
.TagClassName
{
border-color: #FB0AB0;
}
</style>