Shades of Deep Pink #FF077B
Tints of Deep Pink #FF077B
RGB
CMYK
RGB Variations
Color information
#FF077B (or 0xFF077B) is known color: Deep Pink. HEX triplet: FF, 07 and 7B. RGB value is (255,7,123). Sum of RGB (Red+Green+Blue) = 255+7+123=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF077B is #00F884. Grayscale: #5E5E5E. Windows color (decimal): -63621 or 8062975. OLE color: 8062975.
HSL color Cylindrical-coordinate representation of color #FF077B: hue angle of 331.94º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF077B is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.52 | 0 |
| HSL | 331.94º | 1% | 0.51% | - |
| HSV(B) | 331.94º | 0.97% | 1% | - |
| XYZ | 44.89 | 22.84 | 20.78 | - |
| YUV | 94.38 | 144.16 | 242.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 123 | 0 | 0.97 | 0.52 | 0 | 331.94 | 1 | 0.51 |
| Hex | FF | 7 | 7B | 0 | 61 | 34 | 0 | 14C | 64 | 33 |
| Octal | 377 | 7 | 173 | 0 | 141 | 64 | 0 | 514 | 144 | 63 |
| Binary | 11111111 | 111 | 1111011 | 0 | 1100001 | 110100 | 0 | 101001100 | 1100100 | 110011 |
Color Harmonies of #FF077B
Complementary color
Monochromatic Colors of #FF077B
Black with #FF077B
Text Example
Text Example
White with #FF077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF077B; }
p { color: rgb(255,7,123); }
H1.HeaderClassName
{
color: #FF077B;
}
.AnyTagClassName
{
color: #FF077B;
}
</style>
background-color css
<style>
a { background-color: #FF077B; }
a { background-color: rgb(255,7,123); }
div.DivClassName
{
background-color: #FF077B;
}
.BgClassName
{
background-color: #FF077B;
}
</style>
border-color css
<style>
span { border-color: #FF077B; }
span { border-color: rgb(255,7,123); }
td.TdClassName
{
border-color: #FF077B;
}
.TagClassName
{
border-color: #FF077B;
}
</style>