Shades of Deep Pink #FB1996
Tints of Deep Pink #FB1996
RGB
CMYK
RGB Variations
Color information
#FB1996 (or 0xFB1996) is known color: Deep Pink. HEX triplet: FB, 19 and 96. RGB value is (251,25,150). Sum of RGB (Red+Green+Blue) = 251+25+150=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1996 is #04E669. Grayscale: #6A6A6A. Windows color (decimal): -321130 or 9837051. OLE color: 9837051.
HSL color Cylindrical-coordinate representation of color #FB1996: hue angle of 326.81º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1996 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 150 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.02 |
| HSL | 326.81º | 0.97% | 0.54% | - |
| HSV(B) | 326.81º | 0.9% | 0.98% | - |
| XYZ | 45.64 | 23.41 | 30.97 | - |
| YUV | 106.82 | 152.37 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 150 | 0 | 0.90 | 0.40 | 0.02 | 326.81 | 0.97 | 0.54 |
| Hex | FB | 19 | 96 | 0 | 5A | 28 | 2 | 147 | 61 | 36 |
| Octal | 373 | 31 | 226 | 0 | 132 | 50 | 2 | 507 | 141 | 66 |
| Binary | 11111011 | 11001 | 10010110 | 0 | 1011010 | 101000 | 10 | 101000111 | 1100001 | 110110 |
Color Harmonies of #FB1996
Complementary color
Monochromatic Colors of #FB1996
Black with #FB1996
Text Example
Text Example
White with #FB1996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1996; }
p { color: rgb(251,25,150); }
H1.HeaderClassName
{
color: #FB1996;
}
.AnyTagClassName
{
color: #FB1996;
}
</style>
background-color css
<style>
a { background-color: #FB1996; }
a { background-color: rgb(251,25,150); }
div.DivClassName
{
background-color: #FB1996;
}
.BgClassName
{
background-color: #FB1996;
}
</style>
border-color css
<style>
span { border-color: #FB1996; }
span { border-color: rgb(251,25,150); }
td.TdClassName
{
border-color: #FB1996;
}
.TagClassName
{
border-color: #FB1996;
}
</style>