Shades of Dark Salmon #F18D77
Tints of Dark Salmon #F18D77
RGB
CMYK
RGB Variations
Color information
#F18D77 (or 0xF18D77) is known color: Dark Salmon. HEX triplet: F1, 8D and 77. RGB value is (241,141,119). Sum of RGB (Red+Green+Blue) = 241+141+119=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D77 is #0E7288. Grayscale: #A8A8A8. Windows color (decimal): -946825 or 7835121. OLE color: 7835121.
HSL color Cylindrical-coordinate representation of color #F18D77: hue angle of 10.82º 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 #F18D77 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 119 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.05 |
| HSL | 10.82º | 0.81% | 0.71% | - |
| HSV(B) | 10.82º | 0.51% | 0.95% | - |
| XYZ | 49.13 | 39.08 | 22.41 | - |
| YUV | 168.39 | 100.13 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 119 | 0 | 0.41 | 0.51 | 0.05 | 10.82 | 0.81 | 0.71 |
| Hex | F1 | 8D | 77 | 0 | 29 | 33 | 5 | B | 51 | 47 |
| Octal | 361 | 215 | 167 | 0 | 51 | 63 | 5 | 13 | 121 | 107 |
| Binary | 11110001 | 10001101 | 1110111 | 0 | 101001 | 110011 | 101 | 1011 | 1010001 | 1000111 |
Color Harmonies of #F18D77
Complementary color
Monochromatic Colors of #F18D77
Black with #F18D77
Text Example
Text Example
White with #F18D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D77; }
p { color: rgb(241,141,119); }
H1.HeaderClassName
{
color: #F18D77;
}
.AnyTagClassName
{
color: #F18D77;
}
</style>
background-color css
<style>
a { background-color: #F18D77; }
a { background-color: rgb(241,141,119); }
div.DivClassName
{
background-color: #F18D77;
}
.BgClassName
{
background-color: #F18D77;
}
</style>
border-color css
<style>
span { border-color: #F18D77; }
span { border-color: rgb(241,141,119); }
td.TdClassName
{
border-color: #F18D77;
}
.TagClassName
{
border-color: #F18D77;
}
</style>