Shades of Dark Salmon #F39B7D
Tints of Dark Salmon #F39B7D
RGB
CMYK
RGB Variations
Color information
#F39B7D (or 0xF39B7D) is known color: Dark Salmon. HEX triplet: F3, 9B and 7D. RGB value is (243,155,125). Sum of RGB (Red+Green+Blue) = 243+155+125=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F39B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39B7D is #0C6482. Grayscale: #B2B2B2. Windows color (decimal): -812163 or 8231923. OLE color: 8231923.
HSL color Cylindrical-coordinate representation of color #F39B7D: hue angle of 15.25º 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 #F39B7D is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 155 | 125 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.05 |
| HSL | 15.25º | 0.83% | 0.72% | - |
| HSV(B) | 15.25º | 0.49% | 0.95% | - |
| XYZ | 52.39 | 43.98 | 25.13 | - |
| YUV | 177.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 155 | 125 | 0 | 0.36 | 0.49 | 0.05 | 15.25 | 0.83 | 0.72 |
| Hex | F3 | 9B | 7D | 0 | 24 | 31 | 5 | F | 53 | 48 |
| Octal | 363 | 233 | 175 | 0 | 44 | 61 | 5 | 17 | 123 | 110 |
| Binary | 11110011 | 10011011 | 1111101 | 0 | 100100 | 110001 | 101 | 1111 | 1010011 | 1001000 |
Color Harmonies of #F39B7D
Complementary color
Monochromatic Colors of #F39B7D
Black with #F39B7D
Text Example
Text Example
White with #F39B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39B7D; }
p { color: rgb(243,155,125); }
H1.HeaderClassName
{
color: #F39B7D;
}
.AnyTagClassName
{
color: #F39B7D;
}
</style>
background-color css
<style>
a { background-color: #F39B7D; }
a { background-color: rgb(243,155,125); }
div.DivClassName
{
background-color: #F39B7D;
}
.BgClassName
{
background-color: #F39B7D;
}
</style>
border-color css
<style>
span { border-color: #F39B7D; }
span { border-color: rgb(243,155,125); }
td.TdClassName
{
border-color: #F39B7D;
}
.TagClassName
{
border-color: #F39B7D;
}
</style>