Shades of Salmon #F77973
Tints of Salmon #F77973
RGB
CMYK
RGB Variations
Color information
#F77973 (or 0xF77973) is known color: Salmon. HEX triplet: F7, 79 and 73. RGB value is (247,121,115). Sum of RGB (Red+Green+Blue) = 247+121+115=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F77973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77973 is #08868C. Grayscale: #9E9E9E. Windows color (decimal): -558733 or 7567863. OLE color: 7567863.
HSL color Cylindrical-coordinate representation of color #F77973: hue angle of 2.73º 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 #F77973 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 115 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.03 |
| HSL | 2.73º | 0.89% | 0.71% | - |
| HSV(B) | 2.73º | 0.53% | 0.97% | - |
| XYZ | 48.29 | 34.69 | 20.37 | - |
| YUV | 157.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 115 | 0 | 0.51 | 0.53 | 0.03 | 2.73 | 0.89 | 0.71 |
| Hex | F7 | 79 | 73 | 0 | 33 | 35 | 3 | 3 | 59 | 47 |
| Octal | 367 | 171 | 163 | 0 | 63 | 65 | 3 | 3 | 131 | 107 |
| Binary | 11110111 | 1111001 | 1110011 | 0 | 110011 | 110101 | 11 | 11 | 1011001 | 1000111 |
Color Harmonies of #F77973
Complementary color
Monochromatic Colors of #F77973
Black with #F77973
Text Example
Text Example
White with #F77973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77973; }
p { color: rgb(247,121,115); }
H1.HeaderClassName
{
color: #F77973;
}
.AnyTagClassName
{
color: #F77973;
}
</style>
background-color css
<style>
a { background-color: #F77973; }
a { background-color: rgb(247,121,115); }
div.DivClassName
{
background-color: #F77973;
}
.BgClassName
{
background-color: #F77973;
}
</style>
border-color css
<style>
span { border-color: #F77973; }
span { border-color: rgb(247,121,115); }
td.TdClassName
{
border-color: #F77973;
}
.TagClassName
{
border-color: #F77973;
}
</style>