Shades of Deep Pink #FB2079
Tints of Deep Pink #FB2079
RGB
CMYK
RGB Variations
Color information
#FB2079 (or 0xFB2079) is known color: Deep Pink. HEX triplet: FB, 20 and 79. RGB value is (251,32,121). Sum of RGB (Red+Green+Blue) = 251+32+121=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2079 is #04DF86. Grayscale: #6B6B6B. Windows color (decimal): -319367 or 7938299. OLE color: 7938299.
HSL color Cylindrical-coordinate representation of color #FB2079: hue angle of 335.62º 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 #FB2079 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 121 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.02 |
| HSL | 335.62º | 0.96% | 0.55% | - |
| HSV(B) | 335.62º | 0.87% | 0.98% | - |
| XYZ | 43.75 | 22.92 | 20.21 | - |
| YUV | 107.63 | 135.55 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 121 | 0 | 0.87 | 0.52 | 0.02 | 335.62 | 0.96 | 0.55 |
| Hex | FB | 20 | 79 | 0 | 57 | 34 | 2 | 150 | 60 | 37 |
| Octal | 373 | 40 | 171 | 0 | 127 | 64 | 2 | 520 | 140 | 67 |
| Binary | 11111011 | 100000 | 1111001 | 0 | 1010111 | 110100 | 10 | 101010000 | 1100000 | 110111 |
Color Harmonies of #FB2079
Complementary color
Monochromatic Colors of #FB2079
Black with #FB2079
Text Example
Text Example
White with #FB2079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2079; }
p { color: rgb(251,32,121); }
H1.HeaderClassName
{
color: #FB2079;
}
.AnyTagClassName
{
color: #FB2079;
}
</style>
background-color css
<style>
a { background-color: #FB2079; }
a { background-color: rgb(251,32,121); }
div.DivClassName
{
background-color: #FB2079;
}
.BgClassName
{
background-color: #FB2079;
}
</style>
border-color css
<style>
span { border-color: #FB2079; }
span { border-color: rgb(251,32,121); }
td.TdClassName
{
border-color: #FB2079;
}
.TagClassName
{
border-color: #FB2079;
}
</style>