Shades of Dark Salmon #F38D70
Tints of Dark Salmon #F38D70
RGB
CMYK
RGB Variations
Color information
#F38D70 (or 0xF38D70) is known color: Dark Salmon. HEX triplet: F3, 8D and 70. RGB value is (243,141,112). Sum of RGB (Red+Green+Blue) = 243+141+112=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D70 is #0C728F. Grayscale: #A8A8A8. Windows color (decimal): -815760 or 7376371. OLE color: 7376371.
HSL color Cylindrical-coordinate representation of color #F38D70: hue angle of 13.28º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F38D70 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 112 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.05 |
| HSL | 13.28º | 0.85% | 0.7% | - |
| HSV(B) | 13.28º | 0.54% | 0.95% | - |
| XYZ | 49.41 | 39.27 | 20.31 | - |
| YUV | 168.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 112 | 0 | 0.42 | 0.54 | 0.05 | 13.28 | 0.85 | 0.7 |
| Hex | F3 | 8D | 70 | 0 | 2A | 36 | 5 | D | 55 | 46 |
| Octal | 363 | 215 | 160 | 0 | 52 | 66 | 5 | 15 | 125 | 106 |
| Binary | 11110011 | 10001101 | 1110000 | 0 | 101010 | 110110 | 101 | 1101 | 1010101 | 1000110 |
Color Harmonies of #F38D70
Complementary color
Monochromatic Colors of #F38D70
Black with #F38D70
Text Example
Text Example
White with #F38D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D70; }
p { color: rgb(243,141,112); }
H1.HeaderClassName
{
color: #F38D70;
}
.AnyTagClassName
{
color: #F38D70;
}
</style>
background-color css
<style>
a { background-color: #F38D70; }
a { background-color: rgb(243,141,112); }
div.DivClassName
{
background-color: #F38D70;
}
.BgClassName
{
background-color: #F38D70;
}
</style>
border-color css
<style>
span { border-color: #F38D70; }
span { border-color: rgb(243,141,112); }
td.TdClassName
{
border-color: #F38D70;
}
.TagClassName
{
border-color: #F38D70;
}
</style>