Shades of Dark Salmon #F18C79
Tints of Dark Salmon #F18C79
RGB
CMYK
RGB Variations
Color information
#F18C79 (or 0xF18C79) is known color: Dark Salmon. HEX triplet: F1, 8C and 79. RGB value is (241,140,121). Sum of RGB (Red+Green+Blue) = 241+140+121=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C79 is #0E7386. Grayscale: #A8A8A8. Windows color (decimal): -947079 or 7965937. OLE color: 7965937.
HSL color Cylindrical-coordinate representation of color #F18C79: hue angle of 9.5º 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 #F18C79 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 121 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.05 |
| HSL | 9.5º | 0.81% | 0.71% | - |
| HSV(B) | 9.5º | 0.5% | 0.95% | - |
| XYZ | 49.1 | 38.84 | 23 | - |
| YUV | 168.03 | 101.46 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 121 | 0 | 0.42 | 0.50 | 0.05 | 9.5 | 0.81 | 0.71 |
| Hex | F1 | 8C | 79 | 0 | 2A | 32 | 5 | A | 51 | 47 |
| Octal | 361 | 214 | 171 | 0 | 52 | 62 | 5 | 12 | 121 | 107 |
| Binary | 11110001 | 10001100 | 1111001 | 0 | 101010 | 110010 | 101 | 1010 | 1010001 | 1000111 |
Color Harmonies of #F18C79
Complementary color
Monochromatic Colors of #F18C79
Black with #F18C79
Text Example
Text Example
White with #F18C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C79; }
p { color: rgb(241,140,121); }
H1.HeaderClassName
{
color: #F18C79;
}
.AnyTagClassName
{
color: #F18C79;
}
</style>
background-color css
<style>
a { background-color: #F18C79; }
a { background-color: rgb(241,140,121); }
div.DivClassName
{
background-color: #F18C79;
}
.BgClassName
{
background-color: #F18C79;
}
</style>
border-color css
<style>
span { border-color: #F18C79; }
span { border-color: rgb(241,140,121); }
td.TdClassName
{
border-color: #F18C79;
}
.TagClassName
{
border-color: #F18C79;
}
</style>