Shades of Hit Pink #F7A674
Tints of Hit Pink #F7A674
RGB
CMYK
RGB Variations
Color information
#F7A674 (or 0xF7A674) is known color: Hit Pink. HEX triplet: F7, A6 and 74. RGB value is (247,166,116). Sum of RGB (Red+Green+Blue) = 247+166+116=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A674 is #08598B. Grayscale: #B8B8B8. Windows color (decimal): -547212 or 7644919. OLE color: 7644919.
HSL color Cylindrical-coordinate representation of color #F7A674: hue angle of 22.9º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7A674 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 166 | 116 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.03 |
| HSL | 22.9º | 0.89% | 0.71% | - |
| HSV(B) | 22.9º | 0.53% | 0.97% | - |
| XYZ | 55.15 | 48.31 | 22.94 | - |
| YUV | 184.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 166 | 116 | 0 | 0.33 | 0.53 | 0.03 | 22.9 | 0.89 | 0.71 |
| Hex | F7 | A6 | 74 | 0 | 21 | 35 | 3 | 17 | 59 | 47 |
| Octal | 367 | 246 | 164 | 0 | 41 | 65 | 3 | 27 | 131 | 107 |
| Binary | 11110111 | 10100110 | 1110100 | 0 | 100001 | 110101 | 11 | 10111 | 1011001 | 1000111 |
Color Harmonies of #F7A674
Complementary color
Monochromatic Colors of #F7A674
Black with #F7A674
Text Example
Text Example
White with #F7A674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A674; }
p { color: rgb(247,166,116); }
H1.HeaderClassName
{
color: #F7A674;
}
.AnyTagClassName
{
color: #F7A674;
}
</style>
background-color css
<style>
a { background-color: #F7A674; }
a { background-color: rgb(247,166,116); }
div.DivClassName
{
background-color: #F7A674;
}
.BgClassName
{
background-color: #F7A674;
}
</style>
border-color css
<style>
span { border-color: #F7A674; }
span { border-color: rgb(247,166,116); }
td.TdClassName
{
border-color: #F7A674;
}
.TagClassName
{
border-color: #F7A674;
}
</style>