Shades of Salmon #F3746D
Tints of Salmon #F3746D
RGB
CMYK
RGB Variations
Color information
#F3746D (or 0xF3746D) is known color: Salmon. HEX triplet: F3, 74 and 6D. RGB value is (243,116,109). Sum of RGB (Red+Green+Blue) = 243+116+109=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F3746D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3746D is #0C8B92. Grayscale: #999999. Windows color (decimal): -822163 or 7173363. OLE color: 7173363.
HSL color Cylindrical-coordinate representation of color #F3746D: hue angle of 3.13º 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 #F3746D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 109 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.05 |
| HSL | 3.13º | 0.85% | 0.69% | - |
| HSV(B) | 3.13º | 0.55% | 0.95% | - |
| XYZ | 45.97 | 32.65 | 18.35 | - |
| YUV | 153.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 109 | 0 | 0.52 | 0.55 | 0.05 | 3.13 | 0.85 | 0.69 |
| Hex | F3 | 74 | 6D | 0 | 34 | 37 | 5 | 3 | 55 | 45 |
| Octal | 363 | 164 | 155 | 0 | 64 | 67 | 5 | 3 | 125 | 105 |
| Binary | 11110011 | 1110100 | 1101101 | 0 | 110100 | 110111 | 101 | 11 | 1010101 | 1000101 |
Color Harmonies of #F3746D
Complementary color
Monochromatic Colors of #F3746D
Black with #F3746D
Text Example
Text Example
White with #F3746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3746D; }
p { color: rgb(243,116,109); }
H1.HeaderClassName
{
color: #F3746D;
}
.AnyTagClassName
{
color: #F3746D;
}
</style>
background-color css
<style>
a { background-color: #F3746D; }
a { background-color: rgb(243,116,109); }
div.DivClassName
{
background-color: #F3746D;
}
.BgClassName
{
background-color: #F3746D;
}
</style>
border-color css
<style>
span { border-color: #F3746D; }
span { border-color: rgb(243,116,109); }
td.TdClassName
{
border-color: #F3746D;
}
.TagClassName
{
border-color: #F3746D;
}
</style>