Shades of Hit Pink #F7A070
Tints of Hit Pink #F7A070
RGB
CMYK
RGB Variations
Color information
#F7A070 (or 0xF7A070) is known color: Hit Pink. HEX triplet: F7, A0 and 70. RGB value is (247,160,112). Sum of RGB (Red+Green+Blue) = 247+160+112=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A070 is #085F8F. Grayscale: #B4B4B4. Windows color (decimal): -548752 or 7381239. OLE color: 7381239.
HSL color Cylindrical-coordinate representation of color #F7A070: hue angle of 21.33º 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 #F7A070 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 112 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.03 |
| HSL | 21.33º | 0.89% | 0.7% | - |
| HSV(B) | 21.33º | 0.55% | 0.97% | - |
| XYZ | 53.85 | 46.09 | 21.39 | - |
| YUV | 180.54 | 89.32 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 112 | 0 | 0.35 | 0.55 | 0.03 | 21.33 | 0.89 | 0.7 |
| Hex | F7 | A0 | 70 | 0 | 23 | 37 | 3 | 15 | 59 | 46 |
| Octal | 367 | 240 | 160 | 0 | 43 | 67 | 3 | 25 | 131 | 106 |
| Binary | 11110111 | 10100000 | 1110000 | 0 | 100011 | 110111 | 11 | 10101 | 1011001 | 1000110 |
Color Harmonies of #F7A070
Complementary color
Monochromatic Colors of #F7A070
Black with #F7A070
Text Example
Text Example
White with #F7A070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A070; }
p { color: rgb(247,160,112); }
H1.HeaderClassName
{
color: #F7A070;
}
.AnyTagClassName
{
color: #F7A070;
}
</style>
background-color css
<style>
a { background-color: #F7A070; }
a { background-color: rgb(247,160,112); }
div.DivClassName
{
background-color: #F7A070;
}
.BgClassName
{
background-color: #F7A070;
}
</style>
border-color css
<style>
span { border-color: #F7A070; }
span { border-color: rgb(247,160,112); }
td.TdClassName
{
border-color: #F7A070;
}
.TagClassName
{
border-color: #F7A070;
}
</style>