Shades of Deep Pink #FB2089
Tints of Deep Pink #FB2089
RGB
CMYK
RGB Variations
Color information
#FB2089 (or 0xFB2089) is known color: Deep Pink. HEX triplet: FB, 20 and 89. RGB value is (251,32,137). Sum of RGB (Red+Green+Blue) = 251+32+137=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2089 is #04DF76. Grayscale: #6D6D6D. Windows color (decimal): -319351 or 8986875. OLE color: 8986875.
HSL color Cylindrical-coordinate representation of color #FB2089: hue angle of 331.23º 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 #FB2089 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 137 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.02 |
| HSL | 331.23º | 0.96% | 0.55% | - |
| HSV(B) | 331.23º | 0.87% | 0.98% | - |
| XYZ | 44.82 | 23.35 | 25.81 | - |
| YUV | 109.45 | 143.55 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 137 | 0 | 0.87 | 0.45 | 0.02 | 331.23 | 0.96 | 0.55 |
| Hex | FB | 20 | 89 | 0 | 57 | 2D | 2 | 14B | 60 | 37 |
| Octal | 373 | 40 | 211 | 0 | 127 | 55 | 2 | 513 | 140 | 67 |
| Binary | 11111011 | 100000 | 10001001 | 0 | 1010111 | 101101 | 10 | 101001011 | 1100000 | 110111 |
Color Harmonies of #FB2089
Complementary color
Monochromatic Colors of #FB2089
Black with #FB2089
Text Example
Text Example
White with #FB2089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2089; }
p { color: rgb(251,32,137); }
H1.HeaderClassName
{
color: #FB2089;
}
.AnyTagClassName
{
color: #FB2089;
}
</style>
background-color css
<style>
a { background-color: #FB2089; }
a { background-color: rgb(251,32,137); }
div.DivClassName
{
background-color: #FB2089;
}
.BgClassName
{
background-color: #FB2089;
}
</style>
border-color css
<style>
span { border-color: #FB2089; }
span { border-color: rgb(251,32,137); }
td.TdClassName
{
border-color: #FB2089;
}
.TagClassName
{
border-color: #FB2089;
}
</style>