Shades of Salmon #F5846E
Tints of Salmon #F5846E
RGB
CMYK
RGB Variations
Color information
#F5846E (or 0xF5846E) is known color: Salmon. HEX triplet: F5, 84 and 6E. RGB value is (245,132,110). Sum of RGB (Red+Green+Blue) = 245+132+110=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5846E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5846E is #0A7B91. Grayscale: #A3A3A3. Windows color (decimal): -686994 or 7242997. OLE color: 7242997.
HSL color Cylindrical-coordinate representation of color #F5846E: hue angle of 9.78º 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 #F5846E is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 110 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.04 |
| HSL | 9.78º | 0.87% | 0.7% | - |
| HSV(B) | 9.78º | 0.55% | 0.96% | - |
| XYZ | 48.72 | 37.04 | 19.33 | - |
| YUV | 163.28 | 97.94 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 110 | 0 | 0.46 | 0.55 | 0.04 | 9.78 | 0.87 | 0.7 |
| Hex | F5 | 84 | 6E | 0 | 2E | 37 | 4 | A | 57 | 46 |
| Octal | 365 | 204 | 156 | 0 | 56 | 67 | 4 | 12 | 127 | 106 |
| Binary | 11110101 | 10000100 | 1101110 | 0 | 101110 | 110111 | 100 | 1010 | 1010111 | 1000110 |
Color Harmonies of #F5846E
Complementary color
Monochromatic Colors of #F5846E
Black with #F5846E
Text Example
Text Example
White with #F5846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5846E; }
p { color: rgb(245,132,110); }
H1.HeaderClassName
{
color: #F5846E;
}
.AnyTagClassName
{
color: #F5846E;
}
</style>
background-color css
<style>
a { background-color: #F5846E; }
a { background-color: rgb(245,132,110); }
div.DivClassName
{
background-color: #F5846E;
}
.BgClassName
{
background-color: #F5846E;
}
</style>
border-color css
<style>
span { border-color: #F5846E; }
span { border-color: rgb(245,132,110); }
td.TdClassName
{
border-color: #F5846E;
}
.TagClassName
{
border-color: #F5846E;
}
</style>