Shades of Salmon #F6746C
Tints of Salmon #F6746C
RGB
CMYK
RGB Variations
Color information
#F6746C (or 0xF6746C) is known color: Salmon. HEX triplet: F6, 74 and 6C. RGB value is (246,116,108). Sum of RGB (Red+Green+Blue) = 246+116+108=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6746C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6746C is #098B93. Grayscale: #9A9A9A. Windows color (decimal): -625556 or 7107830. OLE color: 7107830.
HSL color Cylindrical-coordinate representation of color #F6746C: hue angle of 3.48º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6746C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 108 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.04 |
| HSL | 3.48º | 0.88% | 0.69% | - |
| HSV(B) | 3.48º | 0.56% | 0.96% | - |
| XYZ | 46.96 | 33.17 | 18.11 | - |
| YUV | 153.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 108 | 0 | 0.53 | 0.56 | 0.04 | 3.48 | 0.88 | 0.69 |
| Hex | F6 | 74 | 6C | 0 | 35 | 38 | 4 | 3 | 58 | 45 |
| Octal | 366 | 164 | 154 | 0 | 65 | 70 | 4 | 3 | 130 | 105 |
| Binary | 11110110 | 1110100 | 1101100 | 0 | 110101 | 111000 | 100 | 11 | 1011000 | 1000101 |
Color Harmonies of #F6746C
Complementary color
Monochromatic Colors of #F6746C
Black with #F6746C
Text Example
Text Example
White with #F6746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6746C; }
p { color: rgb(246,116,108); }
H1.HeaderClassName
{
color: #F6746C;
}
.AnyTagClassName
{
color: #F6746C;
}
</style>
background-color css
<style>
a { background-color: #F6746C; }
a { background-color: rgb(246,116,108); }
div.DivClassName
{
background-color: #F6746C;
}
.BgClassName
{
background-color: #F6746C;
}
</style>
border-color css
<style>
span { border-color: #F6746C; }
span { border-color: rgb(246,116,108); }
td.TdClassName
{
border-color: #F6746C;
}
.TagClassName
{
border-color: #F6746C;
}
</style>