Shades of Salmon #F5736F
Tints of Salmon #F5736F
RGB
CMYK
RGB Variations
Color information
#F5736F (or 0xF5736F) is known color: Salmon. HEX triplet: F5, 73 and 6F. RGB value is (245,115,111). Sum of RGB (Red+Green+Blue) = 245+115+111=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5736F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5736F is #0A8C90. Grayscale: #999999. Windows color (decimal): -691345 or 7304181. OLE color: 7304181.
HSL color Cylindrical-coordinate representation of color #F5736F: hue angle of 1.79º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5736F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 111 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.04 |
| HSL | 1.79º | 0.87% | 0.7% | - |
| HSV(B) | 1.79º | 0.55% | 0.96% | - |
| XYZ | 46.66 | 32.82 | 18.92 | - |
| YUV | 153.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 111 | 0 | 0.53 | 0.55 | 0.04 | 1.79 | 0.87 | 0.7 |
| Hex | F5 | 73 | 6F | 0 | 35 | 37 | 4 | 2 | 57 | 46 |
| Octal | 365 | 163 | 157 | 0 | 65 | 67 | 4 | 2 | 127 | 106 |
| Binary | 11110101 | 1110011 | 1101111 | 0 | 110101 | 110111 | 100 | 10 | 1010111 | 1000110 |
Color Harmonies of #F5736F
Complementary color
Monochromatic Colors of #F5736F
Black with #F5736F
Text Example
Text Example
White with #F5736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5736F; }
p { color: rgb(245,115,111); }
H1.HeaderClassName
{
color: #F5736F;
}
.AnyTagClassName
{
color: #F5736F;
}
</style>
background-color css
<style>
a { background-color: #F5736F; }
a { background-color: rgb(245,115,111); }
div.DivClassName
{
background-color: #F5736F;
}
.BgClassName
{
background-color: #F5736F;
}
</style>
border-color css
<style>
span { border-color: #F5736F; }
span { border-color: rgb(245,115,111); }
td.TdClassName
{
border-color: #F5736F;
}
.TagClassName
{
border-color: #F5736F;
}
</style>