Shades of Shocking Pink #FB16B9
Tints of Shocking Pink #FB16B9
RGB
CMYK
RGB Variations
Color information
#FB16B9 (or 0xFB16B9) is known color: Shocking Pink. HEX triplet: FB, 16 and B9. RGB value is (251,22,185). Sum of RGB (Red+Green+Blue) = 251+22+185=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB16B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB16B9 is #04E946. Grayscale: #6C6C6C. Windows color (decimal): -321863 or 12130043. OLE color: 12130043.
HSL color Cylindrical-coordinate representation of color #FB16B9: hue angle of 317.29º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB16B9 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 185 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.02 |
| HSL | 317.29º | 0.97% | 0.54% | - |
| HSV(B) | 317.29º | 0.91% | 0.98% | - |
| XYZ | 48.83 | 24.59 | 48.07 | - |
| YUV | 109.05 | 170.87 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 185 | 0 | 0.91 | 0.26 | 0.02 | 317.29 | 0.97 | 0.54 |
| Hex | FB | 16 | B9 | 0 | 5B | 1A | 2 | 13D | 61 | 36 |
| Octal | 373 | 26 | 271 | 0 | 133 | 32 | 2 | 475 | 141 | 66 |
| Binary | 11111011 | 10110 | 10111001 | 0 | 1011011 | 11010 | 10 | 100111101 | 1100001 | 110110 |
Color Harmonies of #FB16B9
Complementary color
Monochromatic Colors of #FB16B9
Black with #FB16B9
Text Example
Text Example
White with #FB16B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB16B9; }
p { color: rgb(251,22,185); }
H1.HeaderClassName
{
color: #FB16B9;
}
.AnyTagClassName
{
color: #FB16B9;
}
</style>
background-color css
<style>
a { background-color: #FB16B9; }
a { background-color: rgb(251,22,185); }
div.DivClassName
{
background-color: #FB16B9;
}
.BgClassName
{
background-color: #FB16B9;
}
</style>
border-color css
<style>
span { border-color: #FB16B9; }
span { border-color: rgb(251,22,185); }
td.TdClassName
{
border-color: #FB16B9;
}
.TagClassName
{
border-color: #FB16B9;
}
</style>