Shades of Salmon #F3746E
Tints of Salmon #F3746E
RGB
CMYK
RGB Variations
Color information
#F3746E (or 0xF3746E) is known color: Salmon. HEX triplet: F3, 74 and 6E. RGB value is (243,116,110). Sum of RGB (Red+Green+Blue) = 243+116+110=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F3746E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3746E is #0C8B91. Grayscale: #999999. Windows color (decimal): -822162 or 7238899. OLE color: 7238899.
HSL color Cylindrical-coordinate representation of color #F3746E: hue angle of 2.71º 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 #F3746E is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 110 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.05 |
| HSL | 2.71º | 0.85% | 0.69% | - |
| HSV(B) | 2.71º | 0.55% | 0.95% | - |
| XYZ | 46.02 | 32.67 | 18.63 | - |
| YUV | 153.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 110 | 0 | 0.52 | 0.55 | 0.05 | 2.71 | 0.85 | 0.69 |
| Hex | F3 | 74 | 6E | 0 | 34 | 37 | 5 | 3 | 55 | 45 |
| Octal | 363 | 164 | 156 | 0 | 64 | 67 | 5 | 3 | 125 | 105 |
| Binary | 11110011 | 1110100 | 1101110 | 0 | 110100 | 110111 | 101 | 11 | 1010101 | 1000101 |
Color Harmonies of #F3746E
Complementary color
Monochromatic Colors of #F3746E
Black with #F3746E
Text Example
Text Example
White with #F3746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3746E; }
p { color: rgb(243,116,110); }
H1.HeaderClassName
{
color: #F3746E;
}
.AnyTagClassName
{
color: #F3746E;
}
</style>
background-color css
<style>
a { background-color: #F3746E; }
a { background-color: rgb(243,116,110); }
div.DivClassName
{
background-color: #F3746E;
}
.BgClassName
{
background-color: #F3746E;
}
</style>
border-color css
<style>
span { border-color: #F3746E; }
span { border-color: rgb(243,116,110); }
td.TdClassName
{
border-color: #F3746E;
}
.TagClassName
{
border-color: #F3746E;
}
</style>