Shades of Salmon #F77D71
Tints of Salmon #F77D71
RGB
CMYK
RGB Variations
Color information
#F77D71 (or 0xF77D71) is known color: Salmon. HEX triplet: F7, 7D and 71. RGB value is (247,125,113). Sum of RGB (Red+Green+Blue) = 247+125+113=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77D71 is #08828E. Grayscale: #A0A0A0. Windows color (decimal): -557711 or 7437815. OLE color: 7437815.
HSL color Cylindrical-coordinate representation of color #F77D71: hue angle of 5.37º 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 #F77D71 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 113 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.03 |
| HSL | 5.37º | 0.89% | 0.71% | - |
| HSV(B) | 5.37º | 0.54% | 0.97% | - |
| XYZ | 48.67 | 35.63 | 19.94 | - |
| YUV | 160.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 113 | 0 | 0.49 | 0.54 | 0.03 | 5.37 | 0.89 | 0.71 |
| Hex | F7 | 7D | 71 | 0 | 31 | 36 | 3 | 5 | 59 | 47 |
| Octal | 367 | 175 | 161 | 0 | 61 | 66 | 3 | 5 | 131 | 107 |
| Binary | 11110111 | 1111101 | 1110001 | 0 | 110001 | 110110 | 11 | 101 | 1011001 | 1000111 |
Color Harmonies of #F77D71
Complementary color
Monochromatic Colors of #F77D71
Black with #F77D71
Text Example
Text Example
White with #F77D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D71; }
p { color: rgb(247,125,113); }
H1.HeaderClassName
{
color: #F77D71;
}
.AnyTagClassName
{
color: #F77D71;
}
</style>
background-color css
<style>
a { background-color: #F77D71; }
a { background-color: rgb(247,125,113); }
div.DivClassName
{
background-color: #F77D71;
}
.BgClassName
{
background-color: #F77D71;
}
</style>
border-color css
<style>
span { border-color: #F77D71; }
span { border-color: rgb(247,125,113); }
td.TdClassName
{
border-color: #F77D71;
}
.TagClassName
{
border-color: #F77D71;
}
</style>