Shades of Shocking Pink #FB0AB8
Tints of Shocking Pink #FB0AB8
RGB
CMYK
RGB Variations
Color information
#FB0AB8 (or 0xFB0AB8) is known color: Shocking Pink. HEX triplet: FB, 0A and B8. RGB value is (251,10,184). Sum of RGB (Red+Green+Blue) = 251+10+184=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0AB8 is #04F547. Grayscale: #656565. Windows color (decimal): -324936 or 12061435. OLE color: 12061435.
HSL color Cylindrical-coordinate representation of color #FB0AB8: hue angle of 316.68º 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 #FB0AB8 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 184 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.02 |
| HSL | 316.68º | 0.97% | 0.51% | - |
| HSV(B) | 316.68º | 0.96% | 0.98% | - |
| XYZ | 48.54 | 24.19 | 47.46 | - |
| YUV | 101.9 | 174.34 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 184 | 0 | 0.96 | 0.27 | 0.02 | 316.68 | 0.97 | 0.51 |
| Hex | FB | A | B8 | 0 | 60 | 1B | 2 | 13D | 61 | 33 |
| Octal | 373 | 12 | 270 | 0 | 140 | 33 | 2 | 475 | 141 | 63 |
| Binary | 11111011 | 1010 | 10111000 | 0 | 1100000 | 11011 | 10 | 100111101 | 1100001 | 110011 |
Color Harmonies of #FB0AB8
Complementary color
Monochromatic Colors of #FB0AB8
Black with #FB0AB8
Text Example
Text Example
White with #FB0AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AB8; }
p { color: rgb(251,10,184); }
H1.HeaderClassName
{
color: #FB0AB8;
}
.AnyTagClassName
{
color: #FB0AB8;
}
</style>
background-color css
<style>
a { background-color: #FB0AB8; }
a { background-color: rgb(251,10,184); }
div.DivClassName
{
background-color: #FB0AB8;
}
.BgClassName
{
background-color: #FB0AB8;
}
</style>
border-color css
<style>
span { border-color: #FB0AB8; }
span { border-color: rgb(251,10,184); }
td.TdClassName
{
border-color: #FB0AB8;
}
.TagClassName
{
border-color: #FB0AB8;
}
</style>