Shades of Dark Salmon #F18D78
Tints of Dark Salmon #F18D78
RGB
CMYK
RGB Variations
Color information
#F18D78 (or 0xF18D78) is known color: Dark Salmon. HEX triplet: F1, 8D and 78. RGB value is (241,141,120). Sum of RGB (Red+Green+Blue) = 241+141+120=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D78 is #0E7287. Grayscale: #A8A8A8. Windows color (decimal): -946824 or 7900657. OLE color: 7900657.
HSL color Cylindrical-coordinate representation of color #F18D78: hue angle of 10.41º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F18D78 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 120 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.05 |
| HSL | 10.41º | 0.81% | 0.71% | - |
| HSV(B) | 10.41º | 0.5% | 0.95% | - |
| XYZ | 49.19 | 39.11 | 22.72 | - |
| YUV | 168.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 120 | 0 | 0.41 | 0.50 | 0.05 | 10.41 | 0.81 | 0.71 |
| Hex | F1 | 8D | 78 | 0 | 29 | 32 | 5 | A | 51 | 47 |
| Octal | 361 | 215 | 170 | 0 | 51 | 62 | 5 | 12 | 121 | 107 |
| Binary | 11110001 | 10001101 | 1111000 | 0 | 101001 | 110010 | 101 | 1010 | 1010001 | 1000111 |
Color Harmonies of #F18D78
Complementary color
Monochromatic Colors of #F18D78
Black with #F18D78
Text Example
Text Example
White with #F18D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D78; }
p { color: rgb(241,141,120); }
H1.HeaderClassName
{
color: #F18D78;
}
.AnyTagClassName
{
color: #F18D78;
}
</style>
background-color css
<style>
a { background-color: #F18D78; }
a { background-color: rgb(241,141,120); }
div.DivClassName
{
background-color: #F18D78;
}
.BgClassName
{
background-color: #F18D78;
}
</style>
border-color css
<style>
span { border-color: #F18D78; }
span { border-color: rgb(241,141,120); }
td.TdClassName
{
border-color: #F18D78;
}
.TagClassName
{
border-color: #F18D78;
}
</style>