Shades of Salmon #F58373
Tints of Salmon #F58373
RGB
CMYK
RGB Variations
Color information
#F58373 (or 0xF58373) is known color: Salmon. HEX triplet: F5, 83 and 73. RGB value is (245,131,115). Sum of RGB (Red+Green+Blue) = 245+131+115=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F58373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58373 is #0A7C8C. Grayscale: #A3A3A3. Windows color (decimal): -687245 or 7570421. OLE color: 7570421.
HSL color Cylindrical-coordinate representation of color #F58373: hue angle of 7.38º 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 #F58373 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 115 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.04 |
| HSL | 7.38º | 0.87% | 0.71% | - |
| HSV(B) | 7.38º | 0.53% | 0.96% | - |
| XYZ | 48.87 | 36.88 | 20.76 | - |
| YUV | 163.26 | 100.77 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 115 | 0 | 0.47 | 0.53 | 0.04 | 7.38 | 0.87 | 0.71 |
| Hex | F5 | 83 | 73 | 0 | 2F | 35 | 4 | 7 | 57 | 47 |
| Octal | 365 | 203 | 163 | 0 | 57 | 65 | 4 | 7 | 127 | 107 |
| Binary | 11110101 | 10000011 | 1110011 | 0 | 101111 | 110101 | 100 | 111 | 1010111 | 1000111 |
Color Harmonies of #F58373
Complementary color
Monochromatic Colors of #F58373
Black with #F58373
Text Example
Text Example
White with #F58373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58373; }
p { color: rgb(245,131,115); }
H1.HeaderClassName
{
color: #F58373;
}
.AnyTagClassName
{
color: #F58373;
}
</style>
background-color css
<style>
a { background-color: #F58373; }
a { background-color: rgb(245,131,115); }
div.DivClassName
{
background-color: #F58373;
}
.BgClassName
{
background-color: #F58373;
}
</style>
border-color css
<style>
span { border-color: #F58373; }
span { border-color: rgb(245,131,115); }
td.TdClassName
{
border-color: #F58373;
}
.TagClassName
{
border-color: #F58373;
}
</style>