Shades of Dark Salmon #F19E77
Tints of Dark Salmon #F19E77
RGB
CMYK
RGB Variations
Color information
#F19E77 (or 0xF19E77) is known color: Dark Salmon. HEX triplet: F1, 9E and 77. RGB value is (241,158,119). Sum of RGB (Red+Green+Blue) = 241+158+119=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19E77 is #0E6188. Grayscale: #B2B2B2. Windows color (decimal): -942473 or 7839473. OLE color: 7839473.
HSL color Cylindrical-coordinate representation of color #F19E77: hue angle of 19.18º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F19E77 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 119 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.05 |
| HSL | 19.18º | 0.81% | 0.71% | - |
| HSV(B) | 19.18º | 0.51% | 0.95% | - |
| XYZ | 51.83 | 44.49 | 23.31 | - |
| YUV | 178.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 119 | 0 | 0.34 | 0.51 | 0.05 | 19.18 | 0.81 | 0.71 |
| Hex | F1 | 9E | 77 | 0 | 22 | 33 | 5 | 13 | 51 | 47 |
| Octal | 361 | 236 | 167 | 0 | 42 | 63 | 5 | 23 | 121 | 107 |
| Binary | 11110001 | 10011110 | 1110111 | 0 | 100010 | 110011 | 101 | 10011 | 1010001 | 1000111 |
Color Harmonies of #F19E77
Complementary color
Monochromatic Colors of #F19E77
Black with #F19E77
Text Example
Text Example
White with #F19E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19E77; }
p { color: rgb(241,158,119); }
H1.HeaderClassName
{
color: #F19E77;
}
.AnyTagClassName
{
color: #F19E77;
}
</style>
background-color css
<style>
a { background-color: #F19E77; }
a { background-color: rgb(241,158,119); }
div.DivClassName
{
background-color: #F19E77;
}
.BgClassName
{
background-color: #F19E77;
}
</style>
border-color css
<style>
span { border-color: #F19E77; }
span { border-color: rgb(241,158,119); }
td.TdClassName
{
border-color: #F19E77;
}
.TagClassName
{
border-color: #F19E77;
}
</style>