Shades of Salmon #F6736F
Tints of Salmon #F6736F
RGB
CMYK
RGB Variations
Color information
#F6736F (or 0xF6736F) is known color: Salmon. HEX triplet: F6, 73 and 6F. RGB value is (246,115,111). Sum of RGB (Red+Green+Blue) = 246+115+111=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6736F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6736F is #098C90. Grayscale: #999999. Windows color (decimal): -625809 or 7304182. OLE color: 7304182.
HSL color Cylindrical-coordinate representation of color #F6736F: hue angle of 1.78º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F6736F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 111 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.04 |
| HSL | 1.78º | 0.88% | 0.7% | - |
| HSV(B) | 1.78º | 0.55% | 0.96% | - |
| XYZ | 47.01 | 33 | 18.93 | - |
| YUV | 153.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 111 | 0 | 0.53 | 0.55 | 0.04 | 1.78 | 0.88 | 0.7 |
| Hex | F6 | 73 | 6F | 0 | 35 | 37 | 4 | 2 | 58 | 46 |
| Octal | 366 | 163 | 157 | 0 | 65 | 67 | 4 | 2 | 130 | 106 |
| Binary | 11110110 | 1110011 | 1101111 | 0 | 110101 | 110111 | 100 | 10 | 1011000 | 1000110 |
Color Harmonies of #F6736F
Complementary color
Monochromatic Colors of #F6736F
Black with #F6736F
Text Example
Text Example
White with #F6736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6736F; }
p { color: rgb(246,115,111); }
H1.HeaderClassName
{
color: #F6736F;
}
.AnyTagClassName
{
color: #F6736F;
}
</style>
background-color css
<style>
a { background-color: #F6736F; }
a { background-color: rgb(246,115,111); }
div.DivClassName
{
background-color: #F6736F;
}
.BgClassName
{
background-color: #F6736F;
}
</style>
border-color css
<style>
span { border-color: #F6736F; }
span { border-color: rgb(246,115,111); }
td.TdClassName
{
border-color: #F6736F;
}
.TagClassName
{
border-color: #F6736F;
}
</style>