Shades of Hit Pink #F49E6D
Tints of Hit Pink #F49E6D
RGB
CMYK
RGB Variations
Color information
#F49E6D (or 0xF49E6D) is known color: Hit Pink. HEX triplet: F4, 9E and 6D. RGB value is (244,158,109). Sum of RGB (Red+Green+Blue) = 244+158+109=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49E6D is #0B6192. Grayscale: #B2B2B2. Windows color (decimal): -745875 or 7184116. OLE color: 7184116.
HSL color Cylindrical-coordinate representation of color #F49E6D: hue angle of 21.78º 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 #F49E6D is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 109 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.04 |
| HSL | 21.78º | 0.86% | 0.69% | - |
| HSV(B) | 21.78º | 0.55% | 0.96% | - |
| XYZ | 52.3 | 44.79 | 20.36 | - |
| YUV | 178.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 109 | 0 | 0.35 | 0.55 | 0.04 | 21.78 | 0.86 | 0.69 |
| Hex | F4 | 9E | 6D | 0 | 23 | 37 | 4 | 16 | 56 | 45 |
| Octal | 364 | 236 | 155 | 0 | 43 | 67 | 4 | 26 | 126 | 105 |
| Binary | 11110100 | 10011110 | 1101101 | 0 | 100011 | 110111 | 100 | 10110 | 1010110 | 1000101 |
Color Harmonies of #F49E6D
Complementary color
Monochromatic Colors of #F49E6D
Black with #F49E6D
Text Example
Text Example
White with #F49E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49E6D; }
p { color: rgb(244,158,109); }
H1.HeaderClassName
{
color: #F49E6D;
}
.AnyTagClassName
{
color: #F49E6D;
}
</style>
background-color css
<style>
a { background-color: #F49E6D; }
a { background-color: rgb(244,158,109); }
div.DivClassName
{
background-color: #F49E6D;
}
.BgClassName
{
background-color: #F49E6D;
}
</style>
border-color css
<style>
span { border-color: #F49E6D; }
span { border-color: rgb(244,158,109); }
td.TdClassName
{
border-color: #F49E6D;
}
.TagClassName
{
border-color: #F49E6D;
}
</style>