Shades of Salmon #F77E70
Tints of Salmon #F77E70
RGB
CMYK
RGB Variations
Color information
#F77E70 (or 0xF77E70) is known color: Salmon. HEX triplet: F7, 7E and 70. RGB value is (247,126,112). Sum of RGB (Red+Green+Blue) = 247+126+112=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77E70 is #08818F. Grayscale: #A0A0A0. Windows color (decimal): -557456 or 7372535. OLE color: 7372535.
HSL color Cylindrical-coordinate representation of color #F77E70: hue angle of 6.22º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F77E70 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 112 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.03 |
| HSL | 6.22º | 0.89% | 0.7% | - |
| HSV(B) | 6.22º | 0.55% | 0.97% | - |
| XYZ | 48.74 | 35.87 | 19.68 | - |
| YUV | 160.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 112 | 0 | 0.49 | 0.55 | 0.03 | 6.22 | 0.89 | 0.7 |
| Hex | F7 | 7E | 70 | 0 | 31 | 37 | 3 | 6 | 59 | 46 |
| Octal | 367 | 176 | 160 | 0 | 61 | 67 | 3 | 6 | 131 | 106 |
| Binary | 11110111 | 1111110 | 1110000 | 0 | 110001 | 110111 | 11 | 110 | 1011001 | 1000110 |
Color Harmonies of #F77E70
Complementary color
Monochromatic Colors of #F77E70
Black with #F77E70
Text Example
Text Example
White with #F77E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77E70; }
p { color: rgb(247,126,112); }
H1.HeaderClassName
{
color: #F77E70;
}
.AnyTagClassName
{
color: #F77E70;
}
</style>
background-color css
<style>
a { background-color: #F77E70; }
a { background-color: rgb(247,126,112); }
div.DivClassName
{
background-color: #F77E70;
}
.BgClassName
{
background-color: #F77E70;
}
</style>
border-color css
<style>
span { border-color: #F77E70; }
span { border-color: rgb(247,126,112); }
td.TdClassName
{
border-color: #F77E70;
}
.TagClassName
{
border-color: #F77E70;
}
</style>