Shades of Salmon #F57A73
Tints of Salmon #F57A73
RGB
CMYK
RGB Variations
Color information
#F57A73 (or 0xF57A73) is known color: Salmon. HEX triplet: F5, 7A and 73. RGB value is (245,122,115). Sum of RGB (Red+Green+Blue) = 245+122+115=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57A73 is #0A858C. Grayscale: #9E9E9E. Windows color (decimal): -689549 or 7568117. OLE color: 7568117.
HSL color Cylindrical-coordinate representation of color #F57A73: hue angle of 3.23º 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 #F57A73 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 115 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.04 |
| HSL | 3.23º | 0.87% | 0.71% | - |
| HSV(B) | 3.23º | 0.53% | 0.96% | - |
| XYZ | 47.71 | 34.57 | 20.38 | - |
| YUV | 157.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 115 | 0 | 0.50 | 0.53 | 0.04 | 3.23 | 0.87 | 0.71 |
| Hex | F5 | 7A | 73 | 0 | 32 | 35 | 4 | 3 | 57 | 47 |
| Octal | 365 | 172 | 163 | 0 | 62 | 65 | 4 | 3 | 127 | 107 |
| Binary | 11110101 | 1111010 | 1110011 | 0 | 110010 | 110101 | 100 | 11 | 1010111 | 1000111 |
Color Harmonies of #F57A73
Complementary color
Monochromatic Colors of #F57A73
Black with #F57A73
Text Example
Text Example
White with #F57A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57A73; }
p { color: rgb(245,122,115); }
H1.HeaderClassName
{
color: #F57A73;
}
.AnyTagClassName
{
color: #F57A73;
}
</style>
background-color css
<style>
a { background-color: #F57A73; }
a { background-color: rgb(245,122,115); }
div.DivClassName
{
background-color: #F57A73;
}
.BgClassName
{
background-color: #F57A73;
}
</style>
border-color css
<style>
span { border-color: #F57A73; }
span { border-color: rgb(245,122,115); }
td.TdClassName
{
border-color: #F57A73;
}
.TagClassName
{
border-color: #F57A73;
}
</style>