Shades of Salmon #F0846D
Tints of Salmon #F0846D
RGB
CMYK
RGB Variations
Color information
#F0846D (or 0xF0846D) is known color: Salmon. HEX triplet: F0, 84 and 6D. RGB value is (240,132,109). Sum of RGB (Red+Green+Blue) = 240+132+109=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0846D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0846D is #0F7B92. Grayscale: #A1A1A1. Windows color (decimal): -1014675 or 7177456. OLE color: 7177456.
HSL color Cylindrical-coordinate representation of color #F0846D: hue angle of 10.53º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0846D is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 109 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.06 |
| HSL | 10.53º | 0.81% | 0.68% | - |
| HSV(B) | 10.53º | 0.55% | 0.94% | - |
| XYZ | 46.95 | 36.13 | 18.97 | - |
| YUV | 161.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 109 | 0 | 0.45 | 0.55 | 0.06 | 10.53 | 0.81 | 0.68 |
| Hex | F0 | 84 | 6D | 0 | 2D | 37 | 6 | B | 51 | 44 |
| Octal | 360 | 204 | 155 | 0 | 55 | 67 | 6 | 13 | 121 | 104 |
| Binary | 11110000 | 10000100 | 1101101 | 0 | 101101 | 110111 | 110 | 1011 | 1010001 | 1000100 |
Color Harmonies of #F0846D
Complementary color
Monochromatic Colors of #F0846D
Black with #F0846D
Text Example
Text Example
White with #F0846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0846D; }
p { color: rgb(240,132,109); }
H1.HeaderClassName
{
color: #F0846D;
}
.AnyTagClassName
{
color: #F0846D;
}
</style>
background-color css
<style>
a { background-color: #F0846D; }
a { background-color: rgb(240,132,109); }
div.DivClassName
{
background-color: #F0846D;
}
.BgClassName
{
background-color: #F0846D;
}
</style>
border-color css
<style>
span { border-color: #F0846D; }
span { border-color: rgb(240,132,109); }
td.TdClassName
{
border-color: #F0846D;
}
.TagClassName
{
border-color: #F0846D;
}
</style>