Shades of Salmon #F57B73
Tints of Salmon #F57B73
RGB
CMYK
RGB Variations
Color information
#F57B73 (or 0xF57B73) is known color: Salmon. HEX triplet: F5, 7B and 73. RGB value is (245,123,115). Sum of RGB (Red+Green+Blue) = 245+123+115=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57B73 is #0A848C. Grayscale: #9E9E9E. Windows color (decimal): -689293 or 7568373. OLE color: 7568373.
HSL color Cylindrical-coordinate representation of color #F57B73: hue angle of 3.69º 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 #F57B73 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 123 | 115 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.04 |
| HSL | 3.69º | 0.87% | 0.71% | - |
| HSV(B) | 3.69º | 0.53% | 0.96% | - |
| XYZ | 47.83 | 34.82 | 20.42 | - |
| YUV | 158.57 | 103.42 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 123 | 115 | 0 | 0.50 | 0.53 | 0.04 | 3.69 | 0.87 | 0.71 |
| Hex | F5 | 7B | 73 | 0 | 32 | 35 | 4 | 4 | 57 | 47 |
| Octal | 365 | 173 | 163 | 0 | 62 | 65 | 4 | 4 | 127 | 107 |
| Binary | 11110101 | 1111011 | 1110011 | 0 | 110010 | 110101 | 100 | 100 | 1010111 | 1000111 |
Color Harmonies of #F57B73
Complementary color
Monochromatic Colors of #F57B73
Black with #F57B73
Text Example
Text Example
White with #F57B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57B73; }
p { color: rgb(245,123,115); }
H1.HeaderClassName
{
color: #F57B73;
}
.AnyTagClassName
{
color: #F57B73;
}
</style>
background-color css
<style>
a { background-color: #F57B73; }
a { background-color: rgb(245,123,115); }
div.DivClassName
{
background-color: #F57B73;
}
.BgClassName
{
background-color: #F57B73;
}
</style>
border-color css
<style>
span { border-color: #F57B73; }
span { border-color: rgb(245,123,115); }
td.TdClassName
{
border-color: #F57B73;
}
.TagClassName
{
border-color: #F57B73;
}
</style>