Shades of Hit Pink #F7A574
Tints of Hit Pink #F7A574
RGB
CMYK
RGB Variations
Color information
#F7A574 (or 0xF7A574) is known color: Hit Pink. HEX triplet: F7, A5 and 74. RGB value is (247,165,116). Sum of RGB (Red+Green+Blue) = 247+165+116=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A574 is #085A8B. Grayscale: #B8B8B8. Windows color (decimal): -547468 or 7644663. OLE color: 7644663.
HSL color Cylindrical-coordinate representation of color #F7A574: hue angle of 22.44º 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 #F7A574 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 165 | 116 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.03 |
| HSL | 22.44º | 0.89% | 0.71% | - |
| HSV(B) | 22.44º | 0.53% | 0.97% | - |
| XYZ | 54.97 | 47.95 | 22.88 | - |
| YUV | 183.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 165 | 116 | 0 | 0.33 | 0.53 | 0.03 | 22.44 | 0.89 | 0.71 |
| Hex | F7 | A5 | 74 | 0 | 21 | 35 | 3 | 16 | 59 | 47 |
| Octal | 367 | 245 | 164 | 0 | 41 | 65 | 3 | 26 | 131 | 107 |
| Binary | 11110111 | 10100101 | 1110100 | 0 | 100001 | 110101 | 11 | 10110 | 1011001 | 1000111 |
Color Harmonies of #F7A574
Complementary color
Monochromatic Colors of #F7A574
Black with #F7A574
Text Example
Text Example
White with #F7A574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A574; }
p { color: rgb(247,165,116); }
H1.HeaderClassName
{
color: #F7A574;
}
.AnyTagClassName
{
color: #F7A574;
}
</style>
background-color css
<style>
a { background-color: #F7A574; }
a { background-color: rgb(247,165,116); }
div.DivClassName
{
background-color: #F7A574;
}
.BgClassName
{
background-color: #F7A574;
}
</style>
border-color css
<style>
span { border-color: #F7A574; }
span { border-color: rgb(247,165,116); }
td.TdClassName
{
border-color: #F7A574;
}
.TagClassName
{
border-color: #F7A574;
}
</style>