Shades of Shocking Pink #FB0AB9
Tints of Shocking Pink #FB0AB9
RGB
CMYK
RGB Variations
Color information
#FB0AB9 (or 0xFB0AB9) is known color: Shocking Pink. HEX triplet: FB, 0A and B9. RGB value is (251,10,185). Sum of RGB (Red+Green+Blue) = 251+10+185=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0AB9 is #04F546. Grayscale: #656565. Windows color (decimal): -324935 or 12126971. OLE color: 12126971.
HSL color Cylindrical-coordinate representation of color #FB0AB9: hue angle of 316.43º 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 #FB0AB9 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 185 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.02 |
| HSL | 316.43º | 0.97% | 0.51% | - |
| HSV(B) | 316.43º | 0.96% | 0.98% | - |
| XYZ | 48.65 | 24.23 | 48.01 | - |
| YUV | 102.01 | 174.84 | 234.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 185 | 0 | 0.96 | 0.26 | 0.02 | 316.43 | 0.97 | 0.51 |
| Hex | FB | A | B9 | 0 | 60 | 1A | 2 | 13C | 61 | 33 |
| Octal | 373 | 12 | 271 | 0 | 140 | 32 | 2 | 474 | 141 | 63 |
| Binary | 11111011 | 1010 | 10111001 | 0 | 1100000 | 11010 | 10 | 100111100 | 1100001 | 110011 |
Color Harmonies of #FB0AB9
Complementary color
Monochromatic Colors of #FB0AB9
Black with #FB0AB9
Text Example
Text Example
White with #FB0AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AB9; }
p { color: rgb(251,10,185); }
H1.HeaderClassName
{
color: #FB0AB9;
}
.AnyTagClassName
{
color: #FB0AB9;
}
</style>
background-color css
<style>
a { background-color: #FB0AB9; }
a { background-color: rgb(251,10,185); }
div.DivClassName
{
background-color: #FB0AB9;
}
.BgClassName
{
background-color: #FB0AB9;
}
</style>
border-color css
<style>
span { border-color: #FB0AB9; }
span { border-color: rgb(251,10,185); }
td.TdClassName
{
border-color: #FB0AB9;
}
.TagClassName
{
border-color: #FB0AB9;
}
</style>