Shades of Salmon #F78A6D
Tints of Salmon #F78A6D
RGB
CMYK
RGB Variations
Color information
#F78A6D (or 0xF78A6D) is known color: Salmon. HEX triplet: F7, 8A and 6D. RGB value is (247,138,109). Sum of RGB (Red+Green+Blue) = 247+138+109=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A6D is #087592. Grayscale: #A7A7A7. Windows color (decimal): -554387 or 7178999. OLE color: 7178999.
HSL color Cylindrical-coordinate representation of color #F78A6D: hue angle of 12.61º 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 #F78A6D is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 109 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.03 |
| HSL | 12.61º | 0.9% | 0.7% | - |
| HSV(B) | 12.61º | 0.56% | 0.97% | - |
| XYZ | 50.21 | 39.06 | 19.36 | - |
| YUV | 167.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 109 | 0 | 0.44 | 0.56 | 0.03 | 12.61 | 0.9 | 0.7 |
| Hex | F7 | 8A | 6D | 0 | 2C | 38 | 3 | D | 5A | 46 |
| Octal | 367 | 212 | 155 | 0 | 54 | 70 | 3 | 15 | 132 | 106 |
| Binary | 11110111 | 10001010 | 1101101 | 0 | 101100 | 111000 | 11 | 1101 | 1011010 | 1000110 |
Color Harmonies of #F78A6D
Complementary color
Monochromatic Colors of #F78A6D
Black with #F78A6D
Text Example
Text Example
White with #F78A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78A6D; }
p { color: rgb(247,138,109); }
H1.HeaderClassName
{
color: #F78A6D;
}
.AnyTagClassName
{
color: #F78A6D;
}
</style>
background-color css
<style>
a { background-color: #F78A6D; }
a { background-color: rgb(247,138,109); }
div.DivClassName
{
background-color: #F78A6D;
}
.BgClassName
{
background-color: #F78A6D;
}
</style>
border-color css
<style>
span { border-color: #F78A6D; }
span { border-color: rgb(247,138,109); }
td.TdClassName
{
border-color: #F78A6D;
}
.TagClassName
{
border-color: #F78A6D;
}
</style>