Shades of Deep Pink #FB2078
Tints of Deep Pink #FB2078
RGB
CMYK
RGB Variations
Color information
#FB2078 (or 0xFB2078) is known color: Deep Pink. HEX triplet: FB, 20 and 78. RGB value is (251,32,120). Sum of RGB (Red+Green+Blue) = 251+32+120=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2078 is #04DF87. Grayscale: #6B6B6B. Windows color (decimal): -319368 or 7872763. OLE color: 7872763.
HSL color Cylindrical-coordinate representation of color #FB2078: hue angle of 335.89º 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 #FB2078 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 120 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.02 |
| HSL | 335.89º | 0.96% | 0.55% | - |
| HSV(B) | 335.89º | 0.87% | 0.98% | - |
| XYZ | 43.69 | 22.9 | 19.89 | - |
| YUV | 107.51 | 135.05 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 120 | 0 | 0.87 | 0.52 | 0.02 | 335.89 | 0.96 | 0.55 |
| Hex | FB | 20 | 78 | 0 | 57 | 34 | 2 | 150 | 60 | 37 |
| Octal | 373 | 40 | 170 | 0 | 127 | 64 | 2 | 520 | 140 | 67 |
| Binary | 11111011 | 100000 | 1111000 | 0 | 1010111 | 110100 | 10 | 101010000 | 1100000 | 110111 |
Color Harmonies of #FB2078
Complementary color
Monochromatic Colors of #FB2078
Black with #FB2078
Text Example
Text Example
White with #FB2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2078; }
p { color: rgb(251,32,120); }
H1.HeaderClassName
{
color: #FB2078;
}
.AnyTagClassName
{
color: #FB2078;
}
</style>
background-color css
<style>
a { background-color: #FB2078; }
a { background-color: rgb(251,32,120); }
div.DivClassName
{
background-color: #FB2078;
}
.BgClassName
{
background-color: #FB2078;
}
</style>
border-color css
<style>
span { border-color: #FB2078; }
span { border-color: rgb(251,32,120); }
td.TdClassName
{
border-color: #FB2078;
}
.TagClassName
{
border-color: #FB2078;
}
</style>