Shades of Dark Salmon #F08D78
Tints of Dark Salmon #F08D78
RGB
CMYK
RGB Variations
Color information
#F08D78 (or 0xF08D78) is known color: Dark Salmon. HEX triplet: F0, 8D and 78. RGB value is (240,141,120). Sum of RGB (Red+Green+Blue) = 240+141+120=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D78 is #0F7287. Grayscale: #A8A8A8. Windows color (decimal): -1012360 or 7900656. OLE color: 7900656.
HSL color Cylindrical-coordinate representation of color #F08D78: hue angle of 10.5º 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 #F08D78 is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 120 | - |
| CMYK | 0 | 0.41 | 0.5 | 0.06 |
| HSL | 10.5º | 0.8% | 0.71% | - |
| HSV(B) | 10.5º | 0.5% | 0.94% | - |
| XYZ | 48.85 | 38.93 | 22.71 | - |
| YUV | 168.21 | 100.8 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 120 | 0 | 0.41 | 0.5 | 0.06 | 10.5 | 0.8 | 0.71 |
| Hex | F0 | 8D | 78 | 0 | 29 | 32 | 6 | A | 50 | 47 |
| Octal | 360 | 215 | 170 | 0 | 51 | 62 | 6 | 12 | 120 | 107 |
| Binary | 11110000 | 10001101 | 1111000 | 0 | 101001 | 110010 | 110 | 1010 | 1010000 | 1000111 |
Color Harmonies of #F08D78
Complementary color
Monochromatic Colors of #F08D78
Black with #F08D78
Text Example
Text Example
White with #F08D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D78; }
p { color: rgb(240,141,120); }
H1.HeaderClassName
{
color: #F08D78;
}
.AnyTagClassName
{
color: #F08D78;
}
</style>
background-color css
<style>
a { background-color: #F08D78; }
a { background-color: rgb(240,141,120); }
div.DivClassName
{
background-color: #F08D78;
}
.BgClassName
{
background-color: #F08D78;
}
</style>
border-color css
<style>
span { border-color: #F08D78; }
span { border-color: rgb(240,141,120); }
td.TdClassName
{
border-color: #F08D78;
}
.TagClassName
{
border-color: #F08D78;
}
</style>