Shades of Salmon #F0846B
Tints of Salmon #F0846B
RGB
CMYK
RGB Variations
Color information
#F0846B (or 0xF0846B) is known color: Salmon. HEX triplet: F0, 84 and 6B. RGB value is (240,132,107). Sum of RGB (Red+Green+Blue) = 240+132+107=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0846B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0846B is #0F7B94. Grayscale: #A1A1A1. Windows color (decimal): -1014677 or 7046384. OLE color: 7046384.
HSL color Cylindrical-coordinate representation of color #F0846B: hue angle of 11.28º degrees, saturation: 0.82, 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 #F0846B is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 107 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.06 |
| HSL | 11.28º | 0.82% | 0.68% | - |
| HSV(B) | 11.28º | 0.55% | 0.94% | - |
| XYZ | 46.84 | 36.09 | 18.41 | - |
| YUV | 161.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 107 | 0 | 0.45 | 0.55 | 0.06 | 11.28 | 0.82 | 0.68 |
| Hex | F0 | 84 | 6B | 0 | 2D | 37 | 6 | B | 52 | 44 |
| Octal | 360 | 204 | 153 | 0 | 55 | 67 | 6 | 13 | 122 | 104 |
| Binary | 11110000 | 10000100 | 1101011 | 0 | 101101 | 110111 | 110 | 1011 | 1010010 | 1000100 |
Color Harmonies of #F0846B
Complementary color
Monochromatic Colors of #F0846B
Black with #F0846B
Text Example
Text Example
White with #F0846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0846B; }
p { color: rgb(240,132,107); }
H1.HeaderClassName
{
color: #F0846B;
}
.AnyTagClassName
{
color: #F0846B;
}
</style>
background-color css
<style>
a { background-color: #F0846B; }
a { background-color: rgb(240,132,107); }
div.DivClassName
{
background-color: #F0846B;
}
.BgClassName
{
background-color: #F0846B;
}
</style>
border-color css
<style>
span { border-color: #F0846B; }
span { border-color: rgb(240,132,107); }
td.TdClassName
{
border-color: #F0846B;
}
.TagClassName
{
border-color: #F0846B;
}
</style>