Shades of Hit Pink #F49D73
Tints of Hit Pink #F49D73
RGB
CMYK
RGB Variations
Color information
#F49D73 (or 0xF49D73) is known color: Hit Pink. HEX triplet: F4, 9D and 73. RGB value is (244,157,115). Sum of RGB (Red+Green+Blue) = 244+157+115=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49D73 is #0B628C. Grayscale: #B2B2B2. Windows color (decimal): -746125 or 7577076. OLE color: 7577076.
HSL color Cylindrical-coordinate representation of color #F49D73: hue angle of 19.53º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F49D73 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 115 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.04 |
| HSL | 19.53º | 0.85% | 0.7% | - |
| HSV(B) | 19.53º | 0.53% | 0.96% | - |
| XYZ | 52.46 | 44.58 | 22.06 | - |
| YUV | 178.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 115 | 0 | 0.36 | 0.53 | 0.04 | 19.53 | 0.85 | 0.7 |
| Hex | F4 | 9D | 73 | 0 | 24 | 35 | 4 | 14 | 55 | 46 |
| Octal | 364 | 235 | 163 | 0 | 44 | 65 | 4 | 24 | 125 | 106 |
| Binary | 11110100 | 10011101 | 1110011 | 0 | 100100 | 110101 | 100 | 10100 | 1010101 | 1000110 |
Color Harmonies of #F49D73
Complementary color
Monochromatic Colors of #F49D73
Black with #F49D73
Text Example
Text Example
White with #F49D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49D73; }
p { color: rgb(244,157,115); }
H1.HeaderClassName
{
color: #F49D73;
}
.AnyTagClassName
{
color: #F49D73;
}
</style>
background-color css
<style>
a { background-color: #F49D73; }
a { background-color: rgb(244,157,115); }
div.DivClassName
{
background-color: #F49D73;
}
.BgClassName
{
background-color: #F49D73;
}
</style>
border-color css
<style>
span { border-color: #F49D73; }
span { border-color: rgb(244,157,115); }
td.TdClassName
{
border-color: #F49D73;
}
.TagClassName
{
border-color: #F49D73;
}
</style>