Shades of Salmon #F78E76
Tints of Salmon #F78E76
RGB
CMYK
RGB Variations
Color information
#F78E76 (or 0xF78E76) is known color: Salmon. HEX triplet: F7, 8E and 76. RGB value is (247,142,118). Sum of RGB (Red+Green+Blue) = 247+142+118=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F78E76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78E76 is #087189. Grayscale: #AAAAAA. Windows color (decimal): -553354 or 7769847. OLE color: 7769847.
HSL color Cylindrical-coordinate representation of color #F78E76: hue angle of 11.16º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F78E76 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 142 | 118 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.03 |
| HSL | 11.16º | 0.89% | 0.72% | - |
| HSV(B) | 11.16º | 0.52% | 0.97% | - |
| XYZ | 51.3 | 40.43 | 22.24 | - |
| YUV | 170.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 142 | 118 | 0 | 0.43 | 0.52 | 0.03 | 11.16 | 0.89 | 0.72 |
| Hex | F7 | 8E | 76 | 0 | 2B | 34 | 3 | B | 59 | 48 |
| Octal | 367 | 216 | 166 | 0 | 53 | 64 | 3 | 13 | 131 | 110 |
| Binary | 11110111 | 10001110 | 1110110 | 0 | 101011 | 110100 | 11 | 1011 | 1011001 | 1001000 |
Color Harmonies of #F78E76
Complementary color
Monochromatic Colors of #F78E76
Black with #F78E76
Text Example
Text Example
White with #F78E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78E76; }
p { color: rgb(247,142,118); }
H1.HeaderClassName
{
color: #F78E76;
}
.AnyTagClassName
{
color: #F78E76;
}
</style>
background-color css
<style>
a { background-color: #F78E76; }
a { background-color: rgb(247,142,118); }
div.DivClassName
{
background-color: #F78E76;
}
.BgClassName
{
background-color: #F78E76;
}
</style>
border-color css
<style>
span { border-color: #F78E76; }
span { border-color: rgb(247,142,118); }
td.TdClassName
{
border-color: #F78E76;
}
.TagClassName
{
border-color: #F78E76;
}
</style>