Shades of Salmon #F3756D
Tints of Salmon #F3756D
RGB
CMYK
RGB Variations
Color information
#F3756D (or 0xF3756D) is known color: Salmon. HEX triplet: F3, 75 and 6D. RGB value is (243,117,109). Sum of RGB (Red+Green+Blue) = 243+117+109=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F3756D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3756D is #0C8A92. Grayscale: #999999. Windows color (decimal): -821907 or 7173619. OLE color: 7173619.
HSL color Cylindrical-coordinate representation of color #F3756D: hue angle of 3.58º 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 #F3756D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 109 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.05 |
| HSL | 3.58º | 0.85% | 0.69% | - |
| HSV(B) | 3.58º | 0.55% | 0.95% | - |
| XYZ | 46.08 | 32.88 | 18.39 | - |
| YUV | 153.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 109 | 0 | 0.52 | 0.55 | 0.05 | 3.58 | 0.85 | 0.69 |
| Hex | F3 | 75 | 6D | 0 | 34 | 37 | 5 | 4 | 55 | 45 |
| Octal | 363 | 165 | 155 | 0 | 64 | 67 | 5 | 4 | 125 | 105 |
| Binary | 11110011 | 1110101 | 1101101 | 0 | 110100 | 110111 | 101 | 100 | 1010101 | 1000101 |
Color Harmonies of #F3756D
Complementary color
Monochromatic Colors of #F3756D
Black with #F3756D
Text Example
Text Example
White with #F3756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3756D; }
p { color: rgb(243,117,109); }
H1.HeaderClassName
{
color: #F3756D;
}
.AnyTagClassName
{
color: #F3756D;
}
</style>
background-color css
<style>
a { background-color: #F3756D; }
a { background-color: rgb(243,117,109); }
div.DivClassName
{
background-color: #F3756D;
}
.BgClassName
{
background-color: #F3756D;
}
</style>
border-color css
<style>
span { border-color: #F3756D; }
span { border-color: rgb(243,117,109); }
td.TdClassName
{
border-color: #F3756D;
}
.TagClassName
{
border-color: #F3756D;
}
</style>