Shades of Deep Pink #F70B77
Tints of Deep Pink #F70B77
RGB
CMYK
RGB Variations
Color information
#F70B77 (or 0xF70B77) is known color: Deep Pink. HEX triplet: F7, 0B and 77. RGB value is (247,11,119). Sum of RGB (Red+Green+Blue) = 247+11+119=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70B77 is #08F488. Grayscale: #5D5D5D. Windows color (decimal): -586889 or 7801847. OLE color: 7801847.
HSL color Cylindrical-coordinate representation of color #F70B77: hue angle of 332.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70B77 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 119 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.03 |
| HSL | 332.54º | 0.94% | 0.51% | - |
| HSV(B) | 332.54º | 0.96% | 0.97% | - |
| XYZ | 41.81 | 21.35 | 19.37 | - |
| YUV | 93.88 | 142.19 | 237.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 119 | 0 | 0.96 | 0.52 | 0.03 | 332.54 | 0.94 | 0.51 |
| Hex | F7 | B | 77 | 0 | 60 | 34 | 3 | 14D | 5E | 33 |
| Octal | 367 | 13 | 167 | 0 | 140 | 64 | 3 | 515 | 136 | 63 |
| Binary | 11110111 | 1011 | 1110111 | 0 | 1100000 | 110100 | 11 | 101001101 | 1011110 | 110011 |
Color Harmonies of #F70B77
Complementary color
Monochromatic Colors of #F70B77
Black with #F70B77
Text Example
Text Example
White with #F70B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B77; }
p { color: rgb(247,11,119); }
H1.HeaderClassName
{
color: #F70B77;
}
.AnyTagClassName
{
color: #F70B77;
}
</style>
background-color css
<style>
a { background-color: #F70B77; }
a { background-color: rgb(247,11,119); }
div.DivClassName
{
background-color: #F70B77;
}
.BgClassName
{
background-color: #F70B77;
}
</style>
border-color css
<style>
span { border-color: #F70B77; }
span { border-color: rgb(247,11,119); }
td.TdClassName
{
border-color: #F70B77;
}
.TagClassName
{
border-color: #F70B77;
}
</style>