Shades of Shocking Pink #FB0AB1
Tints of Shocking Pink #FB0AB1
RGB
CMYK
RGB Variations
Color information
#FB0AB1 (or 0xFB0AB1) is known color: Shocking Pink. HEX triplet: FB, 0A and B1. RGB value is (251,10,177). Sum of RGB (Red+Green+Blue) = 251+10+177=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0AB1 is #04F54E. Grayscale: #646464. Windows color (decimal): -324943 or 11602683. OLE color: 11602683.
HSL color Cylindrical-coordinate representation of color #FB0AB1: hue angle of 318.42º 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 #FB0AB1 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 177 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.02 |
| HSL | 318.42º | 0.97% | 0.51% | - |
| HSV(B) | 318.42º | 0.96% | 0.98% | - |
| XYZ | 47.83 | 23.9 | 43.69 | - |
| YUV | 101.1 | 170.84 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 177 | 0 | 0.96 | 0.29 | 0.02 | 318.42 | 0.97 | 0.51 |
| Hex | FB | A | B1 | 0 | 60 | 1D | 2 | 13E | 61 | 33 |
| Octal | 373 | 12 | 261 | 0 | 140 | 35 | 2 | 476 | 141 | 63 |
| Binary | 11111011 | 1010 | 10110001 | 0 | 1100000 | 11101 | 10 | 100111110 | 1100001 | 110011 |
Color Harmonies of #FB0AB1
Complementary color
Monochromatic Colors of #FB0AB1
Black with #FB0AB1
Text Example
Text Example
White with #FB0AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AB1; }
p { color: rgb(251,10,177); }
H1.HeaderClassName
{
color: #FB0AB1;
}
.AnyTagClassName
{
color: #FB0AB1;
}
</style>
background-color css
<style>
a { background-color: #FB0AB1; }
a { background-color: rgb(251,10,177); }
div.DivClassName
{
background-color: #FB0AB1;
}
.BgClassName
{
background-color: #FB0AB1;
}
</style>
border-color css
<style>
span { border-color: #FB0AB1; }
span { border-color: rgb(251,10,177); }
td.TdClassName
{
border-color: #FB0AB1;
}
.TagClassName
{
border-color: #FB0AB1;
}
</style>