Shades of Salmon #F78D6D
Tints of Salmon #F78D6D
RGB
CMYK
RGB Variations
Color information
#F78D6D (or 0xF78D6D) is known color: Salmon. HEX triplet: F7, 8D and 6D. RGB value is (247,141,109). Sum of RGB (Red+Green+Blue) = 247+141+109=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F78D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78D6D is #087292. Grayscale: #A9A9A9. Windows color (decimal): -553619 or 7179767. OLE color: 7179767.
HSL color Cylindrical-coordinate representation of color #F78D6D: hue angle of 13.91º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F78D6D is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 109 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.03 |
| HSL | 13.91º | 0.9% | 0.7% | - |
| HSV(B) | 13.91º | 0.56% | 0.97% | - |
| XYZ | 50.64 | 39.93 | 19.51 | - |
| YUV | 169.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 109 | 0 | 0.43 | 0.56 | 0.03 | 13.91 | 0.9 | 0.7 |
| Hex | F7 | 8D | 6D | 0 | 2B | 38 | 3 | E | 5A | 46 |
| Octal | 367 | 215 | 155 | 0 | 53 | 70 | 3 | 16 | 132 | 106 |
| Binary | 11110111 | 10001101 | 1101101 | 0 | 101011 | 111000 | 11 | 1110 | 1011010 | 1000110 |
Color Harmonies of #F78D6D
Complementary color
Monochromatic Colors of #F78D6D
Black with #F78D6D
Text Example
Text Example
White with #F78D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78D6D; }
p { color: rgb(247,141,109); }
H1.HeaderClassName
{
color: #F78D6D;
}
.AnyTagClassName
{
color: #F78D6D;
}
</style>
background-color css
<style>
a { background-color: #F78D6D; }
a { background-color: rgb(247,141,109); }
div.DivClassName
{
background-color: #F78D6D;
}
.BgClassName
{
background-color: #F78D6D;
}
</style>
border-color css
<style>
span { border-color: #F78D6D; }
span { border-color: rgb(247,141,109); }
td.TdClassName
{
border-color: #F78D6D;
}
.TagClassName
{
border-color: #F78D6D;
}
</style>