Shades of Salmon #F5746D
Tints of Salmon #F5746D
RGB
CMYK
RGB Variations
Color information
#F5746D (or 0xF5746D) is known color: Salmon. HEX triplet: F5, 74 and 6D. RGB value is (245,116,109). Sum of RGB (Red+Green+Blue) = 245+116+109=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5746D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5746D is #0A8B92. Grayscale: #999999. Windows color (decimal): -691091 or 7173365. OLE color: 7173365.
HSL color Cylindrical-coordinate representation of color #F5746D: hue angle of 3.09º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5746D is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 109 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.04 |
| HSL | 3.09º | 0.87% | 0.69% | - |
| HSV(B) | 3.09º | 0.56% | 0.96% | - |
| XYZ | 46.66 | 33.01 | 18.38 | - |
| YUV | 153.77 | 102.74 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 109 | 0 | 0.53 | 0.56 | 0.04 | 3.09 | 0.87 | 0.69 |
| Hex | F5 | 74 | 6D | 0 | 35 | 38 | 4 | 3 | 57 | 45 |
| Octal | 365 | 164 | 155 | 0 | 65 | 70 | 4 | 3 | 127 | 105 |
| Binary | 11110101 | 1110100 | 1101101 | 0 | 110101 | 111000 | 100 | 11 | 1010111 | 1000101 |
Color Harmonies of #F5746D
Complementary color
Monochromatic Colors of #F5746D
Black with #F5746D
Text Example
Text Example
White with #F5746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5746D; }
p { color: rgb(245,116,109); }
H1.HeaderClassName
{
color: #F5746D;
}
.AnyTagClassName
{
color: #F5746D;
}
</style>
background-color css
<style>
a { background-color: #F5746D; }
a { background-color: rgb(245,116,109); }
div.DivClassName
{
background-color: #F5746D;
}
.BgClassName
{
background-color: #F5746D;
}
</style>
border-color css
<style>
span { border-color: #F5746D; }
span { border-color: rgb(245,116,109); }
td.TdClassName
{
border-color: #F5746D;
}
.TagClassName
{
border-color: #F5746D;
}
</style>