Shades of Salmon #F57970
Tints of Salmon #F57970
RGB
CMYK
RGB Variations
Color information
#F57970 (or 0xF57970) is known color: Salmon. HEX triplet: F5, 79 and 70. RGB value is (245,121,112). Sum of RGB (Red+Green+Blue) = 245+121+112=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F57970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57970 is #0A868F. Grayscale: #9D9D9D. Windows color (decimal): -689808 or 7371253. OLE color: 7371253.
HSL color Cylindrical-coordinate representation of color #F57970: hue angle of 4.06º 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 #F57970 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 112 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.04 |
| HSL | 4.06º | 0.87% | 0.7% | - |
| HSV(B) | 4.06º | 0.54% | 0.96% | - |
| XYZ | 47.42 | 34.26 | 19.44 | - |
| YUV | 157.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 112 | 0 | 0.51 | 0.54 | 0.04 | 4.06 | 0.87 | 0.7 |
| Hex | F5 | 79 | 70 | 0 | 33 | 36 | 4 | 4 | 57 | 46 |
| Octal | 365 | 171 | 160 | 0 | 63 | 66 | 4 | 4 | 127 | 106 |
| Binary | 11110101 | 1111001 | 1110000 | 0 | 110011 | 110110 | 100 | 100 | 1010111 | 1000110 |
Color Harmonies of #F57970
Complementary color
Monochromatic Colors of #F57970
Black with #F57970
Text Example
Text Example
White with #F57970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57970; }
p { color: rgb(245,121,112); }
H1.HeaderClassName
{
color: #F57970;
}
.AnyTagClassName
{
color: #F57970;
}
</style>
background-color css
<style>
a { background-color: #F57970; }
a { background-color: rgb(245,121,112); }
div.DivClassName
{
background-color: #F57970;
}
.BgClassName
{
background-color: #F57970;
}
</style>
border-color css
<style>
span { border-color: #F57970; }
span { border-color: rgb(245,121,112); }
td.TdClassName
{
border-color: #F57970;
}
.TagClassName
{
border-color: #F57970;
}
</style>