Shades of Deep Pink #FB16A0
Tints of Deep Pink #FB16A0
RGB
CMYK
RGB Variations
Color information
#FB16A0 (or 0xFB16A0) is known color: Deep Pink. HEX triplet: FB, 16 and A0. RGB value is (251,22,160). Sum of RGB (Red+Green+Blue) = 251+22+160=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB16A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB16A0 is #04E95F. Grayscale: #696969. Windows color (decimal): -321888 or 10491643. OLE color: 10491643.
HSL color Cylindrical-coordinate representation of color #FB16A0: hue angle of 323.84º 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 #FB16A0 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 160 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.02 |
| HSL | 323.84º | 0.97% | 0.54% | - |
| HSV(B) | 323.84º | 0.91% | 0.98% | - |
| XYZ | 46.42 | 23.62 | 35.37 | - |
| YUV | 106.2 | 158.37 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 160 | 0 | 0.91 | 0.36 | 0.02 | 323.84 | 0.97 | 0.54 |
| Hex | FB | 16 | A0 | 0 | 5B | 24 | 2 | 144 | 61 | 36 |
| Octal | 373 | 26 | 240 | 0 | 133 | 44 | 2 | 504 | 141 | 66 |
| Binary | 11111011 | 10110 | 10100000 | 0 | 1011011 | 100100 | 10 | 101000100 | 1100001 | 110110 |
Color Harmonies of #FB16A0
Complementary color
Monochromatic Colors of #FB16A0
Black with #FB16A0
Text Example
Text Example
White with #FB16A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB16A0; }
p { color: rgb(251,22,160); }
H1.HeaderClassName
{
color: #FB16A0;
}
.AnyTagClassName
{
color: #FB16A0;
}
</style>
background-color css
<style>
a { background-color: #FB16A0; }
a { background-color: rgb(251,22,160); }
div.DivClassName
{
background-color: #FB16A0;
}
.BgClassName
{
background-color: #FB16A0;
}
</style>
border-color css
<style>
span { border-color: #FB16A0; }
span { border-color: rgb(251,22,160); }
td.TdClassName
{
border-color: #FB16A0;
}
.TagClassName
{
border-color: #FB16A0;
}
</style>