Shades of Salmon #F7746B
Tints of Salmon #F7746B
RGB
CMYK
RGB Variations
Color information
#F7746B (or 0xF7746B) is known color: Salmon. HEX triplet: F7, 74 and 6B. RGB value is (247,116,107). Sum of RGB (Red+Green+Blue) = 247+116+107=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7746B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7746B is #088B94. Grayscale: #9A9A9A. Windows color (decimal): -560021 or 7042295. OLE color: 7042295.
HSL color Cylindrical-coordinate representation of color #F7746B: hue angle of 3.86º 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 #F7746B is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 107 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.03 |
| HSL | 3.86º | 0.9% | 0.69% | - |
| HSV(B) | 3.86º | 0.57% | 0.97% | - |
| XYZ | 47.26 | 33.33 | 17.85 | - |
| YUV | 154.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 107 | 0 | 0.53 | 0.57 | 0.03 | 3.86 | 0.9 | 0.69 |
| Hex | F7 | 74 | 6B | 0 | 35 | 39 | 3 | 4 | 5A | 45 |
| Octal | 367 | 164 | 153 | 0 | 65 | 71 | 3 | 4 | 132 | 105 |
| Binary | 11110111 | 1110100 | 1101011 | 0 | 110101 | 111001 | 11 | 100 | 1011010 | 1000101 |
Color Harmonies of #F7746B
Complementary color
Monochromatic Colors of #F7746B
Black with #F7746B
Text Example
Text Example
White with #F7746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7746B; }
p { color: rgb(247,116,107); }
H1.HeaderClassName
{
color: #F7746B;
}
.AnyTagClassName
{
color: #F7746B;
}
</style>
background-color css
<style>
a { background-color: #F7746B; }
a { background-color: rgb(247,116,107); }
div.DivClassName
{
background-color: #F7746B;
}
.BgClassName
{
background-color: #F7746B;
}
</style>
border-color css
<style>
span { border-color: #F7746B; }
span { border-color: rgb(247,116,107); }
td.TdClassName
{
border-color: #F7746B;
}
.TagClassName
{
border-color: #F7746B;
}
</style>