Shades of Salmon #F78B74
Tints of Salmon #F78B74
RGB
CMYK
RGB Variations
Color information
#F78B74 (or 0xF78B74) is known color: Salmon. HEX triplet: F7, 8B and 74. RGB value is (247,139,116). Sum of RGB (Red+Green+Blue) = 247+139+116=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F78B74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78B74 is #08748B. Grayscale: #A8A8A8. Windows color (decimal): -554124 or 7638007. OLE color: 7638007.
HSL color Cylindrical-coordinate representation of color #F78B74: hue angle of 10.53º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F78B74 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 116 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.03 |
| HSL | 10.53º | 0.89% | 0.71% | - |
| HSV(B) | 10.53º | 0.53% | 0.97% | - |
| XYZ | 50.74 | 39.5 | 21.47 | - |
| YUV | 168.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 116 | 0 | 0.44 | 0.53 | 0.03 | 10.53 | 0.89 | 0.71 |
| Hex | F7 | 8B | 74 | 0 | 2C | 35 | 3 | B | 59 | 47 |
| Octal | 367 | 213 | 164 | 0 | 54 | 65 | 3 | 13 | 131 | 107 |
| Binary | 11110111 | 10001011 | 1110100 | 0 | 101100 | 110101 | 11 | 1011 | 1011001 | 1000111 |
Color Harmonies of #F78B74
Complementary color
Monochromatic Colors of #F78B74
Black with #F78B74
Text Example
Text Example
White with #F78B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78B74; }
p { color: rgb(247,139,116); }
H1.HeaderClassName
{
color: #F78B74;
}
.AnyTagClassName
{
color: #F78B74;
}
</style>
background-color css
<style>
a { background-color: #F78B74; }
a { background-color: rgb(247,139,116); }
div.DivClassName
{
background-color: #F78B74;
}
.BgClassName
{
background-color: #F78B74;
}
</style>
border-color css
<style>
span { border-color: #F78B74; }
span { border-color: rgb(247,139,116); }
td.TdClassName
{
border-color: #F78B74;
}
.TagClassName
{
border-color: #F78B74;
}
</style>