Shades of Salmon #F57370
Tints of Salmon #F57370
RGB
CMYK
RGB Variations
Color information
#F57370 (or 0xF57370) is known color: Salmon. HEX triplet: F5, 73 and 70. RGB value is (245,115,112). Sum of RGB (Red+Green+Blue) = 245+115+112=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F57370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57370 is #0A8C8F. Grayscale: #999999. Windows color (decimal): -691344 or 7369717. OLE color: 7369717.
HSL color Cylindrical-coordinate representation of color #F57370: hue angle of 1.35º 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 #F57370 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 112 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.04 |
| HSL | 1.35º | 0.87% | 0.7% | - |
| HSV(B) | 1.35º | 0.54% | 0.96% | - |
| XYZ | 46.71 | 32.84 | 19.21 | - |
| YUV | 153.53 | 104.57 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 112 | 0 | 0.53 | 0.54 | 0.04 | 1.35 | 0.87 | 0.7 |
| Hex | F5 | 73 | 70 | 0 | 35 | 36 | 4 | 1 | 57 | 46 |
| Octal | 365 | 163 | 160 | 0 | 65 | 66 | 4 | 1 | 127 | 106 |
| Binary | 11110101 | 1110011 | 1110000 | 0 | 110101 | 110110 | 100 | 1 | 1010111 | 1000110 |
Color Harmonies of #F57370
Complementary color
Monochromatic Colors of #F57370
Black with #F57370
Text Example
Text Example
White with #F57370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57370; }
p { color: rgb(245,115,112); }
H1.HeaderClassName
{
color: #F57370;
}
.AnyTagClassName
{
color: #F57370;
}
</style>
background-color css
<style>
a { background-color: #F57370; }
a { background-color: rgb(245,115,112); }
div.DivClassName
{
background-color: #F57370;
}
.BgClassName
{
background-color: #F57370;
}
</style>
border-color css
<style>
span { border-color: #F57370; }
span { border-color: rgb(245,115,112); }
td.TdClassName
{
border-color: #F57370;
}
.TagClassName
{
border-color: #F57370;
}
</style>