Shades of Dark Salmon #F3937B
Tints of Dark Salmon #F3937B
RGB
CMYK
RGB Variations
Color information
#F3937B (or 0xF3937B) is known color: Dark Salmon. HEX triplet: F3, 93 and 7B. RGB value is (243,147,123). Sum of RGB (Red+Green+Blue) = 243+147+123=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F3937B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3937B is #0C6C84. Grayscale: #ADADAD. Windows color (decimal): -814213 or 8098803. OLE color: 8098803.
HSL color Cylindrical-coordinate representation of color #F3937B: hue angle of 12º 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 #F3937B is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 123 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.05 |
| HSL | 12º | 0.83% | 0.72% | - |
| HSV(B) | 12º | 0.49% | 0.95% | - |
| XYZ | 50.97 | 41.35 | 24.03 | - |
| YUV | 172.97 | 99.8 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 123 | 0 | 0.40 | 0.49 | 0.05 | 12 | 0.83 | 0.72 |
| Hex | F3 | 93 | 7B | 0 | 28 | 31 | 5 | C | 53 | 48 |
| Octal | 363 | 223 | 173 | 0 | 50 | 61 | 5 | 14 | 123 | 110 |
| Binary | 11110011 | 10010011 | 1111011 | 0 | 101000 | 110001 | 101 | 1100 | 1010011 | 1001000 |
Color Harmonies of #F3937B
Complementary color
Monochromatic Colors of #F3937B
Black with #F3937B
Text Example
Text Example
White with #F3937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3937B; }
p { color: rgb(243,147,123); }
H1.HeaderClassName
{
color: #F3937B;
}
.AnyTagClassName
{
color: #F3937B;
}
</style>
background-color css
<style>
a { background-color: #F3937B; }
a { background-color: rgb(243,147,123); }
div.DivClassName
{
background-color: #F3937B;
}
.BgClassName
{
background-color: #F3937B;
}
</style>
border-color css
<style>
span { border-color: #F3937B; }
span { border-color: rgb(243,147,123); }
td.TdClassName
{
border-color: #F3937B;
}
.TagClassName
{
border-color: #F3937B;
}
</style>