Shades of Salmon #F57A70
Tints of Salmon #F57A70
RGB
CMYK
RGB Variations
Color information
#F57A70 (or 0xF57A70) is known color: Salmon. HEX triplet: F5, 7A and 70. RGB value is (245,122,112). Sum of RGB (Red+Green+Blue) = 245+122+112=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57A70 is #0A858F. Grayscale: #9D9D9D. Windows color (decimal): -689552 or 7371509. OLE color: 7371509.
HSL color Cylindrical-coordinate representation of color #F57A70: hue angle of 4.51º 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 #F57A70 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 112 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.04 |
| HSL | 4.51º | 0.87% | 0.7% | - |
| HSV(B) | 4.51º | 0.54% | 0.96% | - |
| XYZ | 47.54 | 34.5 | 19.48 | - |
| YUV | 157.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 112 | 0 | 0.50 | 0.54 | 0.04 | 4.51 | 0.87 | 0.7 |
| Hex | F5 | 7A | 70 | 0 | 32 | 36 | 4 | 5 | 57 | 46 |
| Octal | 365 | 172 | 160 | 0 | 62 | 66 | 4 | 5 | 127 | 106 |
| Binary | 11110101 | 1111010 | 1110000 | 0 | 110010 | 110110 | 100 | 101 | 1010111 | 1000110 |
Color Harmonies of #F57A70
Complementary color
Monochromatic Colors of #F57A70
Black with #F57A70
Text Example
Text Example
White with #F57A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57A70; }
p { color: rgb(245,122,112); }
H1.HeaderClassName
{
color: #F57A70;
}
.AnyTagClassName
{
color: #F57A70;
}
</style>
background-color css
<style>
a { background-color: #F57A70; }
a { background-color: rgb(245,122,112); }
div.DivClassName
{
background-color: #F57A70;
}
.BgClassName
{
background-color: #F57A70;
}
</style>
border-color css
<style>
span { border-color: #F57A70; }
span { border-color: rgb(245,122,112); }
td.TdClassName
{
border-color: #F57A70;
}
.TagClassName
{
border-color: #F57A70;
}
</style>