Shades of Salmon #F77A74
Tints of Salmon #F77A74
RGB
CMYK
RGB Variations
Color information
#F77A74 (or 0xF77A74) is known color: Salmon. HEX triplet: F7, 7A and 74. RGB value is (247,122,116). Sum of RGB (Red+Green+Blue) = 247+122+116=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A74 is #08858B. Grayscale: #9E9E9E. Windows color (decimal): -558476 or 7633655. OLE color: 7633655.
HSL color Cylindrical-coordinate representation of color #F77A74: hue angle of 2.75º 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 #F77A74 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 116 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.03 |
| HSL | 2.75º | 0.89% | 0.71% | - |
| HSV(B) | 2.75º | 0.53% | 0.97% | - |
| XYZ | 48.47 | 34.95 | 20.72 | - |
| YUV | 158.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 116 | 0 | 0.51 | 0.53 | 0.03 | 2.75 | 0.89 | 0.71 |
| Hex | F7 | 7A | 74 | 0 | 33 | 35 | 3 | 3 | 59 | 47 |
| Octal | 367 | 172 | 164 | 0 | 63 | 65 | 3 | 3 | 131 | 107 |
| Binary | 11110111 | 1111010 | 1110100 | 0 | 110011 | 110101 | 11 | 11 | 1011001 | 1000111 |
Color Harmonies of #F77A74
Complementary color
Monochromatic Colors of #F77A74
Black with #F77A74
Text Example
Text Example
White with #F77A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A74; }
p { color: rgb(247,122,116); }
H1.HeaderClassName
{
color: #F77A74;
}
.AnyTagClassName
{
color: #F77A74;
}
</style>
background-color css
<style>
a { background-color: #F77A74; }
a { background-color: rgb(247,122,116); }
div.DivClassName
{
background-color: #F77A74;
}
.BgClassName
{
background-color: #F77A74;
}
</style>
border-color css
<style>
span { border-color: #F77A74; }
span { border-color: rgb(247,122,116); }
td.TdClassName
{
border-color: #F77A74;
}
.TagClassName
{
border-color: #F77A74;
}
</style>