Shades of Dark Salmon #F38D77
Tints of Dark Salmon #F38D77
RGB
CMYK
RGB Variations
Color information
#F38D77 (or 0xF38D77) is known color: Dark Salmon. HEX triplet: F3, 8D and 77. RGB value is (243,141,119). Sum of RGB (Red+Green+Blue) = 243+141+119=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D77 is #0C7288. Grayscale: #A9A9A9. Windows color (decimal): -815753 or 7835123. OLE color: 7835123.
HSL color Cylindrical-coordinate representation of color #F38D77: hue angle of 10.65º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F38D77 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 119 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.05 |
| HSL | 10.65º | 0.84% | 0.71% | - |
| HSV(B) | 10.65º | 0.51% | 0.95% | - |
| XYZ | 49.82 | 39.44 | 22.44 | - |
| YUV | 168.99 | 99.79 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 119 | 0 | 0.42 | 0.51 | 0.05 | 10.65 | 0.84 | 0.71 |
| Hex | F3 | 8D | 77 | 0 | 2A | 33 | 5 | B | 54 | 47 |
| Octal | 363 | 215 | 167 | 0 | 52 | 63 | 5 | 13 | 124 | 107 |
| Binary | 11110011 | 10001101 | 1110111 | 0 | 101010 | 110011 | 101 | 1011 | 1010100 | 1000111 |
Color Harmonies of #F38D77
Complementary color
Monochromatic Colors of #F38D77
Black with #F38D77
Text Example
Text Example
White with #F38D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D77; }
p { color: rgb(243,141,119); }
H1.HeaderClassName
{
color: #F38D77;
}
.AnyTagClassName
{
color: #F38D77;
}
</style>
background-color css
<style>
a { background-color: #F38D77; }
a { background-color: rgb(243,141,119); }
div.DivClassName
{
background-color: #F38D77;
}
.BgClassName
{
background-color: #F38D77;
}
</style>
border-color css
<style>
span { border-color: #F38D77; }
span { border-color: rgb(243,141,119); }
td.TdClassName
{
border-color: #F38D77;
}
.TagClassName
{
border-color: #F38D77;
}
</style>