Shades of Hit Pink #F49E6C
Tints of Hit Pink #F49E6C
RGB
CMYK
RGB Variations
Color information
#F49E6C (or 0xF49E6C) is known color: Hit Pink. HEX triplet: F4, 9E and 6C. RGB value is (244,158,108). Sum of RGB (Red+Green+Blue) = 244+158+108=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49E6C is #0B6193. Grayscale: #B2B2B2. Windows color (decimal): -745876 or 7118580. OLE color: 7118580.
HSL color Cylindrical-coordinate representation of color #F49E6C: hue angle of 22.06º degrees, saturation: 0.86, 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 #F49E6C is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 108 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.04 |
| HSL | 22.06º | 0.86% | 0.69% | - |
| HSV(B) | 22.06º | 0.56% | 0.96% | - |
| XYZ | 52.24 | 44.77 | 20.08 | - |
| YUV | 178.01 | 88.49 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 108 | 0 | 0.35 | 0.56 | 0.04 | 22.06 | 0.86 | 0.69 |
| Hex | F4 | 9E | 6C | 0 | 23 | 38 | 4 | 16 | 56 | 45 |
| Octal | 364 | 236 | 154 | 0 | 43 | 70 | 4 | 26 | 126 | 105 |
| Binary | 11110100 | 10011110 | 1101100 | 0 | 100011 | 111000 | 100 | 10110 | 1010110 | 1000101 |
Color Harmonies of #F49E6C
Complementary color
Monochromatic Colors of #F49E6C
Black with #F49E6C
Text Example
Text Example
White with #F49E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49E6C; }
p { color: rgb(244,158,108); }
H1.HeaderClassName
{
color: #F49E6C;
}
.AnyTagClassName
{
color: #F49E6C;
}
</style>
background-color css
<style>
a { background-color: #F49E6C; }
a { background-color: rgb(244,158,108); }
div.DivClassName
{
background-color: #F49E6C;
}
.BgClassName
{
background-color: #F49E6C;
}
</style>
border-color css
<style>
span { border-color: #F49E6C; }
span { border-color: rgb(244,158,108); }
td.TdClassName
{
border-color: #F49E6C;
}
.TagClassName
{
border-color: #F49E6C;
}
</style>