Shades of Salmon #F78474
Tints of Salmon #F78474
RGB
CMYK
RGB Variations
Color information
#F78474 (or 0xF78474) is known color: Salmon. HEX triplet: F7, 84 and 74. RGB value is (247,132,116). Sum of RGB (Red+Green+Blue) = 247+132+116=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F78474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78474 is #087B8B. Grayscale: #A4A4A4. Windows color (decimal): -555916 or 7636215. OLE color: 7636215.
HSL color Cylindrical-coordinate representation of color #F78474: hue angle of 7.33º 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 #F78474 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 116 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.03 |
| HSL | 7.33º | 0.89% | 0.71% | - |
| HSV(B) | 7.33º | 0.53% | 0.97% | - |
| XYZ | 49.76 | 37.54 | 21.15 | - |
| YUV | 164.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 116 | 0 | 0.47 | 0.53 | 0.03 | 7.33 | 0.89 | 0.71 |
| Hex | F7 | 84 | 74 | 0 | 2F | 35 | 3 | 7 | 59 | 47 |
| Octal | 367 | 204 | 164 | 0 | 57 | 65 | 3 | 7 | 131 | 107 |
| Binary | 11110111 | 10000100 | 1110100 | 0 | 101111 | 110101 | 11 | 111 | 1011001 | 1000111 |
Color Harmonies of #F78474
Complementary color
Monochromatic Colors of #F78474
Black with #F78474
Text Example
Text Example
White with #F78474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78474; }
p { color: rgb(247,132,116); }
H1.HeaderClassName
{
color: #F78474;
}
.AnyTagClassName
{
color: #F78474;
}
</style>
background-color css
<style>
a { background-color: #F78474; }
a { background-color: rgb(247,132,116); }
div.DivClassName
{
background-color: #F78474;
}
.BgClassName
{
background-color: #F78474;
}
</style>
border-color css
<style>
span { border-color: #F78474; }
span { border-color: rgb(247,132,116); }
td.TdClassName
{
border-color: #F78474;
}
.TagClassName
{
border-color: #F78474;
}
</style>