Shades of Shocking Pink #FB16D5
Tints of Shocking Pink #FB16D5
RGB
CMYK
RGB Variations
Color information
#FB16D5 (or 0xFB16D5) is known color: Shocking Pink. HEX triplet: FB, 16 and D5. RGB value is (251,22,213). Sum of RGB (Red+Green+Blue) = 251+22+213=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 22 (8.98% from 255 or 4.53% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB16D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB16D5 is #04E92A. Grayscale: #6F6F6F. Windows color (decimal): -321835 or 13965051. OLE color: 13965051.
HSL color Cylindrical-coordinate representation of color #FB16D5: hue angle of 309.96º 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 #FB16D5 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 213 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.02 |
| HSL | 309.96º | 0.97% | 0.54% | - |
| HSV(B) | 309.96º | 0.91% | 0.98% | - |
| XYZ | 52.08 | 25.89 | 65.2 | - |
| YUV | 112.25 | 184.87 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 213 | 0 | 0.91 | 0.15 | 0.02 | 309.96 | 0.97 | 0.54 |
| Hex | FB | 16 | D5 | 0 | 5B | F | 2 | 136 | 61 | 36 |
| Octal | 373 | 26 | 325 | 0 | 133 | 17 | 2 | 466 | 141 | 66 |
| Binary | 11111011 | 10110 | 11010101 | 0 | 1011011 | 1111 | 10 | 100110110 | 1100001 | 110110 |
Color Harmonies of #FB16D5
Complementary color
Monochromatic Colors of #FB16D5
Black with #FB16D5
Text Example
Text Example
White with #FB16D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB16D5; }
p { color: rgb(251,22,213); }
H1.HeaderClassName
{
color: #FB16D5;
}
.AnyTagClassName
{
color: #FB16D5;
}
</style>
background-color css
<style>
a { background-color: #FB16D5; }
a { background-color: rgb(251,22,213); }
div.DivClassName
{
background-color: #FB16D5;
}
.BgClassName
{
background-color: #FB16D5;
}
</style>
border-color css
<style>
span { border-color: #FB16D5; }
span { border-color: rgb(251,22,213); }
td.TdClassName
{
border-color: #FB16D5;
}
.TagClassName
{
border-color: #FB16D5;
}
</style>