Shades of Dark Salmon #F38D7D
Tints of Dark Salmon #F38D7D
RGB
CMYK
RGB Variations
Color information
#F38D7D (or 0xF38D7D) is known color: Dark Salmon. HEX triplet: F3, 8D and 7D. RGB value is (243,141,125). Sum of RGB (Red+Green+Blue) = 243+141+125=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D7D is #0C7282. Grayscale: #A9A9A9. Windows color (decimal): -815747 or 8228339. OLE color: 8228339.
HSL color Cylindrical-coordinate representation of color #F38D7D: hue angle of 8.14º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F38D7D is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 125 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.05 |
| HSL | 8.14º | 0.83% | 0.72% | - |
| HSV(B) | 8.14º | 0.49% | 0.95% | - |
| XYZ | 50.19 | 39.59 | 24.4 | - |
| YUV | 169.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 125 | 0 | 0.42 | 0.49 | 0.05 | 8.14 | 0.83 | 0.72 |
| Hex | F3 | 8D | 7D | 0 | 2A | 31 | 5 | 8 | 53 | 48 |
| Octal | 363 | 215 | 175 | 0 | 52 | 61 | 5 | 10 | 123 | 110 |
| Binary | 11110011 | 10001101 | 1111101 | 0 | 101010 | 110001 | 101 | 1000 | 1010011 | 1001000 |
Color Harmonies of #F38D7D
Complementary color
Monochromatic Colors of #F38D7D
Black with #F38D7D
Text Example
Text Example
White with #F38D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D7D; }
p { color: rgb(243,141,125); }
H1.HeaderClassName
{
color: #F38D7D;
}
.AnyTagClassName
{
color: #F38D7D;
}
</style>
background-color css
<style>
a { background-color: #F38D7D; }
a { background-color: rgb(243,141,125); }
div.DivClassName
{
background-color: #F38D7D;
}
.BgClassName
{
background-color: #F38D7D;
}
</style>
border-color css
<style>
span { border-color: #F38D7D; }
span { border-color: rgb(243,141,125); }
td.TdClassName
{
border-color: #F38D7D;
}
.TagClassName
{
border-color: #F38D7D;
}
</style>