Shades of Salmon #F58D78
Tints of Salmon #F58D78
RGB
CMYK
RGB Variations
Color information
#F58D78 (or 0xF58D78) is known color: Salmon. HEX triplet: F5, 8D and 78. RGB value is (245,141,120). Sum of RGB (Red+Green+Blue) = 245+141+120=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58D78 is #0A7287. Grayscale: #A9A9A9. Windows color (decimal): -684680 or 7900661. OLE color: 7900661.
HSL color Cylindrical-coordinate representation of color #F58D78: hue angle of 10.08º 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 #F58D78 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 120 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.04 |
| HSL | 10.08º | 0.86% | 0.72% | - |
| HSV(B) | 10.08º | 0.51% | 0.96% | - |
| XYZ | 50.57 | 39.82 | 22.79 | - |
| YUV | 169.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 120 | 0 | 0.42 | 0.51 | 0.04 | 10.08 | 0.86 | 0.72 |
| Hex | F5 | 8D | 78 | 0 | 2A | 33 | 4 | A | 56 | 48 |
| Octal | 365 | 215 | 170 | 0 | 52 | 63 | 4 | 12 | 126 | 110 |
| Binary | 11110101 | 10001101 | 1111000 | 0 | 101010 | 110011 | 100 | 1010 | 1010110 | 1001000 |
Color Harmonies of #F58D78
Complementary color
Monochromatic Colors of #F58D78
Black with #F58D78
Text Example
Text Example
White with #F58D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D78; }
p { color: rgb(245,141,120); }
H1.HeaderClassName
{
color: #F58D78;
}
.AnyTagClassName
{
color: #F58D78;
}
</style>
background-color css
<style>
a { background-color: #F58D78; }
a { background-color: rgb(245,141,120); }
div.DivClassName
{
background-color: #F58D78;
}
.BgClassName
{
background-color: #F58D78;
}
</style>
border-color css
<style>
span { border-color: #F58D78; }
span { border-color: rgb(245,141,120); }
td.TdClassName
{
border-color: #F58D78;
}
.TagClassName
{
border-color: #F58D78;
}
</style>