Shades of Salmon #F2846B
Tints of Salmon #F2846B
RGB
CMYK
RGB Variations
Color information
#F2846B (or 0xF2846B) is known color: Salmon. HEX triplet: F2, 84 and 6B. RGB value is (242,132,107). Sum of RGB (Red+Green+Blue) = 242+132+107=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2846B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2846B is #0D7B94. Grayscale: #A2A2A2. Windows color (decimal): -883605 or 7046386. OLE color: 7046386.
HSL color Cylindrical-coordinate representation of color #F2846B: hue angle of 11.11º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2846B is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 107 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.05 |
| HSL | 11.11º | 0.84% | 0.68% | - |
| HSV(B) | 11.11º | 0.56% | 0.95% | - |
| XYZ | 47.52 | 36.44 | 18.44 | - |
| YUV | 162.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 107 | 0 | 0.45 | 0.56 | 0.05 | 11.11 | 0.84 | 0.68 |
| Hex | F2 | 84 | 6B | 0 | 2D | 38 | 5 | B | 54 | 44 |
| Octal | 362 | 204 | 153 | 0 | 55 | 70 | 5 | 13 | 124 | 104 |
| Binary | 11110010 | 10000100 | 1101011 | 0 | 101101 | 111000 | 101 | 1011 | 1010100 | 1000100 |
Color Harmonies of #F2846B
Complementary color
Monochromatic Colors of #F2846B
Black with #F2846B
Text Example
Text Example
White with #F2846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2846B; }
p { color: rgb(242,132,107); }
H1.HeaderClassName
{
color: #F2846B;
}
.AnyTagClassName
{
color: #F2846B;
}
</style>
background-color css
<style>
a { background-color: #F2846B; }
a { background-color: rgb(242,132,107); }
div.DivClassName
{
background-color: #F2846B;
}
.BgClassName
{
background-color: #F2846B;
}
</style>
border-color css
<style>
span { border-color: #F2846B; }
span { border-color: rgb(242,132,107); }
td.TdClassName
{
border-color: #F2846B;
}
.TagClassName
{
border-color: #F2846B;
}
</style>