Shades of Salmon #F77E73
Tints of Salmon #F77E73
RGB
CMYK
RGB Variations
Color information
#F77E73 (or 0xF77E73) is known color: Salmon. HEX triplet: F7, 7E and 73. RGB value is (247,126,115). Sum of RGB (Red+Green+Blue) = 247+126+115=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77E73 is #08818C. Grayscale: #A1A1A1. Windows color (decimal): -557453 or 7569143. OLE color: 7569143.
HSL color Cylindrical-coordinate representation of color #F77E73: hue angle of 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 #F77E73 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 115 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.03 |
| HSL | 5º | 0.89% | 0.71% | - |
| HSV(B) | 5º | 0.53% | 0.97% | - |
| XYZ | 48.91 | 35.93 | 20.58 | - |
| YUV | 160.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 115 | 0 | 0.49 | 0.53 | 0.03 | 5 | 0.89 | 0.71 |
| Hex | F7 | 7E | 73 | 0 | 31 | 35 | 3 | 5 | 59 | 47 |
| Octal | 367 | 176 | 163 | 0 | 61 | 65 | 3 | 5 | 131 | 107 |
| Binary | 11110111 | 1111110 | 1110011 | 0 | 110001 | 110101 | 11 | 101 | 1011001 | 1000111 |
Color Harmonies of #F77E73
Complementary color
Monochromatic Colors of #F77E73
Black with #F77E73
Text Example
Text Example
White with #F77E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77E73; }
p { color: rgb(247,126,115); }
H1.HeaderClassName
{
color: #F77E73;
}
.AnyTagClassName
{
color: #F77E73;
}
</style>
background-color css
<style>
a { background-color: #F77E73; }
a { background-color: rgb(247,126,115); }
div.DivClassName
{
background-color: #F77E73;
}
.BgClassName
{
background-color: #F77E73;
}
</style>
border-color css
<style>
span { border-color: #F77E73; }
span { border-color: rgb(247,126,115); }
td.TdClassName
{
border-color: #F77E73;
}
.TagClassName
{
border-color: #F77E73;
}
</style>