Shades of Salmon #F77D73
Tints of Salmon #F77D73
RGB
CMYK
RGB Variations
Color information
#F77D73 (or 0xF77D73) is known color: Salmon. HEX triplet: F7, 7D and 73. RGB value is (247,125,115). Sum of RGB (Red+Green+Blue) = 247+125+115=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77D73 is #08828C. Grayscale: #A0A0A0. Windows color (decimal): -557709 or 7568887. OLE color: 7568887.
HSL color Cylindrical-coordinate representation of color #F77D73: hue angle of 4.55º 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 #F77D73 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 115 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.03 |
| HSL | 4.55º | 0.89% | 0.71% | - |
| HSV(B) | 4.55º | 0.53% | 0.97% | - |
| XYZ | 48.79 | 35.68 | 20.54 | - |
| YUV | 160.34 | 102.42 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 115 | 0 | 0.49 | 0.53 | 0.03 | 4.55 | 0.89 | 0.71 |
| Hex | F7 | 7D | 73 | 0 | 31 | 35 | 3 | 5 | 59 | 47 |
| Octal | 367 | 175 | 163 | 0 | 61 | 65 | 3 | 5 | 131 | 107 |
| Binary | 11110111 | 1111101 | 1110011 | 0 | 110001 | 110101 | 11 | 101 | 1011001 | 1000111 |
Color Harmonies of #F77D73
Complementary color
Monochromatic Colors of #F77D73
Black with #F77D73
Text Example
Text Example
White with #F77D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D73; }
p { color: rgb(247,125,115); }
H1.HeaderClassName
{
color: #F77D73;
}
.AnyTagClassName
{
color: #F77D73;
}
</style>
background-color css
<style>
a { background-color: #F77D73; }
a { background-color: rgb(247,125,115); }
div.DivClassName
{
background-color: #F77D73;
}
.BgClassName
{
background-color: #F77D73;
}
</style>
border-color css
<style>
span { border-color: #F77D73; }
span { border-color: rgb(247,125,115); }
td.TdClassName
{
border-color: #F77D73;
}
.TagClassName
{
border-color: #F77D73;
}
</style>