Shades of Hit Pink #F7A16A
Tints of Hit Pink #F7A16A
RGB
CMYK
RGB Variations
Color information
#F7A16A (or 0xF7A16A) is known color: Hit Pink. HEX triplet: F7, A1 and 6A. RGB value is (247,161,106). Sum of RGB (Red+Green+Blue) = 247+161+106=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A16A is #085E95. Grayscale: #B4B4B4. Windows color (decimal): -548502 or 6988279. OLE color: 6988279.
HSL color Cylindrical-coordinate representation of color #F7A16A: hue angle of 23.4º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7A16A is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 106 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.03 |
| HSL | 23.4º | 0.9% | 0.69% | - |
| HSV(B) | 23.4º | 0.57% | 0.97% | - |
| XYZ | 53.7 | 46.3 | 19.74 | - |
| YUV | 180.44 | 85.99 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 106 | 0 | 0.35 | 0.57 | 0.03 | 23.4 | 0.9 | 0.69 |
| Hex | F7 | A1 | 6A | 0 | 23 | 39 | 3 | 17 | 5A | 45 |
| Octal | 367 | 241 | 152 | 0 | 43 | 71 | 3 | 27 | 132 | 105 |
| Binary | 11110111 | 10100001 | 1101010 | 0 | 100011 | 111001 | 11 | 10111 | 1011010 | 1000101 |
Color Harmonies of #F7A16A
Complementary color
Monochromatic Colors of #F7A16A
Black with #F7A16A
Text Example
Text Example
White with #F7A16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A16A; }
p { color: rgb(247,161,106); }
H1.HeaderClassName
{
color: #F7A16A;
}
.AnyTagClassName
{
color: #F7A16A;
}
</style>
background-color css
<style>
a { background-color: #F7A16A; }
a { background-color: rgb(247,161,106); }
div.DivClassName
{
background-color: #F7A16A;
}
.BgClassName
{
background-color: #F7A16A;
}
</style>
border-color css
<style>
span { border-color: #F7A16A; }
span { border-color: rgb(247,161,106); }
td.TdClassName
{
border-color: #F7A16A;
}
.TagClassName
{
border-color: #F7A16A;
}
</style>