Shades of Dark Salmon #F38D6D
Tints of Dark Salmon #F38D6D
RGB
CMYK
RGB Variations
Color information
#F38D6D (or 0xF38D6D) is known color: Dark Salmon. HEX triplet: F3, 8D and 6D. RGB value is (243,141,109). Sum of RGB (Red+Green+Blue) = 243+141+109=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D6D is #0C7292. Grayscale: #A8A8A8. Windows color (decimal): -815763 or 7179763. OLE color: 7179763.
HSL color Cylindrical-coordinate representation of color #F38D6D: hue angle of 14.33º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F38D6D is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 109 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.05 |
| HSL | 14.33º | 0.85% | 0.69% | - |
| HSV(B) | 14.33º | 0.55% | 0.95% | - |
| XYZ | 49.25 | 39.21 | 19.44 | - |
| YUV | 167.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 109 | 0 | 0.42 | 0.55 | 0.05 | 14.33 | 0.85 | 0.69 |
| Hex | F3 | 8D | 6D | 0 | 2A | 37 | 5 | E | 55 | 45 |
| Octal | 363 | 215 | 155 | 0 | 52 | 67 | 5 | 16 | 125 | 105 |
| Binary | 11110011 | 10001101 | 1101101 | 0 | 101010 | 110111 | 101 | 1110 | 1010101 | 1000101 |
Color Harmonies of #F38D6D
Complementary color
Monochromatic Colors of #F38D6D
Black with #F38D6D
Text Example
Text Example
White with #F38D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D6D; }
p { color: rgb(243,141,109); }
H1.HeaderClassName
{
color: #F38D6D;
}
.AnyTagClassName
{
color: #F38D6D;
}
</style>
background-color css
<style>
a { background-color: #F38D6D; }
a { background-color: rgb(243,141,109); }
div.DivClassName
{
background-color: #F38D6D;
}
.BgClassName
{
background-color: #F38D6D;
}
</style>
border-color css
<style>
span { border-color: #F38D6D; }
span { border-color: rgb(243,141,109); }
td.TdClassName
{
border-color: #F38D6D;
}
.TagClassName
{
border-color: #F38D6D;
}
</style>