Shades of Salmon #F77170
Tints of Salmon #F77170
RGB
CMYK
RGB Variations
Color information
#F77170 (or 0xF77170) is known color: Salmon. HEX triplet: F7, 71 and 70. RGB value is (247,113,112). Sum of RGB (Red+Green+Blue) = 247+113+112=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F77170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77170 is #088E8F. Grayscale: #999999. Windows color (decimal): -560784 or 7369207. OLE color: 7369207.
HSL color Cylindrical-coordinate representation of color #F77170: hue angle of 0.44º 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 #F77170 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 112 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.03 |
| HSL | 0.44º | 0.89% | 0.7% | - |
| HSV(B) | 0.44º | 0.55% | 0.97% | - |
| XYZ | 47.19 | 32.75 | 19.16 | - |
| YUV | 152.95 | 104.89 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 112 | 0 | 0.54 | 0.55 | 0.03 | 0.44 | 0.89 | 0.7 |
| Hex | F7 | 71 | 70 | 0 | 36 | 37 | 3 | 0 | 59 | 46 |
| Octal | 367 | 161 | 160 | 0 | 66 | 67 | 3 | 0 | 131 | 106 |
| Binary | 11110111 | 1110001 | 1110000 | 0 | 110110 | 110111 | 11 | 0 | 1011001 | 1000110 |
Color Harmonies of #F77170
Complementary color
Monochromatic Colors of #F77170
Black with #F77170
Text Example
Text Example
White with #F77170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77170; }
p { color: rgb(247,113,112); }
H1.HeaderClassName
{
color: #F77170;
}
.AnyTagClassName
{
color: #F77170;
}
</style>
background-color css
<style>
a { background-color: #F77170; }
a { background-color: rgb(247,113,112); }
div.DivClassName
{
background-color: #F77170;
}
.BgClassName
{
background-color: #F77170;
}
</style>
border-color css
<style>
span { border-color: #F77170; }
span { border-color: rgb(247,113,112); }
td.TdClassName
{
border-color: #F77170;
}
.TagClassName
{
border-color: #F77170;
}
</style>