Shades of Salmon #F5846F
Tints of Salmon #F5846F
RGB
CMYK
RGB Variations
Color information
#F5846F (or 0xF5846F) is known color: Salmon. HEX triplet: F5, 84 and 6F. RGB value is (245,132,111). Sum of RGB (Red+Green+Blue) = 245+132+111=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5846F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5846F is #0A7B90. Grayscale: #A3A3A3. Windows color (decimal): -686993 or 7308533. OLE color: 7308533.
HSL color Cylindrical-coordinate representation of color #F5846F: hue angle of 9.4º 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 #F5846F is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 111 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.04 |
| HSL | 9.4º | 0.87% | 0.7% | - |
| HSV(B) | 9.4º | 0.55% | 0.96% | - |
| XYZ | 48.78 | 37.06 | 19.62 | - |
| YUV | 163.39 | 98.44 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 111 | 0 | 0.46 | 0.55 | 0.04 | 9.4 | 0.87 | 0.7 |
| Hex | F5 | 84 | 6F | 0 | 2E | 37 | 4 | 9 | 57 | 46 |
| Octal | 365 | 204 | 157 | 0 | 56 | 67 | 4 | 11 | 127 | 106 |
| Binary | 11110101 | 10000100 | 1101111 | 0 | 101110 | 110111 | 100 | 1001 | 1010111 | 1000110 |
Color Harmonies of #F5846F
Complementary color
Monochromatic Colors of #F5846F
Black with #F5846F
Text Example
Text Example
White with #F5846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5846F; }
p { color: rgb(245,132,111); }
H1.HeaderClassName
{
color: #F5846F;
}
.AnyTagClassName
{
color: #F5846F;
}
</style>
background-color css
<style>
a { background-color: #F5846F; }
a { background-color: rgb(245,132,111); }
div.DivClassName
{
background-color: #F5846F;
}
.BgClassName
{
background-color: #F5846F;
}
</style>
border-color css
<style>
span { border-color: #F5846F; }
span { border-color: rgb(245,132,111); }
td.TdClassName
{
border-color: #F5846F;
}
.TagClassName
{
border-color: #F5846F;
}
</style>