Shades of Salmon #F78074
Tints of Salmon #F78074
RGB
CMYK
RGB Variations
Color information
#F78074 (or 0xF78074) is known color: Salmon. HEX triplet: F7, 80 and 74. RGB value is (247,128,116). Sum of RGB (Red+Green+Blue) = 247+128+116=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F78074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78074 is #087F8B. Grayscale: #A2A2A2. Windows color (decimal): -556940 or 7635191. OLE color: 7635191.
HSL color Cylindrical-coordinate representation of color #F78074: hue angle of 5.5º 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 #F78074 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 116 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.03 |
| HSL | 5.5º | 0.89% | 0.71% | - |
| HSV(B) | 5.5º | 0.53% | 0.97% | - |
| XYZ | 49.23 | 36.47 | 20.97 | - |
| YUV | 162.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 116 | 0 | 0.48 | 0.53 | 0.03 | 5.5 | 0.89 | 0.71 |
| Hex | F7 | 80 | 74 | 0 | 30 | 35 | 3 | 5 | 59 | 47 |
| Octal | 367 | 200 | 164 | 0 | 60 | 65 | 3 | 5 | 131 | 107 |
| Binary | 11110111 | 10000000 | 1110100 | 0 | 110000 | 110101 | 11 | 101 | 1011001 | 1000111 |
Color Harmonies of #F78074
Complementary color
Monochromatic Colors of #F78074
Black with #F78074
Text Example
Text Example
White with #F78074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78074; }
p { color: rgb(247,128,116); }
H1.HeaderClassName
{
color: #F78074;
}
.AnyTagClassName
{
color: #F78074;
}
</style>
background-color css
<style>
a { background-color: #F78074; }
a { background-color: rgb(247,128,116); }
div.DivClassName
{
background-color: #F78074;
}
.BgClassName
{
background-color: #F78074;
}
</style>
border-color css
<style>
span { border-color: #F78074; }
span { border-color: rgb(247,128,116); }
td.TdClassName
{
border-color: #F78074;
}
.TagClassName
{
border-color: #F78074;
}
</style>