Shades of Salmon #F2846D
Tints of Salmon #F2846D
RGB
CMYK
RGB Variations
Color information
#F2846D (or 0xF2846D) is known color: Salmon. HEX triplet: F2, 84 and 6D. RGB value is (242,132,109). Sum of RGB (Red+Green+Blue) = 242+132+109=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2846D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2846D is #0D7B92. Grayscale: #A2A2A2. Windows color (decimal): -883603 or 7177458. OLE color: 7177458.
HSL color Cylindrical-coordinate representation of color #F2846D: hue angle of 10.38º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2846D is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 109 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.05 |
| HSL | 10.38º | 0.84% | 0.69% | - |
| HSV(B) | 10.38º | 0.55% | 0.95% | - |
| XYZ | 47.63 | 36.48 | 19 | - |
| YUV | 162.27 | 97.94 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 109 | 0 | 0.45 | 0.55 | 0.05 | 10.38 | 0.84 | 0.69 |
| Hex | F2 | 84 | 6D | 0 | 2D | 37 | 5 | A | 54 | 45 |
| Octal | 362 | 204 | 155 | 0 | 55 | 67 | 5 | 12 | 124 | 105 |
| Binary | 11110010 | 10000100 | 1101101 | 0 | 101101 | 110111 | 101 | 1010 | 1010100 | 1000101 |
Color Harmonies of #F2846D
Complementary color
Monochromatic Colors of #F2846D
Black with #F2846D
Text Example
Text Example
White with #F2846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2846D; }
p { color: rgb(242,132,109); }
H1.HeaderClassName
{
color: #F2846D;
}
.AnyTagClassName
{
color: #F2846D;
}
</style>
background-color css
<style>
a { background-color: #F2846D; }
a { background-color: rgb(242,132,109); }
div.DivClassName
{
background-color: #F2846D;
}
.BgClassName
{
background-color: #F2846D;
}
</style>
border-color css
<style>
span { border-color: #F2846D; }
span { border-color: rgb(242,132,109); }
td.TdClassName
{
border-color: #F2846D;
}
.TagClassName
{
border-color: #F2846D;
}
</style>