Shades of Hit Pink #F5A370
Tints of Hit Pink #F5A370
RGB
CMYK
RGB Variations
Color information
#F5A370 (or 0xF5A370) is known color: Hit Pink. HEX triplet: F5, A3 and 70. RGB value is (245,163,112). Sum of RGB (Red+Green+Blue) = 245+163+112=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A370 is #0A5C8F. Grayscale: #B5B5B5. Windows color (decimal): -679056 or 7382005. OLE color: 7382005.
HSL color Cylindrical-coordinate representation of color #F5A370: hue angle of 23.01º degrees, saturation: 0.87, 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 #F5A370 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 112 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.04 |
| HSL | 23.01º | 0.87% | 0.7% | - |
| HSV(B) | 23.01º | 0.54% | 0.96% | - |
| XYZ | 53.68 | 46.78 | 21.53 | - |
| YUV | 181.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 112 | 0 | 0.33 | 0.54 | 0.04 | 23.01 | 0.87 | 0.7 |
| Hex | F5 | A3 | 70 | 0 | 21 | 36 | 4 | 17 | 57 | 46 |
| Octal | 365 | 243 | 160 | 0 | 41 | 66 | 4 | 27 | 127 | 106 |
| Binary | 11110101 | 10100011 | 1110000 | 0 | 100001 | 110110 | 100 | 10111 | 1010111 | 1000110 |
Color Harmonies of #F5A370
Complementary color
Monochromatic Colors of #F5A370
Black with #F5A370
Text Example
Text Example
White with #F5A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A370; }
p { color: rgb(245,163,112); }
H1.HeaderClassName
{
color: #F5A370;
}
.AnyTagClassName
{
color: #F5A370;
}
</style>
background-color css
<style>
a { background-color: #F5A370; }
a { background-color: rgb(245,163,112); }
div.DivClassName
{
background-color: #F5A370;
}
.BgClassName
{
background-color: #F5A370;
}
</style>
border-color css
<style>
span { border-color: #F5A370; }
span { border-color: rgb(245,163,112); }
td.TdClassName
{
border-color: #F5A370;
}
.TagClassName
{
border-color: #F5A370;
}
</style>