Shades of Hit Pink #F5A06D
Tints of Hit Pink #F5A06D
RGB
CMYK
RGB Variations
Color information
#F5A06D (or 0xF5A06D) is known color: Hit Pink. HEX triplet: F5, A0 and 6D. RGB value is (245,160,109). Sum of RGB (Red+Green+Blue) = 245+160+109=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A06D is #0A5F92. Grayscale: #B3B3B3. Windows color (decimal): -679827 or 7184629. OLE color: 7184629.
HSL color Cylindrical-coordinate representation of color #F5A06D: hue angle of 22.5º 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 #F5A06D is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 109 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.04 |
| HSL | 22.5º | 0.87% | 0.69% | - |
| HSV(B) | 22.5º | 0.56% | 0.96% | - |
| XYZ | 52.99 | 45.66 | 20.49 | - |
| YUV | 179.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 109 | 0 | 0.35 | 0.56 | 0.04 | 22.5 | 0.87 | 0.69 |
| Hex | F5 | A0 | 6D | 0 | 23 | 38 | 4 | 16 | 57 | 45 |
| Octal | 365 | 240 | 155 | 0 | 43 | 70 | 4 | 26 | 127 | 105 |
| Binary | 11110101 | 10100000 | 1101101 | 0 | 100011 | 111000 | 100 | 10110 | 1010111 | 1000101 |
Color Harmonies of #F5A06D
Complementary color
Monochromatic Colors of #F5A06D
Black with #F5A06D
Text Example
Text Example
White with #F5A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A06D; }
p { color: rgb(245,160,109); }
H1.HeaderClassName
{
color: #F5A06D;
}
.AnyTagClassName
{
color: #F5A06D;
}
</style>
background-color css
<style>
a { background-color: #F5A06D; }
a { background-color: rgb(245,160,109); }
div.DivClassName
{
background-color: #F5A06D;
}
.BgClassName
{
background-color: #F5A06D;
}
</style>
border-color css
<style>
span { border-color: #F5A06D; }
span { border-color: rgb(245,160,109); }
td.TdClassName
{
border-color: #F5A06D;
}
.TagClassName
{
border-color: #F5A06D;
}
</style>