Shades of Salmon #F5846D
Tints of Salmon #F5846D
RGB
CMYK
RGB Variations
Color information
#F5846D (or 0xF5846D) is known color: Salmon. HEX triplet: F5, 84 and 6D. RGB value is (245,132,109). Sum of RGB (Red+Green+Blue) = 245+132+109=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5846D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5846D is #0A7B92. Grayscale: #A3A3A3. Windows color (decimal): -686995 or 7177461. OLE color: 7177461.
HSL color Cylindrical-coordinate representation of color #F5846D: hue angle of 10.15º 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 #F5846D is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 109 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.04 |
| HSL | 10.15º | 0.87% | 0.69% | - |
| HSV(B) | 10.15º | 0.56% | 0.96% | - |
| XYZ | 48.67 | 37.02 | 19.05 | - |
| YUV | 163.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 109 | 0 | 0.46 | 0.56 | 0.04 | 10.15 | 0.87 | 0.69 |
| Hex | F5 | 84 | 6D | 0 | 2E | 38 | 4 | A | 57 | 45 |
| Octal | 365 | 204 | 155 | 0 | 56 | 70 | 4 | 12 | 127 | 105 |
| Binary | 11110101 | 10000100 | 1101101 | 0 | 101110 | 111000 | 100 | 1010 | 1010111 | 1000101 |
Color Harmonies of #F5846D
Complementary color
Monochromatic Colors of #F5846D
Black with #F5846D
Text Example
Text Example
White with #F5846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5846D; }
p { color: rgb(245,132,109); }
H1.HeaderClassName
{
color: #F5846D;
}
.AnyTagClassName
{
color: #F5846D;
}
</style>
background-color css
<style>
a { background-color: #F5846D; }
a { background-color: rgb(245,132,109); }
div.DivClassName
{
background-color: #F5846D;
}
.BgClassName
{
background-color: #F5846D;
}
</style>
border-color css
<style>
span { border-color: #F5846D; }
span { border-color: rgb(245,132,109); }
td.TdClassName
{
border-color: #F5846D;
}
.TagClassName
{
border-color: #F5846D;
}
</style>