Shades of Salmon #F77470
Tints of Salmon #F77470
RGB
CMYK
RGB Variations
Color information
#F77470 (or 0xF77470) is known color: Salmon. HEX triplet: F7, 74 and 70. RGB value is (247,116,112). Sum of RGB (Red+Green+Blue) = 247+116+112=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F77470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77470 is #088B8F. Grayscale: #9A9A9A. Windows color (decimal): -560016 or 7369975. OLE color: 7369975.
HSL color Cylindrical-coordinate representation of color #F77470: hue angle of 1.78º 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 #F77470 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 112 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.03 |
| HSL | 1.78º | 0.89% | 0.7% | - |
| HSV(B) | 1.78º | 0.55% | 0.97% | - |
| XYZ | 47.53 | 33.43 | 19.28 | - |
| YUV | 154.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 112 | 0 | 0.53 | 0.55 | 0.03 | 1.78 | 0.89 | 0.7 |
| Hex | F7 | 74 | 70 | 0 | 35 | 37 | 3 | 2 | 59 | 46 |
| Octal | 367 | 164 | 160 | 0 | 65 | 67 | 3 | 2 | 131 | 106 |
| Binary | 11110111 | 1110100 | 1110000 | 0 | 110101 | 110111 | 11 | 10 | 1011001 | 1000110 |
Color Harmonies of #F77470
Complementary color
Monochromatic Colors of #F77470
Black with #F77470
Text Example
Text Example
White with #F77470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77470; }
p { color: rgb(247,116,112); }
H1.HeaderClassName
{
color: #F77470;
}
.AnyTagClassName
{
color: #F77470;
}
</style>
background-color css
<style>
a { background-color: #F77470; }
a { background-color: rgb(247,116,112); }
div.DivClassName
{
background-color: #F77470;
}
.BgClassName
{
background-color: #F77470;
}
</style>
border-color css
<style>
span { border-color: #F77470; }
span { border-color: rgb(247,116,112); }
td.TdClassName
{
border-color: #F77470;
}
.TagClassName
{
border-color: #F77470;
}
</style>