Shades of Salmon #F58070
Tints of Salmon #F58070
RGB
CMYK
RGB Variations
Color information
#F58070 (or 0xF58070) is known color: Salmon. HEX triplet: F5, 80 and 70. RGB value is (245,128,112). Sum of RGB (Red+Green+Blue) = 245+128+112=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F58070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58070 is #0A7F8F. Grayscale: #A1A1A1. Windows color (decimal): -688016 or 7373045. OLE color: 7373045.
HSL color Cylindrical-coordinate representation of color #F58070: hue angle of 7.22º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F58070 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 112 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.04 |
| HSL | 7.22º | 0.87% | 0.7% | - |
| HSV(B) | 7.22º | 0.54% | 0.96% | - |
| XYZ | 48.3 | 36.02 | 19.74 | - |
| YUV | 161.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 112 | 0 | 0.48 | 0.54 | 0.04 | 7.22 | 0.87 | 0.7 |
| Hex | F5 | 80 | 70 | 0 | 30 | 36 | 4 | 7 | 57 | 46 |
| Octal | 365 | 200 | 160 | 0 | 60 | 66 | 4 | 7 | 127 | 106 |
| Binary | 11110101 | 10000000 | 1110000 | 0 | 110000 | 110110 | 100 | 111 | 1010111 | 1000110 |
Color Harmonies of #F58070
Complementary color
Monochromatic Colors of #F58070
Black with #F58070
Text Example
Text Example
White with #F58070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58070; }
p { color: rgb(245,128,112); }
H1.HeaderClassName
{
color: #F58070;
}
.AnyTagClassName
{
color: #F58070;
}
</style>
background-color css
<style>
a { background-color: #F58070; }
a { background-color: rgb(245,128,112); }
div.DivClassName
{
background-color: #F58070;
}
.BgClassName
{
background-color: #F58070;
}
</style>
border-color css
<style>
span { border-color: #F58070; }
span { border-color: rgb(245,128,112); }
td.TdClassName
{
border-color: #F58070;
}
.TagClassName
{
border-color: #F58070;
}
</style>