Shades of Dark Salmon #F18F7E
Tints of Dark Salmon #F18F7E
RGB
CMYK
RGB Variations
Color information
#F18F7E (or 0xF18F7E) is known color: Dark Salmon. HEX triplet: F1, 8F and 7E. RGB value is (241,143,126). Sum of RGB (Red+Green+Blue) = 241+143+126=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F7E is #0E7081. Grayscale: #AAAAAA. Windows color (decimal): -946306 or 8294385. OLE color: 8294385.
HSL color Cylindrical-coordinate representation of color #F18F7E: hue angle of 8.87º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F18F7E is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 126 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.05 |
| HSL | 8.87º | 0.8% | 0.72% | - |
| HSV(B) | 8.87º | 0.48% | 0.95% | - |
| XYZ | 49.86 | 39.85 | 24.8 | - |
| YUV | 170.36 | 102.97 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 126 | 0 | 0.41 | 0.48 | 0.05 | 8.87 | 0.8 | 0.72 |
| Hex | F1 | 8F | 7E | 0 | 29 | 30 | 5 | 9 | 50 | 48 |
| Octal | 361 | 217 | 176 | 0 | 51 | 60 | 5 | 11 | 120 | 110 |
| Binary | 11110001 | 10001111 | 1111110 | 0 | 101001 | 110000 | 101 | 1001 | 1010000 | 1001000 |
Color Harmonies of #F18F7E
Complementary color
Monochromatic Colors of #F18F7E
Black with #F18F7E
Text Example
Text Example
White with #F18F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F7E; }
p { color: rgb(241,143,126); }
H1.HeaderClassName
{
color: #F18F7E;
}
.AnyTagClassName
{
color: #F18F7E;
}
</style>
background-color css
<style>
a { background-color: #F18F7E; }
a { background-color: rgb(241,143,126); }
div.DivClassName
{
background-color: #F18F7E;
}
.BgClassName
{
background-color: #F18F7E;
}
</style>
border-color css
<style>
span { border-color: #F18F7E; }
span { border-color: rgb(241,143,126); }
td.TdClassName
{
border-color: #F18F7E;
}
.TagClassName
{
border-color: #F18F7E;
}
</style>