Shades of Hit Pink #F79C70
Tints of Hit Pink #F79C70
RGB
CMYK
RGB Variations
Color information
#F79C70 (or 0xF79C70) is known color: Hit Pink. HEX triplet: F7, 9C and 70. RGB value is (247,156,112). Sum of RGB (Red+Green+Blue) = 247+156+112=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F79C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F79C70 is #08638F. Grayscale: #B2B2B2. Windows color (decimal): -549776 or 7380215. OLE color: 7380215.
HSL color Cylindrical-coordinate representation of color #F79C70: hue angle of 19.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F79C70 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 156 | 112 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.03 |
| HSL | 19.56º | 0.89% | 0.7% | - |
| HSV(B) | 19.56º | 0.55% | 0.97% | - |
| XYZ | 53.17 | 44.72 | 21.16 | - |
| YUV | 178.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 156 | 112 | 0 | 0.37 | 0.55 | 0.03 | 19.56 | 0.89 | 0.7 |
| Hex | F7 | 9C | 70 | 0 | 25 | 37 | 3 | 14 | 59 | 46 |
| Octal | 367 | 234 | 160 | 0 | 45 | 67 | 3 | 24 | 131 | 106 |
| Binary | 11110111 | 10011100 | 1110000 | 0 | 100101 | 110111 | 11 | 10100 | 1011001 | 1000110 |
Color Harmonies of #F79C70
Complementary color
Monochromatic Colors of #F79C70
Black with #F79C70
Text Example
Text Example
White with #F79C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79C70; }
p { color: rgb(247,156,112); }
H1.HeaderClassName
{
color: #F79C70;
}
.AnyTagClassName
{
color: #F79C70;
}
</style>
background-color css
<style>
a { background-color: #F79C70; }
a { background-color: rgb(247,156,112); }
div.DivClassName
{
background-color: #F79C70;
}
.BgClassName
{
background-color: #F79C70;
}
</style>
border-color css
<style>
span { border-color: #F79C70; }
span { border-color: rgb(247,156,112); }
td.TdClassName
{
border-color: #F79C70;
}
.TagClassName
{
border-color: #F79C70;
}
</style>