Shades of Hit Pink #F7A473
Tints of Hit Pink #F7A473
RGB
CMYK
RGB Variations
Color information
#F7A473 (or 0xF7A473) is known color: Hit Pink. HEX triplet: F7, A4 and 73. RGB value is (247,164,115). Sum of RGB (Red+Green+Blue) = 247+164+115=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A473 is #085B8C. Grayscale: #B7B7B7. Windows color (decimal): -547725 or 7578871. OLE color: 7578871.
HSL color Cylindrical-coordinate representation of color #F7A473: hue angle of 22.27º 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 #F7A473 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 164 | 115 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.03 |
| HSL | 22.27º | 0.89% | 0.71% | - |
| HSV(B) | 22.27º | 0.53% | 0.97% | - |
| XYZ | 54.73 | 47.56 | 22.52 | - |
| YUV | 183.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 164 | 115 | 0 | 0.34 | 0.53 | 0.03 | 22.27 | 0.89 | 0.71 |
| Hex | F7 | A4 | 73 | 0 | 22 | 35 | 3 | 16 | 59 | 47 |
| Octal | 367 | 244 | 163 | 0 | 42 | 65 | 3 | 26 | 131 | 107 |
| Binary | 11110111 | 10100100 | 1110011 | 0 | 100010 | 110101 | 11 | 10110 | 1011001 | 1000111 |
Color Harmonies of #F7A473
Complementary color
Monochromatic Colors of #F7A473
Black with #F7A473
Text Example
Text Example
White with #F7A473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A473; }
p { color: rgb(247,164,115); }
H1.HeaderClassName
{
color: #F7A473;
}
.AnyTagClassName
{
color: #F7A473;
}
</style>
background-color css
<style>
a { background-color: #F7A473; }
a { background-color: rgb(247,164,115); }
div.DivClassName
{
background-color: #F7A473;
}
.BgClassName
{
background-color: #F7A473;
}
</style>
border-color css
<style>
span { border-color: #F7A473; }
span { border-color: rgb(247,164,115); }
td.TdClassName
{
border-color: #F7A473;
}
.TagClassName
{
border-color: #F7A473;
}
</style>