Shades of Dark Salmon #F39373
Tints of Dark Salmon #F39373
RGB
CMYK
RGB Variations
Color information
#F39373 (or 0xF39373) is known color: Dark Salmon. HEX triplet: F3, 93 and 73. RGB value is (243,147,115). Sum of RGB (Red+Green+Blue) = 243+147+115=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F39373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39373 is #0C6C8C. Grayscale: #ACACAC. Windows color (decimal): -814221 or 7574515. OLE color: 7574515.
HSL color Cylindrical-coordinate representation of color #F39373: hue angle of 15º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F39373 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 115 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.05 |
| HSL | 15º | 0.84% | 0.7% | - |
| HSV(B) | 15º | 0.53% | 0.95% | - |
| XYZ | 50.49 | 41.16 | 21.5 | - |
| YUV | 172.06 | 95.8 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 115 | 0 | 0.40 | 0.53 | 0.05 | 15 | 0.84 | 0.7 |
| Hex | F3 | 93 | 73 | 0 | 28 | 35 | 5 | F | 54 | 46 |
| Octal | 363 | 223 | 163 | 0 | 50 | 65 | 5 | 17 | 124 | 106 |
| Binary | 11110011 | 10010011 | 1110011 | 0 | 101000 | 110101 | 101 | 1111 | 1010100 | 1000110 |
Color Harmonies of #F39373
Complementary color
Monochromatic Colors of #F39373
Black with #F39373
Text Example
Text Example
White with #F39373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39373; }
p { color: rgb(243,147,115); }
H1.HeaderClassName
{
color: #F39373;
}
.AnyTagClassName
{
color: #F39373;
}
</style>
background-color css
<style>
a { background-color: #F39373; }
a { background-color: rgb(243,147,115); }
div.DivClassName
{
background-color: #F39373;
}
.BgClassName
{
background-color: #F39373;
}
</style>
border-color css
<style>
span { border-color: #F39373; }
span { border-color: rgb(243,147,115); }
td.TdClassName
{
border-color: #F39373;
}
.TagClassName
{
border-color: #F39373;
}
</style>