Shades of Salmon #F58474
Tints of Salmon #F58474
RGB
CMYK
RGB Variations
Color information
#F58474 (or 0xF58474) is known color: Salmon. HEX triplet: F5, 84 and 74. RGB value is (245,132,116). Sum of RGB (Red+Green+Blue) = 245+132+116=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F58474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58474 is #0A7B8B. Grayscale: #A4A4A4. Windows color (decimal): -686988 or 7636213. OLE color: 7636213.
HSL color Cylindrical-coordinate representation of color #F58474: hue angle of 7.44º 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 #F58474 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 116 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.04 |
| HSL | 7.44º | 0.87% | 0.71% | - |
| HSV(B) | 7.44º | 0.53% | 0.96% | - |
| XYZ | 49.06 | 37.18 | 21.11 | - |
| YUV | 163.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 116 | 0 | 0.46 | 0.53 | 0.04 | 7.44 | 0.87 | 0.71 |
| Hex | F5 | 84 | 74 | 0 | 2E | 35 | 4 | 7 | 57 | 47 |
| Octal | 365 | 204 | 164 | 0 | 56 | 65 | 4 | 7 | 127 | 107 |
| Binary | 11110101 | 10000100 | 1110100 | 0 | 101110 | 110101 | 100 | 111 | 1010111 | 1000111 |
Color Harmonies of #F58474
Complementary color
Monochromatic Colors of #F58474
Black with #F58474
Text Example
Text Example
White with #F58474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58474; }
p { color: rgb(245,132,116); }
H1.HeaderClassName
{
color: #F58474;
}
.AnyTagClassName
{
color: #F58474;
}
</style>
background-color css
<style>
a { background-color: #F58474; }
a { background-color: rgb(245,132,116); }
div.DivClassName
{
background-color: #F58474;
}
.BgClassName
{
background-color: #F58474;
}
</style>
border-color css
<style>
span { border-color: #F58474; }
span { border-color: rgb(245,132,116); }
td.TdClassName
{
border-color: #F58474;
}
.TagClassName
{
border-color: #F58474;
}
</style>