Shades of Salmon #F77D74
Tints of Salmon #F77D74
RGB
CMYK
RGB Variations
Color information
#F77D74 (or 0xF77D74) is known color: Salmon. HEX triplet: F7, 7D and 74. RGB value is (247,125,116). Sum of RGB (Red+Green+Blue) = 247+125+116=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77D74 is #08828B. Grayscale: #A0A0A0. Windows color (decimal): -557708 or 7634423. OLE color: 7634423.
HSL color Cylindrical-coordinate representation of color #F77D74: hue angle of 4.12º 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 #F77D74 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 116 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.03 |
| HSL | 4.12º | 0.89% | 0.71% | - |
| HSV(B) | 4.12º | 0.53% | 0.97% | - |
| XYZ | 48.84 | 35.7 | 20.84 | - |
| YUV | 160.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 116 | 0 | 0.49 | 0.53 | 0.03 | 4.12 | 0.89 | 0.71 |
| Hex | F7 | 7D | 74 | 0 | 31 | 35 | 3 | 4 | 59 | 47 |
| Octal | 367 | 175 | 164 | 0 | 61 | 65 | 3 | 4 | 131 | 107 |
| Binary | 11110111 | 1111101 | 1110100 | 0 | 110001 | 110101 | 11 | 100 | 1011001 | 1000111 |
Color Harmonies of #F77D74
Complementary color
Monochromatic Colors of #F77D74
Black with #F77D74
Text Example
Text Example
White with #F77D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D74; }
p { color: rgb(247,125,116); }
H1.HeaderClassName
{
color: #F77D74;
}
.AnyTagClassName
{
color: #F77D74;
}
</style>
background-color css
<style>
a { background-color: #F77D74; }
a { background-color: rgb(247,125,116); }
div.DivClassName
{
background-color: #F77D74;
}
.BgClassName
{
background-color: #F77D74;
}
</style>
border-color css
<style>
span { border-color: #F77D74; }
span { border-color: rgb(247,125,116); }
td.TdClassName
{
border-color: #F77D74;
}
.TagClassName
{
border-color: #F77D74;
}
</style>