Shades of Salmon #F78471
Tints of Salmon #F78471
RGB
CMYK
RGB Variations
Color information
#F78471 (or 0xF78471) is known color: Salmon. HEX triplet: F7, 84 and 71. RGB value is (247,132,113). Sum of RGB (Red+Green+Blue) = 247+132+113=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F78471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78471 is #087B8E. Grayscale: #A4A4A4. Windows color (decimal): -555919 or 7439607. OLE color: 7439607.
HSL color Cylindrical-coordinate representation of color #F78471: hue angle of 8.51º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F78471 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 113 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.03 |
| HSL | 8.51º | 0.89% | 0.71% | - |
| HSV(B) | 8.51º | 0.54% | 0.97% | - |
| XYZ | 49.59 | 37.47 | 20.24 | - |
| YUV | 164.22 | 99.1 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 113 | 0 | 0.47 | 0.54 | 0.03 | 8.51 | 0.89 | 0.71 |
| Hex | F7 | 84 | 71 | 0 | 2F | 36 | 3 | 9 | 59 | 47 |
| Octal | 367 | 204 | 161 | 0 | 57 | 66 | 3 | 11 | 131 | 107 |
| Binary | 11110111 | 10000100 | 1110001 | 0 | 101111 | 110110 | 11 | 1001 | 1011001 | 1000111 |
Color Harmonies of #F78471
Complementary color
Monochromatic Colors of #F78471
Black with #F78471
Text Example
Text Example
White with #F78471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78471; }
p { color: rgb(247,132,113); }
H1.HeaderClassName
{
color: #F78471;
}
.AnyTagClassName
{
color: #F78471;
}
</style>
background-color css
<style>
a { background-color: #F78471; }
a { background-color: rgb(247,132,113); }
div.DivClassName
{
background-color: #F78471;
}
.BgClassName
{
background-color: #F78471;
}
</style>
border-color css
<style>
span { border-color: #F78471; }
span { border-color: rgb(247,132,113); }
td.TdClassName
{
border-color: #F78471;
}
.TagClassName
{
border-color: #F78471;
}
</style>