Shades of Deep Pink #FB077A
Tints of Deep Pink #FB077A
RGB
CMYK
RGB Variations
Color information
#FB077A (or 0xFB077A) is known color: Deep Pink. HEX triplet: FB, 07 and 7A. RGB value is (251,7,122). Sum of RGB (Red+Green+Blue) = 251+7+122=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB077A is #04F885. Grayscale: #5C5C5C. Windows color (decimal): -325766 or 7997435. OLE color: 7997435.
HSL color Cylindrical-coordinate representation of color #FB077A: hue angle of 331.72º 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 #FB077A is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.02 |
| HSL | 331.72º | 0.97% | 0.51% | - |
| HSV(B) | 331.72º | 0.97% | 0.98% | - |
| XYZ | 43.37 | 22.07 | 20.39 | - |
| YUV | 93.07 | 144.34 | 240.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 122 | 0 | 0.97 | 0.51 | 0.02 | 331.72 | 0.97 | 0.51 |
| Hex | FB | 7 | 7A | 0 | 61 | 33 | 2 | 14C | 61 | 33 |
| Octal | 373 | 7 | 172 | 0 | 141 | 63 | 2 | 514 | 141 | 63 |
| Binary | 11111011 | 111 | 1111010 | 0 | 1100001 | 110011 | 10 | 101001100 | 1100001 | 110011 |
Color Harmonies of #FB077A
Complementary color
Monochromatic Colors of #FB077A
Black with #FB077A
Text Example
Text Example
White with #FB077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB077A; }
p { color: rgb(251,7,122); }
H1.HeaderClassName
{
color: #FB077A;
}
.AnyTagClassName
{
color: #FB077A;
}
</style>
background-color css
<style>
a { background-color: #FB077A; }
a { background-color: rgb(251,7,122); }
div.DivClassName
{
background-color: #FB077A;
}
.BgClassName
{
background-color: #FB077A;
}
</style>
border-color css
<style>
span { border-color: #FB077A; }
span { border-color: rgb(251,7,122); }
td.TdClassName
{
border-color: #FB077A;
}
.TagClassName
{
border-color: #FB077A;
}
</style>