Shades of Hit Pink #F4A06E
Tints of Hit Pink #F4A06E
RGB
CMYK
RGB Variations
Color information
#F4A06E (or 0xF4A06E) is known color: Hit Pink. HEX triplet: F4, A0 and 6E. RGB value is (244,160,110). Sum of RGB (Red+Green+Blue) = 244+160+110=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A06E is #0B5F91. Grayscale: #B3B3B3. Windows color (decimal): -745362 or 7250164. OLE color: 7250164.
HSL color Cylindrical-coordinate representation of color #F4A06E: hue angle of 22.39º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4A06E is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 110 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.04 |
| HSL | 22.39º | 0.86% | 0.69% | - |
| HSV(B) | 22.39º | 0.55% | 0.96% | - |
| XYZ | 52.69 | 45.5 | 20.76 | - |
| YUV | 179.42 | 88.83 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 110 | 0 | 0.34 | 0.55 | 0.04 | 22.39 | 0.86 | 0.69 |
| Hex | F4 | A0 | 6E | 0 | 22 | 37 | 4 | 16 | 56 | 45 |
| Octal | 364 | 240 | 156 | 0 | 42 | 67 | 4 | 26 | 126 | 105 |
| Binary | 11110100 | 10100000 | 1101110 | 0 | 100010 | 110111 | 100 | 10110 | 1010110 | 1000101 |
Color Harmonies of #F4A06E
Complementary color
Monochromatic Colors of #F4A06E
Black with #F4A06E
Text Example
Text Example
White with #F4A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A06E; }
p { color: rgb(244,160,110); }
H1.HeaderClassName
{
color: #F4A06E;
}
.AnyTagClassName
{
color: #F4A06E;
}
</style>
background-color css
<style>
a { background-color: #F4A06E; }
a { background-color: rgb(244,160,110); }
div.DivClassName
{
background-color: #F4A06E;
}
.BgClassName
{
background-color: #F4A06E;
}
</style>
border-color css
<style>
span { border-color: #F4A06E; }
span { border-color: rgb(244,160,110); }
td.TdClassName
{
border-color: #F4A06E;
}
.TagClassName
{
border-color: #F4A06E;
}
</style>