Shades of Shocking Pink #FB16D6
Tints of Shocking Pink #FB16D6
RGB
CMYK
RGB Variations
Color information
#FB16D6 (or 0xFB16D6) is known color: Shocking Pink. HEX triplet: FB, 16 and D6. RGB value is (251,22,214). Sum of RGB (Red+Green+Blue) = 251+22+214=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 22 (8.98% from 255 or 4.52% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB16D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB16D6 is #04E929. Grayscale: #6F6F6F. Windows color (decimal): -321834 or 14030587. OLE color: 14030587.
HSL color Cylindrical-coordinate representation of color #FB16D6: hue angle of 309.69º 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 #FB16D6 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 214 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.02 |
| HSL | 309.69º | 0.97% | 0.54% | - |
| HSV(B) | 309.69º | 0.91% | 0.98% | - |
| XYZ | 52.21 | 25.94 | 65.87 | - |
| YUV | 112.36 | 185.37 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 214 | 0 | 0.91 | 0.15 | 0.02 | 309.69 | 0.97 | 0.54 |
| Hex | FB | 16 | D6 | 0 | 5B | F | 2 | 136 | 61 | 36 |
| Octal | 373 | 26 | 326 | 0 | 133 | 17 | 2 | 466 | 141 | 66 |
| Binary | 11111011 | 10110 | 11010110 | 0 | 1011011 | 1111 | 10 | 100110110 | 1100001 | 110110 |
Color Harmonies of #FB16D6
Complementary color
Monochromatic Colors of #FB16D6
Black with #FB16D6
Text Example
Text Example
White with #FB16D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB16D6; }
p { color: rgb(251,22,214); }
H1.HeaderClassName
{
color: #FB16D6;
}
.AnyTagClassName
{
color: #FB16D6;
}
</style>
background-color css
<style>
a { background-color: #FB16D6; }
a { background-color: rgb(251,22,214); }
div.DivClassName
{
background-color: #FB16D6;
}
.BgClassName
{
background-color: #FB16D6;
}
</style>
border-color css
<style>
span { border-color: #FB16D6; }
span { border-color: rgb(251,22,214); }
td.TdClassName
{
border-color: #FB16D6;
}
.TagClassName
{
border-color: #FB16D6;
}
</style>