Shades of Hit Pink #F7A072
Tints of Hit Pink #F7A072
RGB
CMYK
RGB Variations
Color information
#F7A072 (or 0xF7A072) is known color: Hit Pink. HEX triplet: F7, A0 and 72. RGB value is (247,160,114). Sum of RGB (Red+Green+Blue) = 247+160+114=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A072 is #085F8D. Grayscale: #B5B5B5. Windows color (decimal): -548750 or 7512311. OLE color: 7512311.
HSL color Cylindrical-coordinate representation of color #F7A072: hue angle of 20.75º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F7A072 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 114 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.03 |
| HSL | 20.75º | 0.89% | 0.71% | - |
| HSV(B) | 20.75º | 0.54% | 0.97% | - |
| XYZ | 53.97 | 46.13 | 21.98 | - |
| YUV | 180.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 114 | 0 | 0.35 | 0.54 | 0.03 | 20.75 | 0.89 | 0.71 |
| Hex | F7 | A0 | 72 | 0 | 23 | 36 | 3 | 15 | 59 | 47 |
| Octal | 367 | 240 | 162 | 0 | 43 | 66 | 3 | 25 | 131 | 107 |
| Binary | 11110111 | 10100000 | 1110010 | 0 | 100011 | 110110 | 11 | 10101 | 1011001 | 1000111 |
Color Harmonies of #F7A072
Complementary color
Monochromatic Colors of #F7A072
Black with #F7A072
Text Example
Text Example
White with #F7A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A072; }
p { color: rgb(247,160,114); }
H1.HeaderClassName
{
color: #F7A072;
}
.AnyTagClassName
{
color: #F7A072;
}
</style>
background-color css
<style>
a { background-color: #F7A072; }
a { background-color: rgb(247,160,114); }
div.DivClassName
{
background-color: #F7A072;
}
.BgClassName
{
background-color: #F7A072;
}
</style>
border-color css
<style>
span { border-color: #F7A072; }
span { border-color: rgb(247,160,114); }
td.TdClassName
{
border-color: #F7A072;
}
.TagClassName
{
border-color: #F7A072;
}
</style>