Shades of Hit Pink #F6A474
Tints of Hit Pink #F6A474
RGB
CMYK
RGB Variations
Color information
#F6A474 (or 0xF6A474) is known color: Hit Pink. HEX triplet: F6, A4 and 74. RGB value is (246,164,116). Sum of RGB (Red+Green+Blue) = 246+164+116=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A474 is #095B8B. Grayscale: #B7B7B7. Windows color (decimal): -613260 or 7644406. OLE color: 7644406.
HSL color Cylindrical-coordinate representation of color #F6A474: hue angle of 22.15º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F6A474 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 116 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.04 |
| HSL | 22.15º | 0.88% | 0.71% | - |
| HSV(B) | 22.15º | 0.53% | 0.96% | - |
| XYZ | 54.43 | 47.4 | 22.8 | - |
| YUV | 183.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 116 | 0 | 0.33 | 0.53 | 0.04 | 22.15 | 0.88 | 0.71 |
| Hex | F6 | A4 | 74 | 0 | 21 | 35 | 4 | 16 | 58 | 47 |
| Octal | 366 | 244 | 164 | 0 | 41 | 65 | 4 | 26 | 130 | 107 |
| Binary | 11110110 | 10100100 | 1110100 | 0 | 100001 | 110101 | 100 | 10110 | 1011000 | 1000111 |
Color Harmonies of #F6A474
Complementary color
Monochromatic Colors of #F6A474
Black with #F6A474
Text Example
Text Example
White with #F6A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A474; }
p { color: rgb(246,164,116); }
H1.HeaderClassName
{
color: #F6A474;
}
.AnyTagClassName
{
color: #F6A474;
}
</style>
background-color css
<style>
a { background-color: #F6A474; }
a { background-color: rgb(246,164,116); }
div.DivClassName
{
background-color: #F6A474;
}
.BgClassName
{
background-color: #F6A474;
}
</style>
border-color css
<style>
span { border-color: #F6A474; }
span { border-color: rgb(246,164,116); }
td.TdClassName
{
border-color: #F6A474;
}
.TagClassName
{
border-color: #F6A474;
}
</style>