Shades of Deep Pink #FB2097
Tints of Deep Pink #FB2097
RGB
CMYK
RGB Variations
Color information
#FB2097 (or 0xFB2097) is known color: Deep Pink. HEX triplet: FB, 20 and 97. RGB value is (251,32,151). Sum of RGB (Red+Green+Blue) = 251+32+151=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2097 is #04DF68. Grayscale: #6E6E6E. Windows color (decimal): -319337 or 9904379. OLE color: 9904379.
HSL color Cylindrical-coordinate representation of color #FB2097: hue angle of 327.4º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2097 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 151 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.02 |
| HSL | 327.4º | 0.96% | 0.55% | - |
| HSV(B) | 327.4º | 0.87% | 0.98% | - |
| XYZ | 45.89 | 23.78 | 31.45 | - |
| YUV | 111.05 | 150.55 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 151 | 0 | 0.87 | 0.40 | 0.02 | 327.4 | 0.96 | 0.55 |
| Hex | FB | 20 | 97 | 0 | 57 | 28 | 2 | 147 | 60 | 37 |
| Octal | 373 | 40 | 227 | 0 | 127 | 50 | 2 | 507 | 140 | 67 |
| Binary | 11111011 | 100000 | 10010111 | 0 | 1010111 | 101000 | 10 | 101000111 | 1100000 | 110111 |
Color Harmonies of #FB2097
Complementary color
Monochromatic Colors of #FB2097
Black with #FB2097
Text Example
Text Example
White with #FB2097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2097; }
p { color: rgb(251,32,151); }
H1.HeaderClassName
{
color: #FB2097;
}
.AnyTagClassName
{
color: #FB2097;
}
</style>
background-color css
<style>
a { background-color: #FB2097; }
a { background-color: rgb(251,32,151); }
div.DivClassName
{
background-color: #FB2097;
}
.BgClassName
{
background-color: #FB2097;
}
</style>
border-color css
<style>
span { border-color: #FB2097; }
span { border-color: rgb(251,32,151); }
td.TdClassName
{
border-color: #FB2097;
}
.TagClassName
{
border-color: #FB2097;
}
</style>