Shades of Salmon #F57C73
Tints of Salmon #F57C73
RGB
CMYK
RGB Variations
Color information
#F57C73 (or 0xF57C73) is known color: Salmon. HEX triplet: F5, 7C and 73. RGB value is (245,124,115). Sum of RGB (Red+Green+Blue) = 245+124+115=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57C73 is #0A838C. Grayscale: #9F9F9F. Windows color (decimal): -689037 or 7568629. OLE color: 7568629.
HSL color Cylindrical-coordinate representation of color #F57C73: hue angle of 4.15º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F57C73 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 115 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.04 |
| HSL | 4.15º | 0.87% | 0.71% | - |
| HSV(B) | 4.15º | 0.53% | 0.96% | - |
| XYZ | 47.96 | 35.07 | 20.46 | - |
| YUV | 159.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 115 | 0 | 0.49 | 0.53 | 0.04 | 4.15 | 0.87 | 0.71 |
| Hex | F5 | 7C | 73 | 0 | 31 | 35 | 4 | 4 | 57 | 47 |
| Octal | 365 | 174 | 163 | 0 | 61 | 65 | 4 | 4 | 127 | 107 |
| Binary | 11110101 | 1111100 | 1110011 | 0 | 110001 | 110101 | 100 | 100 | 1010111 | 1000111 |
Color Harmonies of #F57C73
Complementary color
Monochromatic Colors of #F57C73
Black with #F57C73
Text Example
Text Example
White with #F57C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57C73; }
p { color: rgb(245,124,115); }
H1.HeaderClassName
{
color: #F57C73;
}
.AnyTagClassName
{
color: #F57C73;
}
</style>
background-color css
<style>
a { background-color: #F57C73; }
a { background-color: rgb(245,124,115); }
div.DivClassName
{
background-color: #F57C73;
}
.BgClassName
{
background-color: #F57C73;
}
</style>
border-color css
<style>
span { border-color: #F57C73; }
span { border-color: rgb(245,124,115); }
td.TdClassName
{
border-color: #F57C73;
}
.TagClassName
{
border-color: #F57C73;
}
</style>