Shades of Salmon #F3736D
Tints of Salmon #F3736D
RGB
CMYK
RGB Variations
Color information
#F3736D (or 0xF3736D) is known color: Salmon. HEX triplet: F3, 73 and 6D. RGB value is (243,115,109). Sum of RGB (Red+Green+Blue) = 243+115+109=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F3736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3736D is #0C8C92. Grayscale: #989898. Windows color (decimal): -822419 or 7173107. OLE color: 7173107.
HSL color Cylindrical-coordinate representation of color #F3736D: hue angle of 2.69º 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 #F3736D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 109 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.05 |
| HSL | 2.69º | 0.85% | 0.69% | - |
| HSV(B) | 2.69º | 0.55% | 0.95% | - |
| XYZ | 45.85 | 32.42 | 18.31 | - |
| YUV | 152.59 | 103.41 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 109 | 0 | 0.53 | 0.55 | 0.05 | 2.69 | 0.85 | 0.69 |
| Hex | F3 | 73 | 6D | 0 | 35 | 37 | 5 | 3 | 55 | 45 |
| Octal | 363 | 163 | 155 | 0 | 65 | 67 | 5 | 3 | 125 | 105 |
| Binary | 11110011 | 1110011 | 1101101 | 0 | 110101 | 110111 | 101 | 11 | 1010101 | 1000101 |
Color Harmonies of #F3736D
Complementary color
Monochromatic Colors of #F3736D
Black with #F3736D
Text Example
Text Example
White with #F3736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3736D; }
p { color: rgb(243,115,109); }
H1.HeaderClassName
{
color: #F3736D;
}
.AnyTagClassName
{
color: #F3736D;
}
</style>
background-color css
<style>
a { background-color: #F3736D; }
a { background-color: rgb(243,115,109); }
div.DivClassName
{
background-color: #F3736D;
}
.BgClassName
{
background-color: #F3736D;
}
</style>
border-color css
<style>
span { border-color: #F3736D; }
span { border-color: rgb(243,115,109); }
td.TdClassName
{
border-color: #F3736D;
}
.TagClassName
{
border-color: #F3736D;
}
</style>