Shades of Salmon #F58370
Tints of Salmon #F58370
RGB
CMYK
RGB Variations
Color information
#F58370 (or 0xF58370) is known color: Salmon. HEX triplet: F5, 83 and 70. RGB value is (245,131,112). Sum of RGB (Red+Green+Blue) = 245+131+112=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F58370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58370 is #0A7C8F. Grayscale: #A3A3A3. Windows color (decimal): -687248 or 7373813. OLE color: 7373813.
HSL color Cylindrical-coordinate representation of color #F58370: hue angle of 8.57º 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 #F58370 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 112 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.04 |
| HSL | 8.57º | 0.87% | 0.7% | - |
| HSV(B) | 8.57º | 0.54% | 0.96% | - |
| XYZ | 48.7 | 36.81 | 19.87 | - |
| YUV | 162.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 112 | 0 | 0.47 | 0.54 | 0.04 | 8.57 | 0.87 | 0.7 |
| Hex | F5 | 83 | 70 | 0 | 2F | 36 | 4 | 9 | 57 | 46 |
| Octal | 365 | 203 | 160 | 0 | 57 | 66 | 4 | 11 | 127 | 106 |
| Binary | 11110101 | 10000011 | 1110000 | 0 | 101111 | 110110 | 100 | 1001 | 1010111 | 1000110 |
Color Harmonies of #F58370
Complementary color
Monochromatic Colors of #F58370
Black with #F58370
Text Example
Text Example
White with #F58370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58370; }
p { color: rgb(245,131,112); }
H1.HeaderClassName
{
color: #F58370;
}
.AnyTagClassName
{
color: #F58370;
}
</style>
background-color css
<style>
a { background-color: #F58370; }
a { background-color: rgb(245,131,112); }
div.DivClassName
{
background-color: #F58370;
}
.BgClassName
{
background-color: #F58370;
}
</style>
border-color css
<style>
span { border-color: #F58370; }
span { border-color: rgb(245,131,112); }
td.TdClassName
{
border-color: #F58370;
}
.TagClassName
{
border-color: #F58370;
}
</style>