Shades of Dark Salmon #F38E70
Tints of Dark Salmon #F38E70
RGB
CMYK
RGB Variations
Color information
#F38E70 (or 0xF38E70) is known color: Dark Salmon. HEX triplet: F3, 8E and 70. RGB value is (243,142,112). Sum of RGB (Red+Green+Blue) = 243+142+112=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38E70 is #0C718F. Grayscale: #A9A9A9. Windows color (decimal): -815504 or 7376627. OLE color: 7376627.
HSL color Cylindrical-coordinate representation of color #F38E70: hue angle of 13.74º 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 #F38E70 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 112 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.05 |
| HSL | 13.74º | 0.85% | 0.7% | - |
| HSV(B) | 13.74º | 0.54% | 0.95% | - |
| XYZ | 49.56 | 39.57 | 20.36 | - |
| YUV | 168.78 | 95.96 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 112 | 0 | 0.42 | 0.54 | 0.05 | 13.74 | 0.85 | 0.7 |
| Hex | F3 | 8E | 70 | 0 | 2A | 36 | 5 | E | 55 | 46 |
| Octal | 363 | 216 | 160 | 0 | 52 | 66 | 5 | 16 | 125 | 106 |
| Binary | 11110011 | 10001110 | 1110000 | 0 | 101010 | 110110 | 101 | 1110 | 1010101 | 1000110 |
Color Harmonies of #F38E70
Complementary color
Monochromatic Colors of #F38E70
Black with #F38E70
Text Example
Text Example
White with #F38E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38E70; }
p { color: rgb(243,142,112); }
H1.HeaderClassName
{
color: #F38E70;
}
.AnyTagClassName
{
color: #F38E70;
}
</style>
background-color css
<style>
a { background-color: #F38E70; }
a { background-color: rgb(243,142,112); }
div.DivClassName
{
background-color: #F38E70;
}
.BgClassName
{
background-color: #F38E70;
}
</style>
border-color css
<style>
span { border-color: #F38E70; }
span { border-color: rgb(243,142,112); }
td.TdClassName
{
border-color: #F38E70;
}
.TagClassName
{
border-color: #F38E70;
}
</style>