Shades of Deep Pink #F70C76
Tints of Deep Pink #F70C76
RGB
CMYK
RGB Variations
Color information
#F70C76 (or 0xF70C76) is known color: Deep Pink. HEX triplet: F7, 0C and 76. RGB value is (247,12,118). Sum of RGB (Red+Green+Blue) = 247+12+118=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70C76 is #08F389. Grayscale: #5E5E5E. Windows color (decimal): -586634 or 7736567. OLE color: 7736567.
HSL color Cylindrical-coordinate representation of color #F70C76: hue angle of 332.94º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70C76 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 118 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.03 |
| HSL | 332.94º | 0.94% | 0.51% | - |
| HSV(B) | 332.94º | 0.95% | 0.97% | - |
| XYZ | 41.76 | 21.35 | 19.06 | - |
| YUV | 94.35 | 141.36 | 236.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 118 | 0 | 0.95 | 0.52 | 0.03 | 332.94 | 0.94 | 0.51 |
| Hex | F7 | C | 76 | 0 | 5F | 34 | 3 | 14D | 5E | 33 |
| Octal | 367 | 14 | 166 | 0 | 137 | 64 | 3 | 515 | 136 | 63 |
| Binary | 11110111 | 1100 | 1110110 | 0 | 1011111 | 110100 | 11 | 101001101 | 1011110 | 110011 |
Color Harmonies of #F70C76
Complementary color
Monochromatic Colors of #F70C76
Black with #F70C76
Text Example
Text Example
White with #F70C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70C76; }
p { color: rgb(247,12,118); }
H1.HeaderClassName
{
color: #F70C76;
}
.AnyTagClassName
{
color: #F70C76;
}
</style>
background-color css
<style>
a { background-color: #F70C76; }
a { background-color: rgb(247,12,118); }
div.DivClassName
{
background-color: #F70C76;
}
.BgClassName
{
background-color: #F70C76;
}
</style>
border-color css
<style>
span { border-color: #F70C76; }
span { border-color: rgb(247,12,118); }
td.TdClassName
{
border-color: #F70C76;
}
.TagClassName
{
border-color: #F70C76;
}
</style>