Shades of Dark Salmon #F49A7A
Tints of Dark Salmon #F49A7A
RGB
CMYK
RGB Variations
Color information
#F49A7A (or 0xF49A7A) is known color: Dark Salmon. HEX triplet: F4, 9A and 7A. RGB value is (244,154,122). Sum of RGB (Red+Green+Blue) = 244+154+122=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49A7A is #0B6585. Grayscale: #B1B1B1. Windows color (decimal): -746886 or 8035060. OLE color: 8035060.
HSL color Cylindrical-coordinate representation of color #F49A7A: hue angle of 15.74º 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 #F49A7A is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 122 | - |
| CMYK | 0 | 0.37 | 0.5 | 0.04 |
| HSL | 15.74º | 0.85% | 0.72% | - |
| HSV(B) | 15.74º | 0.5% | 0.96% | - |
| XYZ | 52.38 | 43.75 | 24.1 | - |
| YUV | 177.26 | 96.82 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 122 | 0 | 0.37 | 0.5 | 0.04 | 15.74 | 0.85 | 0.72 |
| Hex | F4 | 9A | 7A | 0 | 25 | 32 | 4 | 10 | 55 | 48 |
| Octal | 364 | 232 | 172 | 0 | 45 | 62 | 4 | 20 | 125 | 110 |
| Binary | 11110100 | 10011010 | 1111010 | 0 | 100101 | 110010 | 100 | 10000 | 1010101 | 1001000 |
Color Harmonies of #F49A7A
Complementary color
Monochromatic Colors of #F49A7A
Black with #F49A7A
Text Example
Text Example
White with #F49A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49A7A; }
p { color: rgb(244,154,122); }
H1.HeaderClassName
{
color: #F49A7A;
}
.AnyTagClassName
{
color: #F49A7A;
}
</style>
background-color css
<style>
a { background-color: #F49A7A; }
a { background-color: rgb(244,154,122); }
div.DivClassName
{
background-color: #F49A7A;
}
.BgClassName
{
background-color: #F49A7A;
}
</style>
border-color css
<style>
span { border-color: #F49A7A; }
span { border-color: rgb(244,154,122); }
td.TdClassName
{
border-color: #F49A7A;
}
.TagClassName
{
border-color: #F49A7A;
}
</style>