Shades of Shocking Pink #FB16D1
Tints of Shocking Pink #FB16D1
RGB
CMYK
RGB Variations
Color information
#FB16D1 (or 0xFB16D1) is known color: Shocking Pink. HEX triplet: FB, 16 and D1. RGB value is (251,22,209). Sum of RGB (Red+Green+Blue) = 251+22+209=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 22 (8.98% from 255 or 4.56% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB16D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB16D1 is #04E92E. Grayscale: #6F6F6F. Windows color (decimal): -321839 or 13702907. OLE color: 13702907.
HSL color Cylindrical-coordinate representation of color #FB16D1: hue angle of 311º 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 #FB16D1 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 209 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.02 |
| HSL | 311º | 0.97% | 0.54% | - |
| HSV(B) | 311º | 0.91% | 0.98% | - |
| XYZ | 51.58 | 25.69 | 62.56 | - |
| YUV | 111.79 | 182.87 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 209 | 0 | 0.91 | 0.17 | 0.02 | 311 | 0.97 | 0.54 |
| Hex | FB | 16 | D1 | 0 | 5B | 11 | 2 | 137 | 61 | 36 |
| Octal | 373 | 26 | 321 | 0 | 133 | 21 | 2 | 467 | 141 | 66 |
| Binary | 11111011 | 10110 | 11010001 | 0 | 1011011 | 10001 | 10 | 100110111 | 1100001 | 110110 |
Color Harmonies of #FB16D1
Complementary color
Monochromatic Colors of #FB16D1
Black with #FB16D1
Text Example
Text Example
White with #FB16D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB16D1; }
p { color: rgb(251,22,209); }
H1.HeaderClassName
{
color: #FB16D1;
}
.AnyTagClassName
{
color: #FB16D1;
}
</style>
background-color css
<style>
a { background-color: #FB16D1; }
a { background-color: rgb(251,22,209); }
div.DivClassName
{
background-color: #FB16D1;
}
.BgClassName
{
background-color: #FB16D1;
}
</style>
border-color css
<style>
span { border-color: #FB16D1; }
span { border-color: rgb(251,22,209); }
td.TdClassName
{
border-color: #FB16D1;
}
.TagClassName
{
border-color: #FB16D1;
}
</style>