Shades of Dark Salmon #F18D7C
Tints of Dark Salmon #F18D7C
RGB
CMYK
RGB Variations
Color information
#F18D7C (or 0xF18D7C) is known color: Dark Salmon. HEX triplet: F1, 8D and 7C. RGB value is (241,141,124). Sum of RGB (Red+Green+Blue) = 241+141+124=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D7C is #0E7283. Grayscale: #A9A9A9. Windows color (decimal): -946820 or 8162801. OLE color: 8162801.
HSL color Cylindrical-coordinate representation of color #F18D7C: hue angle of 8.72º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F18D7C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 124 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.05 |
| HSL | 8.72º | 0.81% | 0.72% | - |
| HSV(B) | 8.72º | 0.49% | 0.95% | - |
| XYZ | 49.44 | 39.21 | 24.03 | - |
| YUV | 168.96 | 102.63 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 124 | 0 | 0.41 | 0.49 | 0.05 | 8.72 | 0.81 | 0.72 |
| Hex | F1 | 8D | 7C | 0 | 29 | 31 | 5 | 9 | 51 | 48 |
| Octal | 361 | 215 | 174 | 0 | 51 | 61 | 5 | 11 | 121 | 110 |
| Binary | 11110001 | 10001101 | 1111100 | 0 | 101001 | 110001 | 101 | 1001 | 1010001 | 1001000 |
Color Harmonies of #F18D7C
Complementary color
Monochromatic Colors of #F18D7C
Black with #F18D7C
Text Example
Text Example
White with #F18D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D7C; }
p { color: rgb(241,141,124); }
H1.HeaderClassName
{
color: #F18D7C;
}
.AnyTagClassName
{
color: #F18D7C;
}
</style>
background-color css
<style>
a { background-color: #F18D7C; }
a { background-color: rgb(241,141,124); }
div.DivClassName
{
background-color: #F18D7C;
}
.BgClassName
{
background-color: #F18D7C;
}
</style>
border-color css
<style>
span { border-color: #F18D7C; }
span { border-color: rgb(241,141,124); }
td.TdClassName
{
border-color: #F18D7C;
}
.TagClassName
{
border-color: #F18D7C;
}
</style>