Shades of Salmon #F5736D
Tints of Salmon #F5736D
RGB
CMYK
RGB Variations
Color information
#F5736D (or 0xF5736D) is known color: Salmon. HEX triplet: F5, 73 and 6D. RGB value is (245,115,109). Sum of RGB (Red+Green+Blue) = 245+115+109=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5736D is #0A8C92. Grayscale: #999999. Windows color (decimal): -691347 or 7173109. OLE color: 7173109.
HSL color Cylindrical-coordinate representation of color #F5736D: hue angle of 2.65º 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 #F5736D is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 109 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.04 |
| HSL | 2.65º | 0.87% | 0.69% | - |
| HSV(B) | 2.65º | 0.56% | 0.96% | - |
| XYZ | 46.55 | 32.78 | 18.34 | - |
| YUV | 153.19 | 103.07 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 109 | 0 | 0.53 | 0.56 | 0.04 | 2.65 | 0.87 | 0.69 |
| Hex | F5 | 73 | 6D | 0 | 35 | 38 | 4 | 3 | 57 | 45 |
| Octal | 365 | 163 | 155 | 0 | 65 | 70 | 4 | 3 | 127 | 105 |
| Binary | 11110101 | 1110011 | 1101101 | 0 | 110101 | 111000 | 100 | 11 | 1010111 | 1000101 |
Color Harmonies of #F5736D
Complementary color
Monochromatic Colors of #F5736D
Black with #F5736D
Text Example
Text Example
White with #F5736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5736D; }
p { color: rgb(245,115,109); }
H1.HeaderClassName
{
color: #F5736D;
}
.AnyTagClassName
{
color: #F5736D;
}
</style>
background-color css
<style>
a { background-color: #F5736D; }
a { background-color: rgb(245,115,109); }
div.DivClassName
{
background-color: #F5736D;
}
.BgClassName
{
background-color: #F5736D;
}
</style>
border-color css
<style>
span { border-color: #F5736D; }
span { border-color: rgb(245,115,109); }
td.TdClassName
{
border-color: #F5736D;
}
.TagClassName
{
border-color: #F5736D;
}
</style>