Shades of Salmon #F77B73
Tints of Salmon #F77B73
RGB
CMYK
RGB Variations
Color information
#F77B73 (or 0xF77B73) is known color: Salmon. HEX triplet: F7, 7B and 73. RGB value is (247,123,115). Sum of RGB (Red+Green+Blue) = 247+123+115=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77B73 is #08848C. Grayscale: #9F9F9F. Windows color (decimal): -558221 or 7568375. OLE color: 7568375.
HSL color Cylindrical-coordinate representation of color #F77B73: hue angle of 3.64º 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 #F77B73 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 115 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.03 |
| HSL | 3.64º | 0.89% | 0.71% | - |
| HSV(B) | 3.64º | 0.53% | 0.97% | - |
| XYZ | 48.54 | 35.18 | 20.45 | - |
| YUV | 159.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 115 | 0 | 0.50 | 0.53 | 0.03 | 3.64 | 0.89 | 0.71 |
| Hex | F7 | 7B | 73 | 0 | 32 | 35 | 3 | 4 | 59 | 47 |
| Octal | 367 | 173 | 163 | 0 | 62 | 65 | 3 | 4 | 131 | 107 |
| Binary | 11110111 | 1111011 | 1110011 | 0 | 110010 | 110101 | 11 | 100 | 1011001 | 1000111 |
Color Harmonies of #F77B73
Complementary color
Monochromatic Colors of #F77B73
Black with #F77B73
Text Example
Text Example
White with #F77B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77B73; }
p { color: rgb(247,123,115); }
H1.HeaderClassName
{
color: #F77B73;
}
.AnyTagClassName
{
color: #F77B73;
}
</style>
background-color css
<style>
a { background-color: #F77B73; }
a { background-color: rgb(247,123,115); }
div.DivClassName
{
background-color: #F77B73;
}
.BgClassName
{
background-color: #F77B73;
}
</style>
border-color css
<style>
span { border-color: #F77B73; }
span { border-color: rgb(247,123,115); }
td.TdClassName
{
border-color: #F77B73;
}
.TagClassName
{
border-color: #F77B73;
}
</style>