Shades of Deep Pink #FB0A79
Tints of Deep Pink #FB0A79
RGB
CMYK
RGB Variations
Color information
#FB0A79 (or 0xFB0A79) is known color: Deep Pink. HEX triplet: FB, 0A and 79. RGB value is (251,10,121). Sum of RGB (Red+Green+Blue) = 251+10+121=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0A79 is #04F586. Grayscale: #5E5E5E. Windows color (decimal): -324999 or 7932667. OLE color: 7932667.
HSL color Cylindrical-coordinate representation of color #FB0A79: hue angle of 332.37º 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 #FB0A79 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 121 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.02 |
| HSL | 332.37º | 0.97% | 0.51% | - |
| HSV(B) | 332.37º | 0.96% | 0.98% | - |
| XYZ | 43.34 | 22.11 | 20.07 | - |
| YUV | 94.71 | 142.84 | 239.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 121 | 0 | 0.96 | 0.52 | 0.02 | 332.37 | 0.97 | 0.51 |
| Hex | FB | A | 79 | 0 | 60 | 34 | 2 | 14C | 61 | 33 |
| Octal | 373 | 12 | 171 | 0 | 140 | 64 | 2 | 514 | 141 | 63 |
| Binary | 11111011 | 1010 | 1111001 | 0 | 1100000 | 110100 | 10 | 101001100 | 1100001 | 110011 |
Color Harmonies of #FB0A79
Complementary color
Monochromatic Colors of #FB0A79
Black with #FB0A79
Text Example
Text Example
White with #FB0A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0A79; }
p { color: rgb(251,10,121); }
H1.HeaderClassName
{
color: #FB0A79;
}
.AnyTagClassName
{
color: #FB0A79;
}
</style>
background-color css
<style>
a { background-color: #FB0A79; }
a { background-color: rgb(251,10,121); }
div.DivClassName
{
background-color: #FB0A79;
}
.BgClassName
{
background-color: #FB0A79;
}
</style>
border-color css
<style>
span { border-color: #FB0A79; }
span { border-color: rgb(251,10,121); }
td.TdClassName
{
border-color: #FB0A79;
}
.TagClassName
{
border-color: #FB0A79;
}
</style>