Shades of Salmon #F8846D
Tints of Salmon #F8846D
RGB
CMYK
RGB Variations
Color information
#F8846D (or 0xF8846D) is known color: Salmon. HEX triplet: F8, 84 and 6D. RGB value is (248,132,109). Sum of RGB (Red+Green+Blue) = 248+132+109=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8846D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8846D is #077B92. Grayscale: #A4A4A4. Windows color (decimal): -490387 or 7177464. OLE color: 7177464.
HSL color Cylindrical-coordinate representation of color #F8846D: hue angle of 9.93º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8846D is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 109 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.03 |
| HSL | 9.93º | 0.91% | 0.7% | - |
| HSV(B) | 9.93º | 0.56% | 0.97% | - |
| XYZ | 49.72 | 37.56 | 19.1 | - |
| YUV | 164.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 109 | 0 | 0.47 | 0.56 | 0.03 | 9.93 | 0.91 | 0.7 |
| Hex | F8 | 84 | 6D | 0 | 2F | 38 | 3 | A | 5B | 46 |
| Octal | 370 | 204 | 155 | 0 | 57 | 70 | 3 | 12 | 133 | 106 |
| Binary | 11111000 | 10000100 | 1101101 | 0 | 101111 | 111000 | 11 | 1010 | 1011011 | 1000110 |
Color Harmonies of #F8846D
Complementary color
Monochromatic Colors of #F8846D
Black with #F8846D
Text Example
Text Example
White with #F8846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8846D; }
p { color: rgb(248,132,109); }
H1.HeaderClassName
{
color: #F8846D;
}
.AnyTagClassName
{
color: #F8846D;
}
</style>
background-color css
<style>
a { background-color: #F8846D; }
a { background-color: rgb(248,132,109); }
div.DivClassName
{
background-color: #F8846D;
}
.BgClassName
{
background-color: #F8846D;
}
</style>
border-color css
<style>
span { border-color: #F8846D; }
span { border-color: rgb(248,132,109); }
td.TdClassName
{
border-color: #F8846D;
}
.TagClassName
{
border-color: #F8846D;
}
</style>