Shades of Hit Pink #F7A66D
Tints of Hit Pink #F7A66D
RGB
CMYK
RGB Variations
Color information
#F7A66D (or 0xF7A66D) is known color: Hit Pink. HEX triplet: F7, A6 and 6D. RGB value is (247,166,109). Sum of RGB (Red+Green+Blue) = 247+166+109=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A66D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A66D is #085992. Grayscale: #B8B8B8. Windows color (decimal): -547219 or 7186167. OLE color: 7186167.
HSL color Cylindrical-coordinate representation of color #F7A66D: hue angle of 24.78º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7A66D is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 166 | 109 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.03 |
| HSL | 24.78º | 0.9% | 0.7% | - |
| HSV(B) | 24.78º | 0.56% | 0.97% | - |
| XYZ | 54.75 | 48.15 | 20.88 | - |
| YUV | 183.72 | 85.84 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 166 | 109 | 0 | 0.33 | 0.56 | 0.03 | 24.78 | 0.9 | 0.7 |
| Hex | F7 | A6 | 6D | 0 | 21 | 38 | 3 | 19 | 5A | 46 |
| Octal | 367 | 246 | 155 | 0 | 41 | 70 | 3 | 31 | 132 | 106 |
| Binary | 11110111 | 10100110 | 1101101 | 0 | 100001 | 111000 | 11 | 11001 | 1011010 | 1000110 |
Color Harmonies of #F7A66D
Complementary color
Monochromatic Colors of #F7A66D
Black with #F7A66D
Text Example
Text Example
White with #F7A66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A66D; }
p { color: rgb(247,166,109); }
H1.HeaderClassName
{
color: #F7A66D;
}
.AnyTagClassName
{
color: #F7A66D;
}
</style>
background-color css
<style>
a { background-color: #F7A66D; }
a { background-color: rgb(247,166,109); }
div.DivClassName
{
background-color: #F7A66D;
}
.BgClassName
{
background-color: #F7A66D;
}
</style>
border-color css
<style>
span { border-color: #F7A66D; }
span { border-color: rgb(247,166,109); }
td.TdClassName
{
border-color: #F7A66D;
}
.TagClassName
{
border-color: #F7A66D;
}
</style>