Shades of Dark Salmon #F49979
Tints of Dark Salmon #F49979
RGB
CMYK
RGB Variations
Color information
#F49979 (or 0xF49979) is known color: Dark Salmon. HEX triplet: F4, 99 and 79. RGB value is (244,153,121). Sum of RGB (Red+Green+Blue) = 244+153+121=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F49979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49979 is #0B6686. Grayscale: #B0B0B0. Windows color (decimal): -747143 or 7969268. OLE color: 7969268.
HSL color Cylindrical-coordinate representation of color #F49979: hue angle of 15.61º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F49979 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 121 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.04 |
| HSL | 15.61º | 0.85% | 0.72% | - |
| HSV(B) | 15.61º | 0.5% | 0.96% | - |
| XYZ | 52.15 | 43.4 | 23.72 | - |
| YUV | 176.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 121 | 0 | 0.37 | 0.50 | 0.04 | 15.61 | 0.85 | 0.72 |
| Hex | F4 | 99 | 79 | 0 | 25 | 32 | 4 | 10 | 55 | 48 |
| Octal | 364 | 231 | 171 | 0 | 45 | 62 | 4 | 20 | 125 | 110 |
| Binary | 11110100 | 10011001 | 1111001 | 0 | 100101 | 110010 | 100 | 10000 | 1010101 | 1001000 |
Color Harmonies of #F49979
Complementary color
Monochromatic Colors of #F49979
Black with #F49979
Text Example
Text Example
White with #F49979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49979; }
p { color: rgb(244,153,121); }
H1.HeaderClassName
{
color: #F49979;
}
.AnyTagClassName
{
color: #F49979;
}
</style>
background-color css
<style>
a { background-color: #F49979; }
a { background-color: rgb(244,153,121); }
div.DivClassName
{
background-color: #F49979;
}
.BgClassName
{
background-color: #F49979;
}
</style>
border-color css
<style>
span { border-color: #F49979; }
span { border-color: rgb(244,153,121); }
td.TdClassName
{
border-color: #F49979;
}
.TagClassName
{
border-color: #F49979;
}
</style>