Shades of Dark Salmon #F18F76
Tints of Dark Salmon #F18F76
RGB
CMYK
RGB Variations
Color information
#F18F76 (or 0xF18F76) is known color: Dark Salmon. HEX triplet: F1, 8F and 76. RGB value is (241,143,118). Sum of RGB (Red+Green+Blue) = 241+143+118=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F76 is #0E7089. Grayscale: #A9A9A9. Windows color (decimal): -946314 or 7770097. OLE color: 7770097.
HSL color Cylindrical-coordinate representation of color #F18F76: hue angle of 12.2º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F18F76 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 118 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.05 |
| HSL | 12.2º | 0.81% | 0.7% | - |
| HSV(B) | 12.2º | 0.51% | 0.95% | - |
| XYZ | 49.37 | 39.65 | 22.19 | - |
| YUV | 169.45 | 98.97 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 118 | 0 | 0.41 | 0.51 | 0.05 | 12.2 | 0.81 | 0.7 |
| Hex | F1 | 8F | 76 | 0 | 29 | 33 | 5 | C | 51 | 46 |
| Octal | 361 | 217 | 166 | 0 | 51 | 63 | 5 | 14 | 121 | 106 |
| Binary | 11110001 | 10001111 | 1110110 | 0 | 101001 | 110011 | 101 | 1100 | 1010001 | 1000110 |
Color Harmonies of #F18F76
Complementary color
Monochromatic Colors of #F18F76
Black with #F18F76
Text Example
Text Example
White with #F18F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F76; }
p { color: rgb(241,143,118); }
H1.HeaderClassName
{
color: #F18F76;
}
.AnyTagClassName
{
color: #F18F76;
}
</style>
background-color css
<style>
a { background-color: #F18F76; }
a { background-color: rgb(241,143,118); }
div.DivClassName
{
background-color: #F18F76;
}
.BgClassName
{
background-color: #F18F76;
}
</style>
border-color css
<style>
span { border-color: #F18F76; }
span { border-color: rgb(241,143,118); }
td.TdClassName
{
border-color: #F18F76;
}
.TagClassName
{
border-color: #F18F76;
}
</style>