Shades of Salmon #F58570
Tints of Salmon #F58570
RGB
CMYK
RGB Variations
Color information
#F58570 (or 0xF58570) is known color: Salmon. HEX triplet: F5, 85 and 70. RGB value is (245,133,112). Sum of RGB (Red+Green+Blue) = 245+133+112=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F58570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58570 is #0A7A8F. Grayscale: #A4A4A4. Windows color (decimal): -686736 or 7374325. OLE color: 7374325.
HSL color Cylindrical-coordinate representation of color #F58570: hue angle of 9.47º 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 #F58570 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 112 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.04 |
| HSL | 9.47º | 0.87% | 0.7% | - |
| HSV(B) | 9.47º | 0.54% | 0.96% | - |
| XYZ | 48.97 | 37.36 | 19.96 | - |
| YUV | 164.09 | 98.61 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 112 | 0 | 0.46 | 0.54 | 0.04 | 9.47 | 0.87 | 0.7 |
| Hex | F5 | 85 | 70 | 0 | 2E | 36 | 4 | 9 | 57 | 46 |
| Octal | 365 | 205 | 160 | 0 | 56 | 66 | 4 | 11 | 127 | 106 |
| Binary | 11110101 | 10000101 | 1110000 | 0 | 101110 | 110110 | 100 | 1001 | 1010111 | 1000110 |
Color Harmonies of #F58570
Complementary color
Monochromatic Colors of #F58570
Black with #F58570
Text Example
Text Example
White with #F58570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58570; }
p { color: rgb(245,133,112); }
H1.HeaderClassName
{
color: #F58570;
}
.AnyTagClassName
{
color: #F58570;
}
</style>
background-color css
<style>
a { background-color: #F58570; }
a { background-color: rgb(245,133,112); }
div.DivClassName
{
background-color: #F58570;
}
.BgClassName
{
background-color: #F58570;
}
</style>
border-color css
<style>
span { border-color: #F58570; }
span { border-color: rgb(245,133,112); }
td.TdClassName
{
border-color: #F58570;
}
.TagClassName
{
border-color: #F58570;
}
</style>