Shades of Deep Pink #FB077B
Tints of Deep Pink #FB077B
RGB
CMYK
RGB Variations
Color information
#FB077B (or 0xFB077B) is known color: Deep Pink. HEX triplet: FB, 07 and 7B. RGB value is (251,7,123). Sum of RGB (Red+Green+Blue) = 251+7+123=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB077B is #04F884. Grayscale: #5C5C5C. Windows color (decimal): -325765 or 8062971. OLE color: 8062971.
HSL color Cylindrical-coordinate representation of color #FB077B: hue angle of 331.48º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB077B is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.02 |
| HSL | 331.48º | 0.97% | 0.51% | - |
| HSV(B) | 331.48º | 0.97% | 0.98% | - |
| XYZ | 43.43 | 22.09 | 20.71 | - |
| YUV | 93.18 | 144.84 | 240.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 123 | 0 | 0.97 | 0.51 | 0.02 | 331.48 | 0.97 | 0.51 |
| Hex | FB | 7 | 7B | 0 | 61 | 33 | 2 | 14B | 61 | 33 |
| Octal | 373 | 7 | 173 | 0 | 141 | 63 | 2 | 513 | 141 | 63 |
| Binary | 11111011 | 111 | 1111011 | 0 | 1100001 | 110011 | 10 | 101001011 | 1100001 | 110011 |
Color Harmonies of #FB077B
Complementary color
Monochromatic Colors of #FB077B
Black with #FB077B
Text Example
Text Example
White with #FB077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB077B; }
p { color: rgb(251,7,123); }
H1.HeaderClassName
{
color: #FB077B;
}
.AnyTagClassName
{
color: #FB077B;
}
</style>
background-color css
<style>
a { background-color: #FB077B; }
a { background-color: rgb(251,7,123); }
div.DivClassName
{
background-color: #FB077B;
}
.BgClassName
{
background-color: #FB077B;
}
</style>
border-color css
<style>
span { border-color: #FB077B; }
span { border-color: rgb(251,7,123); }
td.TdClassName
{
border-color: #FB077B;
}
.TagClassName
{
border-color: #FB077B;
}
</style>