Shades of Salmon #F5746F
Tints of Salmon #F5746F
RGB
CMYK
RGB Variations
Color information
#F5746F (or 0xF5746F) is known color: Salmon. HEX triplet: F5, 74 and 6F. RGB value is (245,116,111). Sum of RGB (Red+Green+Blue) = 245+116+111=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5746F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5746F is #0A8B90. Grayscale: #9A9A9A. Windows color (decimal): -691089 or 7304437. OLE color: 7304437.
HSL color Cylindrical-coordinate representation of color #F5746F: hue angle of 2.24º 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 #F5746F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 111 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.04 |
| HSL | 2.24º | 0.87% | 0.7% | - |
| HSV(B) | 2.24º | 0.55% | 0.96% | - |
| XYZ | 46.77 | 33.05 | 18.95 | - |
| YUV | 154 | 103.74 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 111 | 0 | 0.53 | 0.55 | 0.04 | 2.24 | 0.87 | 0.7 |
| Hex | F5 | 74 | 6F | 0 | 35 | 37 | 4 | 2 | 57 | 46 |
| Octal | 365 | 164 | 157 | 0 | 65 | 67 | 4 | 2 | 127 | 106 |
| Binary | 11110101 | 1110100 | 1101111 | 0 | 110101 | 110111 | 100 | 10 | 1010111 | 1000110 |
Color Harmonies of #F5746F
Complementary color
Monochromatic Colors of #F5746F
Black with #F5746F
Text Example
Text Example
White with #F5746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5746F; }
p { color: rgb(245,116,111); }
H1.HeaderClassName
{
color: #F5746F;
}
.AnyTagClassName
{
color: #F5746F;
}
</style>
background-color css
<style>
a { background-color: #F5746F; }
a { background-color: rgb(245,116,111); }
div.DivClassName
{
background-color: #F5746F;
}
.BgClassName
{
background-color: #F5746F;
}
</style>
border-color css
<style>
span { border-color: #F5746F; }
span { border-color: rgb(245,116,111); }
td.TdClassName
{
border-color: #F5746F;
}
.TagClassName
{
border-color: #F5746F;
}
</style>