Shades of Salmon #F58779
Tints of Salmon #F58779
RGB
CMYK
RGB Variations
Color information
#F58779 (or 0xF58779) is known color: Salmon. HEX triplet: F5, 87 and 79. RGB value is (245,135,121). Sum of RGB (Red+Green+Blue) = 245+135+121=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F58779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58779 is #0A7886. Grayscale: #A6A6A6. Windows color (decimal): -686215 or 7964661. OLE color: 7964661.
HSL color Cylindrical-coordinate representation of color #F58779: hue angle of 6.77º 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 #F58779 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 121 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.04 |
| HSL | 6.77º | 0.86% | 0.72% | - |
| HSV(B) | 6.77º | 0.51% | 0.96% | - |
| XYZ | 49.77 | 38.12 | 22.82 | - |
| YUV | 166.29 | 102.44 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 121 | 0 | 0.45 | 0.51 | 0.04 | 6.77 | 0.86 | 0.72 |
| Hex | F5 | 87 | 79 | 0 | 2D | 33 | 4 | 7 | 56 | 48 |
| Octal | 365 | 207 | 171 | 0 | 55 | 63 | 4 | 7 | 126 | 110 |
| Binary | 11110101 | 10000111 | 1111001 | 0 | 101101 | 110011 | 100 | 111 | 1010110 | 1001000 |
Color Harmonies of #F58779
Complementary color
Monochromatic Colors of #F58779
Black with #F58779
Text Example
Text Example
White with #F58779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58779; }
p { color: rgb(245,135,121); }
H1.HeaderClassName
{
color: #F58779;
}
.AnyTagClassName
{
color: #F58779;
}
</style>
background-color css
<style>
a { background-color: #F58779; }
a { background-color: rgb(245,135,121); }
div.DivClassName
{
background-color: #F58779;
}
.BgClassName
{
background-color: #F58779;
}
</style>
border-color css
<style>
span { border-color: #F58779; }
span { border-color: rgb(245,135,121); }
td.TdClassName
{
border-color: #F58779;
}
.TagClassName
{
border-color: #F58779;
}
</style>