Shades of Hit Pink #F5A16D
Tints of Hit Pink #F5A16D
RGB
CMYK
RGB Variations
Color information
#F5A16D (or 0xF5A16D) is known color: Hit Pink. HEX triplet: F5, A1 and 6D. RGB value is (245,161,109). Sum of RGB (Red+Green+Blue) = 245+161+109=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A16D is #0A5E92. Grayscale: #B4B4B4. Windows color (decimal): -679571 or 7184885. OLE color: 7184885.
HSL color Cylindrical-coordinate representation of color #F5A16D: hue angle of 22.94º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5A16D is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 109 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.04 |
| HSL | 22.94º | 0.87% | 0.69% | - |
| HSV(B) | 22.94º | 0.56% | 0.96% | - |
| XYZ | 53.16 | 46.01 | 20.55 | - |
| YUV | 180.19 | 87.83 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 109 | 0 | 0.34 | 0.56 | 0.04 | 22.94 | 0.87 | 0.69 |
| Hex | F5 | A1 | 6D | 0 | 22 | 38 | 4 | 17 | 57 | 45 |
| Octal | 365 | 241 | 155 | 0 | 42 | 70 | 4 | 27 | 127 | 105 |
| Binary | 11110101 | 10100001 | 1101101 | 0 | 100010 | 111000 | 100 | 10111 | 1010111 | 1000101 |
Color Harmonies of #F5A16D
Complementary color
Monochromatic Colors of #F5A16D
Black with #F5A16D
Text Example
Text Example
White with #F5A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A16D; }
p { color: rgb(245,161,109); }
H1.HeaderClassName
{
color: #F5A16D;
}
.AnyTagClassName
{
color: #F5A16D;
}
</style>
background-color css
<style>
a { background-color: #F5A16D; }
a { background-color: rgb(245,161,109); }
div.DivClassName
{
background-color: #F5A16D;
}
.BgClassName
{
background-color: #F5A16D;
}
</style>
border-color css
<style>
span { border-color: #F5A16D; }
span { border-color: rgb(245,161,109); }
td.TdClassName
{
border-color: #F5A16D;
}
.TagClassName
{
border-color: #F5A16D;
}
</style>