Shades of Salmon #F58379
Tints of Salmon #F58379
RGB
CMYK
RGB Variations
Color information
#F58379 (or 0xF58379) is known color: Salmon. HEX triplet: F5, 83 and 79. RGB value is (245,131,121). Sum of RGB (Red+Green+Blue) = 245+131+121=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F58379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58379 is #0A7C86. Grayscale: #A4A4A4. Windows color (decimal): -687239 or 7963637. OLE color: 7963637.
HSL color Cylindrical-coordinate representation of color #F58379: hue angle of 4.84º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F58379 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 121 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.04 |
| HSL | 4.84º | 0.86% | 0.72% | - |
| HSV(B) | 4.84º | 0.51% | 0.96% | - |
| XYZ | 49.22 | 37.03 | 22.64 | - |
| YUV | 163.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 121 | 0 | 0.47 | 0.51 | 0.04 | 4.84 | 0.86 | 0.72 |
| Hex | F5 | 83 | 79 | 0 | 2F | 33 | 4 | 5 | 56 | 48 |
| Octal | 365 | 203 | 171 | 0 | 57 | 63 | 4 | 5 | 126 | 110 |
| Binary | 11110101 | 10000011 | 1111001 | 0 | 101111 | 110011 | 100 | 101 | 1010110 | 1001000 |
Color Harmonies of #F58379
Complementary color
Monochromatic Colors of #F58379
Black with #F58379
Text Example
Text Example
White with #F58379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58379; }
p { color: rgb(245,131,121); }
H1.HeaderClassName
{
color: #F58379;
}
.AnyTagClassName
{
color: #F58379;
}
</style>
background-color css
<style>
a { background-color: #F58379; }
a { background-color: rgb(245,131,121); }
div.DivClassName
{
background-color: #F58379;
}
.BgClassName
{
background-color: #F58379;
}
</style>
border-color css
<style>
span { border-color: #F58379; }
span { border-color: rgb(245,131,121); }
td.TdClassName
{
border-color: #F58379;
}
.TagClassName
{
border-color: #F58379;
}
</style>