Shades of Deep Pink #FB1696
Tints of Deep Pink #FB1696
RGB
CMYK
RGB Variations
Color information
#FB1696 (or 0xFB1696) is known color: Deep Pink. HEX triplet: FB, 16 and 96. RGB value is (251,22,150). Sum of RGB (Red+Green+Blue) = 251+22+150=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1696 is #04E969. Grayscale: #686868. Windows color (decimal): -321898 or 9836283. OLE color: 9836283.
HSL color Cylindrical-coordinate representation of color #FB1696: hue angle of 326.46º 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 #FB1696 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 150 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.02 |
| HSL | 326.46º | 0.97% | 0.54% | - |
| HSV(B) | 326.46º | 0.91% | 0.98% | - |
| XYZ | 45.58 | 23.29 | 30.95 | - |
| YUV | 105.06 | 153.37 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 150 | 0 | 0.91 | 0.40 | 0.02 | 326.46 | 0.97 | 0.54 |
| Hex | FB | 16 | 96 | 0 | 5B | 28 | 2 | 146 | 61 | 36 |
| Octal | 373 | 26 | 226 | 0 | 133 | 50 | 2 | 506 | 141 | 66 |
| Binary | 11111011 | 10110 | 10010110 | 0 | 1011011 | 101000 | 10 | 101000110 | 1100001 | 110110 |
Color Harmonies of #FB1696
Complementary color
Monochromatic Colors of #FB1696
Black with #FB1696
Text Example
Text Example
White with #FB1696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1696; }
p { color: rgb(251,22,150); }
H1.HeaderClassName
{
color: #FB1696;
}
.AnyTagClassName
{
color: #FB1696;
}
</style>
background-color css
<style>
a { background-color: #FB1696; }
a { background-color: rgb(251,22,150); }
div.DivClassName
{
background-color: #FB1696;
}
.BgClassName
{
background-color: #FB1696;
}
</style>
border-color css
<style>
span { border-color: #FB1696; }
span { border-color: rgb(251,22,150); }
td.TdClassName
{
border-color: #FB1696;
}
.TagClassName
{
border-color: #FB1696;
}
</style>