Shades of Salmon #F57977
Tints of Salmon #F57977
RGB
CMYK
RGB Variations
Color information
#F57977 (or 0xF57977) is known color: Salmon. HEX triplet: F5, 79 and 77. RGB value is (245,121,119). Sum of RGB (Red+Green+Blue) = 245+121+119=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F57977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57977 is #0A8688. Grayscale: #9D9D9D. Windows color (decimal): -689801 or 7830005. OLE color: 7830005.
HSL color Cylindrical-coordinate representation of color #F57977: hue angle of 0.95º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57977 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 119 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.04 |
| HSL | 0.95º | 0.86% | 0.71% | - |
| HSV(B) | 0.95º | 0.51% | 0.96% | - |
| XYZ | 47.82 | 34.42 | 21.58 | - |
| YUV | 157.85 | 106.08 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 119 | 0 | 0.51 | 0.51 | 0.04 | 0.95 | 0.86 | 0.71 |
| Hex | F5 | 79 | 77 | 0 | 33 | 33 | 4 | 1 | 56 | 47 |
| Octal | 365 | 171 | 167 | 0 | 63 | 63 | 4 | 1 | 126 | 107 |
| Binary | 11110101 | 1111001 | 1110111 | 0 | 110011 | 110011 | 100 | 1 | 1010110 | 1000111 |
Color Harmonies of #F57977
Complementary color
Monochromatic Colors of #F57977
Black with #F57977
Text Example
Text Example
White with #F57977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57977; }
p { color: rgb(245,121,119); }
H1.HeaderClassName
{
color: #F57977;
}
.AnyTagClassName
{
color: #F57977;
}
</style>
background-color css
<style>
a { background-color: #F57977; }
a { background-color: rgb(245,121,119); }
div.DivClassName
{
background-color: #F57977;
}
.BgClassName
{
background-color: #F57977;
}
</style>
border-color css
<style>
span { border-color: #F57977; }
span { border-color: rgb(245,121,119); }
td.TdClassName
{
border-color: #F57977;
}
.TagClassName
{
border-color: #F57977;
}
</style>