Shades of Deep Pink #FB2076
Tints of Deep Pink #FB2076
RGB
CMYK
RGB Variations
Color information
#FB2076 (or 0xFB2076) is known color: Deep Pink. HEX triplet: FB, 20 and 76. RGB value is (251,32,118). Sum of RGB (Red+Green+Blue) = 251+32+118=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2076 is #04DF89. Grayscale: #6B6B6B. Windows color (decimal): -319370 or 7741691. OLE color: 7741691.
HSL color Cylindrical-coordinate representation of color #FB2076: hue angle of 336.44º 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 #FB2076 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 118 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.02 |
| HSL | 336.44º | 0.96% | 0.55% | - |
| HSV(B) | 336.44º | 0.87% | 0.98% | - |
| XYZ | 43.57 | 22.85 | 19.25 | - |
| YUV | 107.29 | 134.05 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 118 | 0 | 0.87 | 0.53 | 0.02 | 336.44 | 0.96 | 0.55 |
| Hex | FB | 20 | 76 | 0 | 57 | 35 | 2 | 150 | 60 | 37 |
| Octal | 373 | 40 | 166 | 0 | 127 | 65 | 2 | 520 | 140 | 67 |
| Binary | 11111011 | 100000 | 1110110 | 0 | 1010111 | 110101 | 10 | 101010000 | 1100000 | 110111 |
Color Harmonies of #FB2076
Complementary color
Monochromatic Colors of #FB2076
Black with #FB2076
Text Example
Text Example
White with #FB2076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2076; }
p { color: rgb(251,32,118); }
H1.HeaderClassName
{
color: #FB2076;
}
.AnyTagClassName
{
color: #FB2076;
}
</style>
background-color css
<style>
a { background-color: #FB2076; }
a { background-color: rgb(251,32,118); }
div.DivClassName
{
background-color: #FB2076;
}
.BgClassName
{
background-color: #FB2076;
}
</style>
border-color css
<style>
span { border-color: #FB2076; }
span { border-color: rgb(251,32,118); }
td.TdClassName
{
border-color: #FB2076;
}
.TagClassName
{
border-color: #FB2076;
}
</style>