Shades of Dark Salmon #F18C70
Tints of Dark Salmon #F18C70
RGB
CMYK
RGB Variations
Color information
#F18C70 (or 0xF18C70) is known color: Dark Salmon. HEX triplet: F1, 8C and 70. RGB value is (241,140,112). Sum of RGB (Red+Green+Blue) = 241+140+112=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C70 is #0E738F. Grayscale: #A7A7A7. Windows color (decimal): -947088 or 7376113. OLE color: 7376113.
HSL color Cylindrical-coordinate representation of color #F18C70: hue angle of 13.02º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F18C70 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 112 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.05 |
| HSL | 13.02º | 0.82% | 0.69% | - |
| HSV(B) | 13.02º | 0.54% | 0.95% | - |
| XYZ | 48.58 | 38.63 | 20.22 | - |
| YUV | 167.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 112 | 0 | 0.42 | 0.54 | 0.05 | 13.02 | 0.82 | 0.69 |
| Hex | F1 | 8C | 70 | 0 | 2A | 36 | 5 | D | 52 | 45 |
| Octal | 361 | 214 | 160 | 0 | 52 | 66 | 5 | 15 | 122 | 105 |
| Binary | 11110001 | 10001100 | 1110000 | 0 | 101010 | 110110 | 101 | 1101 | 1010010 | 1000101 |
Color Harmonies of #F18C70
Complementary color
Monochromatic Colors of #F18C70
Black with #F18C70
Text Example
Text Example
White with #F18C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C70; }
p { color: rgb(241,140,112); }
H1.HeaderClassName
{
color: #F18C70;
}
.AnyTagClassName
{
color: #F18C70;
}
</style>
background-color css
<style>
a { background-color: #F18C70; }
a { background-color: rgb(241,140,112); }
div.DivClassName
{
background-color: #F18C70;
}
.BgClassName
{
background-color: #F18C70;
}
</style>
border-color css
<style>
span { border-color: #F18C70; }
span { border-color: rgb(241,140,112); }
td.TdClassName
{
border-color: #F18C70;
}
.TagClassName
{
border-color: #F18C70;
}
</style>