Shades of Salmon #F4846D
Tints of Salmon #F4846D
RGB
CMYK
RGB Variations
Color information
#F4846D (or 0xF4846D) is known color: Salmon. HEX triplet: F4, 84 and 6D. RGB value is (244,132,109). Sum of RGB (Red+Green+Blue) = 244+132+109=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F4846D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4846D is #0B7B92. Grayscale: #A3A3A3. Windows color (decimal): -752531 or 7177460. OLE color: 7177460.
HSL color Cylindrical-coordinate representation of color #F4846D: hue angle of 10.22º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4846D is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 109 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.04 |
| HSL | 10.22º | 0.86% | 0.69% | - |
| HSV(B) | 10.22º | 0.55% | 0.96% | - |
| XYZ | 48.32 | 36.84 | 19.03 | - |
| YUV | 162.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 109 | 0 | 0.46 | 0.55 | 0.04 | 10.22 | 0.86 | 0.69 |
| Hex | F4 | 84 | 6D | 0 | 2E | 37 | 4 | A | 56 | 45 |
| Octal | 364 | 204 | 155 | 0 | 56 | 67 | 4 | 12 | 126 | 105 |
| Binary | 11110100 | 10000100 | 1101101 | 0 | 101110 | 110111 | 100 | 1010 | 1010110 | 1000101 |
Color Harmonies of #F4846D
Complementary color
Monochromatic Colors of #F4846D
Black with #F4846D
Text Example
Text Example
White with #F4846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4846D; }
p { color: rgb(244,132,109); }
H1.HeaderClassName
{
color: #F4846D;
}
.AnyTagClassName
{
color: #F4846D;
}
</style>
background-color css
<style>
a { background-color: #F4846D; }
a { background-color: rgb(244,132,109); }
div.DivClassName
{
background-color: #F4846D;
}
.BgClassName
{
background-color: #F4846D;
}
</style>
border-color css
<style>
span { border-color: #F4846D; }
span { border-color: rgb(244,132,109); }
td.TdClassName
{
border-color: #F4846D;
}
.TagClassName
{
border-color: #F4846D;
}
</style>