Shades of Salmon #F58577
Tints of Salmon #F58577
RGB
CMYK
RGB Variations
Color information
#F58577 (or 0xF58577) is known color: Salmon. HEX triplet: F5, 85 and 77. RGB value is (245,133,119). Sum of RGB (Red+Green+Blue) = 245+133+119=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F58577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58577 is #0A7A88. Grayscale: #A5A5A5. Windows color (decimal): -686729 or 7833077. OLE color: 7833077.
HSL color Cylindrical-coordinate representation of color #F58577: hue angle of 6.67º 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 #F58577 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 119 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.04 |
| HSL | 6.67º | 0.86% | 0.71% | - |
| HSV(B) | 6.67º | 0.51% | 0.96% | - |
| XYZ | 49.37 | 37.52 | 22.09 | - |
| YUV | 164.89 | 102.11 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 119 | 0 | 0.46 | 0.51 | 0.04 | 6.67 | 0.86 | 0.71 |
| Hex | F5 | 85 | 77 | 0 | 2E | 33 | 4 | 7 | 56 | 47 |
| Octal | 365 | 205 | 167 | 0 | 56 | 63 | 4 | 7 | 126 | 107 |
| Binary | 11110101 | 10000101 | 1110111 | 0 | 101110 | 110011 | 100 | 111 | 1010110 | 1000111 |
Color Harmonies of #F58577
Complementary color
Monochromatic Colors of #F58577
Black with #F58577
Text Example
Text Example
White with #F58577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58577; }
p { color: rgb(245,133,119); }
H1.HeaderClassName
{
color: #F58577;
}
.AnyTagClassName
{
color: #F58577;
}
</style>
background-color css
<style>
a { background-color: #F58577; }
a { background-color: rgb(245,133,119); }
div.DivClassName
{
background-color: #F58577;
}
.BgClassName
{
background-color: #F58577;
}
</style>
border-color css
<style>
span { border-color: #F58577; }
span { border-color: rgb(245,133,119); }
td.TdClassName
{
border-color: #F58577;
}
.TagClassName
{
border-color: #F58577;
}
</style>