Shades of Salmon #F7746D
Tints of Salmon #F7746D
RGB
CMYK
RGB Variations
Color information
#F7746D (or 0xF7746D) is known color: Salmon. HEX triplet: F7, 74 and 6D. RGB value is (247,116,109). Sum of RGB (Red+Green+Blue) = 247+116+109=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7746D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7746D is #088B92. Grayscale: #9A9A9A. Windows color (decimal): -560019 or 7173367. OLE color: 7173367.
HSL color Cylindrical-coordinate representation of color #F7746D: hue angle of 3.04º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7746D is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 109 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.03 |
| HSL | 3.04º | 0.9% | 0.7% | - |
| HSV(B) | 3.04º | 0.56% | 0.97% | - |
| XYZ | 47.36 | 33.37 | 18.41 | - |
| YUV | 154.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 109 | 0 | 0.53 | 0.56 | 0.03 | 3.04 | 0.9 | 0.7 |
| Hex | F7 | 74 | 6D | 0 | 35 | 38 | 3 | 3 | 5A | 46 |
| Octal | 367 | 164 | 155 | 0 | 65 | 70 | 3 | 3 | 132 | 106 |
| Binary | 11110111 | 1110100 | 1101101 | 0 | 110101 | 111000 | 11 | 11 | 1011010 | 1000110 |
Color Harmonies of #F7746D
Complementary color
Monochromatic Colors of #F7746D
Black with #F7746D
Text Example
Text Example
White with #F7746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7746D; }
p { color: rgb(247,116,109); }
H1.HeaderClassName
{
color: #F7746D;
}
.AnyTagClassName
{
color: #F7746D;
}
</style>
background-color css
<style>
a { background-color: #F7746D; }
a { background-color: rgb(247,116,109); }
div.DivClassName
{
background-color: #F7746D;
}
.BgClassName
{
background-color: #F7746D;
}
</style>
border-color css
<style>
span { border-color: #F7746D; }
span { border-color: rgb(247,116,109); }
td.TdClassName
{
border-color: #F7746D;
}
.TagClassName
{
border-color: #F7746D;
}
</style>