Shades of Salmon #F77570
Tints of Salmon #F77570
RGB
CMYK
RGB Variations
Color information
#F77570 (or 0xF77570) is known color: Salmon. HEX triplet: F7, 75 and 70. RGB value is (247,117,112). Sum of RGB (Red+Green+Blue) = 247+117+112=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F77570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77570 is #088A8F. Grayscale: #9B9B9B. Windows color (decimal): -559760 or 7370231. OLE color: 7370231.
HSL color Cylindrical-coordinate representation of color #F77570: hue angle of 2.22º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F77570 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 112 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.03 |
| HSL | 2.22º | 0.89% | 0.7% | - |
| HSV(B) | 2.22º | 0.55% | 0.97% | - |
| XYZ | 47.64 | 33.67 | 19.32 | - |
| YUV | 155.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 112 | 0 | 0.53 | 0.55 | 0.03 | 2.22 | 0.89 | 0.7 |
| Hex | F7 | 75 | 70 | 0 | 35 | 37 | 3 | 2 | 59 | 46 |
| Octal | 367 | 165 | 160 | 0 | 65 | 67 | 3 | 2 | 131 | 106 |
| Binary | 11110111 | 1110101 | 1110000 | 0 | 110101 | 110111 | 11 | 10 | 1011001 | 1000110 |
Color Harmonies of #F77570
Complementary color
Monochromatic Colors of #F77570
Black with #F77570
Text Example
Text Example
White with #F77570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77570; }
p { color: rgb(247,117,112); }
H1.HeaderClassName
{
color: #F77570;
}
.AnyTagClassName
{
color: #F77570;
}
</style>
background-color css
<style>
a { background-color: #F77570; }
a { background-color: rgb(247,117,112); }
div.DivClassName
{
background-color: #F77570;
}
.BgClassName
{
background-color: #F77570;
}
</style>
border-color css
<style>
span { border-color: #F77570; }
span { border-color: rgb(247,117,112); }
td.TdClassName
{
border-color: #F77570;
}
.TagClassName
{
border-color: #F77570;
}
</style>