Shades of Hit Pink #F7A16E
Tints of Hit Pink #F7A16E
RGB
CMYK
RGB Variations
Color information
#F7A16E (or 0xF7A16E) is known color: Hit Pink. HEX triplet: F7, A1 and 6E. RGB value is (247,161,110). Sum of RGB (Red+Green+Blue) = 247+161+110=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A16E is #085E91. Grayscale: #B5B5B5. Windows color (decimal): -548498 or 7250423. OLE color: 7250423.
HSL color Cylindrical-coordinate representation of color #F7A16E: hue angle of 22.34º degrees, saturation: 0.9, 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 #F7A16E is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 110 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.03 |
| HSL | 22.34º | 0.9% | 0.7% | - |
| HSV(B) | 22.34º | 0.55% | 0.97% | - |
| XYZ | 53.92 | 46.39 | 20.86 | - |
| YUV | 180.9 | 87.99 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 110 | 0 | 0.35 | 0.55 | 0.03 | 22.34 | 0.9 | 0.7 |
| Hex | F7 | A1 | 6E | 0 | 23 | 37 | 3 | 16 | 5A | 46 |
| Octal | 367 | 241 | 156 | 0 | 43 | 67 | 3 | 26 | 132 | 106 |
| Binary | 11110111 | 10100001 | 1101110 | 0 | 100011 | 110111 | 11 | 10110 | 1011010 | 1000110 |
Color Harmonies of #F7A16E
Complementary color
Monochromatic Colors of #F7A16E
Black with #F7A16E
Text Example
Text Example
White with #F7A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A16E; }
p { color: rgb(247,161,110); }
H1.HeaderClassName
{
color: #F7A16E;
}
.AnyTagClassName
{
color: #F7A16E;
}
</style>
background-color css
<style>
a { background-color: #F7A16E; }
a { background-color: rgb(247,161,110); }
div.DivClassName
{
background-color: #F7A16E;
}
.BgClassName
{
background-color: #F7A16E;
}
</style>
border-color css
<style>
span { border-color: #F7A16E; }
span { border-color: rgb(247,161,110); }
td.TdClassName
{
border-color: #F7A16E;
}
.TagClassName
{
border-color: #F7A16E;
}
</style>