Shades of Deep Pink #FB0978
Tints of Deep Pink #FB0978
RGB
CMYK
RGB Variations
Color information
#FB0978 (or 0xFB0978) is known color: Deep Pink. HEX triplet: FB, 09 and 78. RGB value is (251,9,120). Sum of RGB (Red+Green+Blue) = 251+9+120=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0978 is #04F687. Grayscale: #5D5D5D. Windows color (decimal): -325256 or 7866875. OLE color: 7866875.
HSL color Cylindrical-coordinate representation of color #FB0978: hue angle of 332.48º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0978 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.02 |
| HSL | 332.48º | 0.97% | 0.51% | - |
| HSV(B) | 332.48º | 0.96% | 0.98% | - |
| XYZ | 43.27 | 22.06 | 19.75 | - |
| YUV | 94.01 | 142.67 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 120 | 0 | 0.96 | 0.52 | 0.02 | 332.48 | 0.97 | 0.51 |
| Hex | FB | 9 | 78 | 0 | 60 | 34 | 2 | 14C | 61 | 33 |
| Octal | 373 | 11 | 170 | 0 | 140 | 64 | 2 | 514 | 141 | 63 |
| Binary | 11111011 | 1001 | 1111000 | 0 | 1100000 | 110100 | 10 | 101001100 | 1100001 | 110011 |
Color Harmonies of #FB0978
Complementary color
Monochromatic Colors of #FB0978
Black with #FB0978
Text Example
Text Example
White with #FB0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0978; }
p { color: rgb(251,9,120); }
H1.HeaderClassName
{
color: #FB0978;
}
.AnyTagClassName
{
color: #FB0978;
}
</style>
background-color css
<style>
a { background-color: #FB0978; }
a { background-color: rgb(251,9,120); }
div.DivClassName
{
background-color: #FB0978;
}
.BgClassName
{
background-color: #FB0978;
}
</style>
border-color css
<style>
span { border-color: #FB0978; }
span { border-color: rgb(251,9,120); }
td.TdClassName
{
border-color: #FB0978;
}
.TagClassName
{
border-color: #FB0978;
}
</style>