Shades of Dark Salmon #F08D79
Tints of Dark Salmon #F08D79
RGB
CMYK
RGB Variations
Color information
#F08D79 (or 0xF08D79) is known color: Dark Salmon. HEX triplet: F0, 8D and 79. RGB value is (240,141,121). Sum of RGB (Red+Green+Blue) = 240+141+121=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D79 is #0F7286. Grayscale: #A8A8A8. Windows color (decimal): -1012359 or 7966192. OLE color: 7966192.
HSL color Cylindrical-coordinate representation of color #F08D79: hue angle of 10.08º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F08D79 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 121 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.06 |
| HSL | 10.08º | 0.8% | 0.71% | - |
| HSV(B) | 10.08º | 0.5% | 0.94% | - |
| XYZ | 48.91 | 38.96 | 23.03 | - |
| YUV | 168.32 | 101.3 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 121 | 0 | 0.41 | 0.50 | 0.06 | 10.08 | 0.8 | 0.71 |
| Hex | F0 | 8D | 79 | 0 | 29 | 32 | 6 | A | 50 | 47 |
| Octal | 360 | 215 | 171 | 0 | 51 | 62 | 6 | 12 | 120 | 107 |
| Binary | 11110000 | 10001101 | 1111001 | 0 | 101001 | 110010 | 110 | 1010 | 1010000 | 1000111 |
Color Harmonies of #F08D79
Complementary color
Monochromatic Colors of #F08D79
Black with #F08D79
Text Example
Text Example
White with #F08D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D79; }
p { color: rgb(240,141,121); }
H1.HeaderClassName
{
color: #F08D79;
}
.AnyTagClassName
{
color: #F08D79;
}
</style>
background-color css
<style>
a { background-color: #F08D79; }
a { background-color: rgb(240,141,121); }
div.DivClassName
{
background-color: #F08D79;
}
.BgClassName
{
background-color: #F08D79;
}
</style>
border-color css
<style>
span { border-color: #F08D79; }
span { border-color: rgb(240,141,121); }
td.TdClassName
{
border-color: #F08D79;
}
.TagClassName
{
border-color: #F08D79;
}
</style>