Shades of Salmon #F7746E
Tints of Salmon #F7746E
RGB
CMYK
RGB Variations
Color information
#F7746E (or 0xF7746E) is known color: Salmon. HEX triplet: F7, 74 and 6E. RGB value is (247,116,110). Sum of RGB (Red+Green+Blue) = 247+116+110=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F7746E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7746E is #088B91. Grayscale: #9A9A9A. Windows color (decimal): -560018 or 7238903. OLE color: 7238903.
HSL color Cylindrical-coordinate representation of color #F7746E: hue angle of 2.63º degrees, saturation: 0.9, 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 #F7746E is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 110 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.03 |
| HSL | 2.63º | 0.9% | 0.7% | - |
| HSV(B) | 2.63º | 0.55% | 0.97% | - |
| XYZ | 47.42 | 33.39 | 18.7 | - |
| YUV | 154.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 110 | 0 | 0.53 | 0.55 | 0.03 | 2.63 | 0.9 | 0.7 |
| Hex | F7 | 74 | 6E | 0 | 35 | 37 | 3 | 3 | 5A | 46 |
| Octal | 367 | 164 | 156 | 0 | 65 | 67 | 3 | 3 | 132 | 106 |
| Binary | 11110111 | 1110100 | 1101110 | 0 | 110101 | 110111 | 11 | 11 | 1011010 | 1000110 |
Color Harmonies of #F7746E
Complementary color
Monochromatic Colors of #F7746E
Black with #F7746E
Text Example
Text Example
White with #F7746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7746E; }
p { color: rgb(247,116,110); }
H1.HeaderClassName
{
color: #F7746E;
}
.AnyTagClassName
{
color: #F7746E;
}
</style>
background-color css
<style>
a { background-color: #F7746E; }
a { background-color: rgb(247,116,110); }
div.DivClassName
{
background-color: #F7746E;
}
.BgClassName
{
background-color: #F7746E;
}
</style>
border-color css
<style>
span { border-color: #F7746E; }
span { border-color: rgb(247,116,110); }
td.TdClassName
{
border-color: #F7746E;
}
.TagClassName
{
border-color: #F7746E;
}
</style>