Shades of Salmon #F58477
Tints of Salmon #F58477
RGB
CMYK
RGB Variations
Color information
#F58477 (or 0xF58477) is known color: Salmon. HEX triplet: F5, 84 and 77. RGB value is (245,132,119). Sum of RGB (Red+Green+Blue) = 245+132+119=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F58477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58477 is #0A7B88. Grayscale: #A4A4A4. Windows color (decimal): -686985 or 7832821. OLE color: 7832821.
HSL color Cylindrical-coordinate representation of color #F58477: hue angle of 6.19º 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 #F58477 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 119 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.04 |
| HSL | 6.19º | 0.86% | 0.71% | - |
| HSV(B) | 6.19º | 0.51% | 0.96% | - |
| XYZ | 49.24 | 37.25 | 22.05 | - |
| YUV | 164.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 119 | 0 | 0.46 | 0.51 | 0.04 | 6.19 | 0.86 | 0.71 |
| Hex | F5 | 84 | 77 | 0 | 2E | 33 | 4 | 6 | 56 | 47 |
| Octal | 365 | 204 | 167 | 0 | 56 | 63 | 4 | 6 | 126 | 107 |
| Binary | 11110101 | 10000100 | 1110111 | 0 | 101110 | 110011 | 100 | 110 | 1010110 | 1000111 |
Color Harmonies of #F58477
Complementary color
Monochromatic Colors of #F58477
Black with #F58477
Text Example
Text Example
White with #F58477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58477; }
p { color: rgb(245,132,119); }
H1.HeaderClassName
{
color: #F58477;
}
.AnyTagClassName
{
color: #F58477;
}
</style>
background-color css
<style>
a { background-color: #F58477; }
a { background-color: rgb(245,132,119); }
div.DivClassName
{
background-color: #F58477;
}
.BgClassName
{
background-color: #F58477;
}
</style>
border-color css
<style>
span { border-color: #F58477; }
span { border-color: rgb(245,132,119); }
td.TdClassName
{
border-color: #F58477;
}
.TagClassName
{
border-color: #F58477;
}
</style>