Shades of Salmon #F58B79
Tints of Salmon #F58B79
RGB
CMYK
RGB Variations
Color information
#F58B79 (or 0xF58B79) is known color: Salmon. HEX triplet: F5, 8B and 79. RGB value is (245,139,121). Sum of RGB (Red+Green+Blue) = 245+139+121=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58B79 is #0A7486. Grayscale: #A8A8A8. Windows color (decimal): -685191 or 7965685. OLE color: 7965685.
HSL color Cylindrical-coordinate representation of color #F58B79: hue angle of 8.71º 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 #F58B79 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 121 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.04 |
| HSL | 8.71º | 0.86% | 0.72% | - |
| HSV(B) | 8.71º | 0.51% | 0.96% | - |
| XYZ | 50.34 | 39.26 | 23.01 | - |
| YUV | 168.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 121 | 0 | 0.43 | 0.51 | 0.04 | 8.71 | 0.86 | 0.72 |
| Hex | F5 | 8B | 79 | 0 | 2B | 33 | 4 | 9 | 56 | 48 |
| Octal | 365 | 213 | 171 | 0 | 53 | 63 | 4 | 11 | 126 | 110 |
| Binary | 11110101 | 10001011 | 1111001 | 0 | 101011 | 110011 | 100 | 1001 | 1010110 | 1001000 |
Color Harmonies of #F58B79
Complementary color
Monochromatic Colors of #F58B79
Black with #F58B79
Text Example
Text Example
White with #F58B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58B79; }
p { color: rgb(245,139,121); }
H1.HeaderClassName
{
color: #F58B79;
}
.AnyTagClassName
{
color: #F58B79;
}
</style>
background-color css
<style>
a { background-color: #F58B79; }
a { background-color: rgb(245,139,121); }
div.DivClassName
{
background-color: #F58B79;
}
.BgClassName
{
background-color: #F58B79;
}
</style>
border-color css
<style>
span { border-color: #F58B79; }
span { border-color: rgb(245,139,121); }
td.TdClassName
{
border-color: #F58B79;
}
.TagClassName
{
border-color: #F58B79;
}
</style>