Shades of Deep Pink #FB2087
Tints of Deep Pink #FB2087
RGB
CMYK
RGB Variations
Color information
#FB2087 (or 0xFB2087) is known color: Deep Pink. HEX triplet: FB, 20 and 87. RGB value is (251,32,135). Sum of RGB (Red+Green+Blue) = 251+32+135=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2087 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2087 is #04DF78. Grayscale: #6D6D6D. Windows color (decimal): -319353 or 8855803. OLE color: 8855803.
HSL color Cylindrical-coordinate representation of color #FB2087: hue angle of 331.78º 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 #FB2087 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 135 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.02 |
| HSL | 331.78º | 0.96% | 0.55% | - |
| HSV(B) | 331.78º | 0.87% | 0.98% | - |
| XYZ | 44.67 | 23.29 | 25.06 | - |
| YUV | 109.22 | 142.55 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 135 | 0 | 0.87 | 0.46 | 0.02 | 331.78 | 0.96 | 0.55 |
| Hex | FB | 20 | 87 | 0 | 57 | 2E | 2 | 14C | 60 | 37 |
| Octal | 373 | 40 | 207 | 0 | 127 | 56 | 2 | 514 | 140 | 67 |
| Binary | 11111011 | 100000 | 10000111 | 0 | 1010111 | 101110 | 10 | 101001100 | 1100000 | 110111 |
Color Harmonies of #FB2087
Complementary color
Monochromatic Colors of #FB2087
Black with #FB2087
Text Example
Text Example
White with #FB2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2087; }
p { color: rgb(251,32,135); }
H1.HeaderClassName
{
color: #FB2087;
}
.AnyTagClassName
{
color: #FB2087;
}
</style>
background-color css
<style>
a { background-color: #FB2087; }
a { background-color: rgb(251,32,135); }
div.DivClassName
{
background-color: #FB2087;
}
.BgClassName
{
background-color: #FB2087;
}
</style>
border-color css
<style>
span { border-color: #FB2087; }
span { border-color: rgb(251,32,135); }
td.TdClassName
{
border-color: #FB2087;
}
.TagClassName
{
border-color: #FB2087;
}
</style>