Shades of Hit Pink #F4A471
Tints of Hit Pink #F4A471
RGB
CMYK
RGB Variations
Color information
#F4A471 (or 0xF4A471) is known color: Hit Pink. HEX triplet: F4, A4 and 71. RGB value is (244,164,113). Sum of RGB (Red+Green+Blue) = 244+164+113=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A471 is #0B5B8E. Grayscale: #B6B6B6. Windows color (decimal): -744335 or 7447796. OLE color: 7447796.
HSL color Cylindrical-coordinate representation of color #F4A471: hue angle of 23.36º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F4A471 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 113 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.04 |
| HSL | 23.36º | 0.86% | 0.7% | - |
| HSV(B) | 23.36º | 0.54% | 0.96% | - |
| XYZ | 53.56 | 46.98 | 21.87 | - |
| YUV | 182.11 | 89 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 113 | 0 | 0.33 | 0.54 | 0.04 | 23.36 | 0.86 | 0.7 |
| Hex | F4 | A4 | 71 | 0 | 21 | 36 | 4 | 17 | 56 | 46 |
| Octal | 364 | 244 | 161 | 0 | 41 | 66 | 4 | 27 | 126 | 106 |
| Binary | 11110100 | 10100100 | 1110001 | 0 | 100001 | 110110 | 100 | 10111 | 1010110 | 1000110 |
Color Harmonies of #F4A471
Complementary color
Monochromatic Colors of #F4A471
Black with #F4A471
Text Example
Text Example
White with #F4A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A471; }
p { color: rgb(244,164,113); }
H1.HeaderClassName
{
color: #F4A471;
}
.AnyTagClassName
{
color: #F4A471;
}
</style>
background-color css
<style>
a { background-color: #F4A471; }
a { background-color: rgb(244,164,113); }
div.DivClassName
{
background-color: #F4A471;
}
.BgClassName
{
background-color: #F4A471;
}
</style>
border-color css
<style>
span { border-color: #F4A471; }
span { border-color: rgb(244,164,113); }
td.TdClassName
{
border-color: #F4A471;
}
.TagClassName
{
border-color: #F4A471;
}
</style>