Shades of Salmon #F3796D
Tints of Salmon #F3796D
RGB
CMYK
RGB Variations
Color information
#F3796D (or 0xF3796D) is known color: Salmon. HEX triplet: F3, 79 and 6D. RGB value is (243,121,109). Sum of RGB (Red+Green+Blue) = 243+121+109=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F3796D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3796D is #0C8692. Grayscale: #9C9C9C. Windows color (decimal): -820883 or 7174643. OLE color: 7174643.
HSL color Cylindrical-coordinate representation of color #F3796D: hue angle of 5.37º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3796D is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 109 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.05 |
| HSL | 5.37º | 0.85% | 0.69% | - |
| HSV(B) | 5.37º | 0.55% | 0.95% | - |
| XYZ | 46.56 | 33.83 | 18.54 | - |
| YUV | 156.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 109 | 0 | 0.50 | 0.55 | 0.05 | 5.37 | 0.85 | 0.69 |
| Hex | F3 | 79 | 6D | 0 | 32 | 37 | 5 | 5 | 55 | 45 |
| Octal | 363 | 171 | 155 | 0 | 62 | 67 | 5 | 5 | 125 | 105 |
| Binary | 11110011 | 1111001 | 1101101 | 0 | 110010 | 110111 | 101 | 101 | 1010101 | 1000101 |
Color Harmonies of #F3796D
Complementary color
Monochromatic Colors of #F3796D
Black with #F3796D
Text Example
Text Example
White with #F3796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3796D; }
p { color: rgb(243,121,109); }
H1.HeaderClassName
{
color: #F3796D;
}
.AnyTagClassName
{
color: #F3796D;
}
</style>
background-color css
<style>
a { background-color: #F3796D; }
a { background-color: rgb(243,121,109); }
div.DivClassName
{
background-color: #F3796D;
}
.BgClassName
{
background-color: #F3796D;
}
</style>
border-color css
<style>
span { border-color: #F3796D; }
span { border-color: rgb(243,121,109); }
td.TdClassName
{
border-color: #F3796D;
}
.TagClassName
{
border-color: #F3796D;
}
</style>