Shades of Salmon #F7746A
Tints of Salmon #F7746A
RGB
CMYK
RGB Variations
Color information
#F7746A (or 0xF7746A) is known color: Salmon. HEX triplet: F7, 74 and 6A. RGB value is (247,116,106). Sum of RGB (Red+Green+Blue) = 247+116+106=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F7746A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7746A is #088B95. Grayscale: #9A9A9A. Windows color (decimal): -560022 or 6976759. OLE color: 6976759.
HSL color Cylindrical-coordinate representation of color #F7746A: hue angle of 4.26º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7746A is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 106 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.03 |
| HSL | 4.26º | 0.9% | 0.69% | - |
| HSV(B) | 4.26º | 0.57% | 0.97% | - |
| XYZ | 47.2 | 33.31 | 17.58 | - |
| YUV | 154.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 106 | 0 | 0.53 | 0.57 | 0.03 | 4.26 | 0.9 | 0.69 |
| Hex | F7 | 74 | 6A | 0 | 35 | 39 | 3 | 4 | 5A | 45 |
| Octal | 367 | 164 | 152 | 0 | 65 | 71 | 3 | 4 | 132 | 105 |
| Binary | 11110111 | 1110100 | 1101010 | 0 | 110101 | 111001 | 11 | 100 | 1011010 | 1000101 |
Color Harmonies of #F7746A
Complementary color
Monochromatic Colors of #F7746A
Black with #F7746A
Text Example
Text Example
White with #F7746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7746A; }
p { color: rgb(247,116,106); }
H1.HeaderClassName
{
color: #F7746A;
}
.AnyTagClassName
{
color: #F7746A;
}
</style>
background-color css
<style>
a { background-color: #F7746A; }
a { background-color: rgb(247,116,106); }
div.DivClassName
{
background-color: #F7746A;
}
.BgClassName
{
background-color: #F7746A;
}
</style>
border-color css
<style>
span { border-color: #F7746A; }
span { border-color: rgb(247,116,106); }
td.TdClassName
{
border-color: #F7746A;
}
.TagClassName
{
border-color: #F7746A;
}
</style>