Shades of Salmon #F6736C
Tints of Salmon #F6736C
RGB
CMYK
RGB Variations
Color information
#F6736C (or 0xF6736C) is known color: Salmon. HEX triplet: F6, 73 and 6C. RGB value is (246,115,108). Sum of RGB (Red+Green+Blue) = 246+115+108=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6736C is #098C93. Grayscale: #999999. Windows color (decimal): -625812 or 7107574. OLE color: 7107574.
HSL color Cylindrical-coordinate representation of color #F6736C: hue angle of 3.04º 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 #F6736C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 108 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.04 |
| HSL | 3.04º | 0.88% | 0.69% | - |
| HSV(B) | 3.04º | 0.56% | 0.96% | - |
| XYZ | 46.84 | 32.94 | 18.08 | - |
| YUV | 153.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 108 | 0 | 0.53 | 0.56 | 0.04 | 3.04 | 0.88 | 0.69 |
| Hex | F6 | 73 | 6C | 0 | 35 | 38 | 4 | 3 | 58 | 45 |
| Octal | 366 | 163 | 154 | 0 | 65 | 70 | 4 | 3 | 130 | 105 |
| Binary | 11110110 | 1110011 | 1101100 | 0 | 110101 | 111000 | 100 | 11 | 1011000 | 1000101 |
Color Harmonies of #F6736C
Complementary color
Monochromatic Colors of #F6736C
Black with #F6736C
Text Example
Text Example
White with #F6736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6736C; }
p { color: rgb(246,115,108); }
H1.HeaderClassName
{
color: #F6736C;
}
.AnyTagClassName
{
color: #F6736C;
}
</style>
background-color css
<style>
a { background-color: #F6736C; }
a { background-color: rgb(246,115,108); }
div.DivClassName
{
background-color: #F6736C;
}
.BgClassName
{
background-color: #F6736C;
}
</style>
border-color css
<style>
span { border-color: #F6736C; }
span { border-color: rgb(246,115,108); }
td.TdClassName
{
border-color: #F6736C;
}
.TagClassName
{
border-color: #F6736C;
}
</style>