Shades of Salmon #F8846F
Tints of Salmon #F8846F
RGB
CMYK
RGB Variations
Color information
#F8846F (or 0xF8846F) is known color: Salmon. HEX triplet: F8, 84 and 6F. RGB value is (248,132,111). Sum of RGB (Red+Green+Blue) = 248+132+111=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8846F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8846F is #077B90. Grayscale: #A4A4A4. Windows color (decimal): -490385 or 7308536. OLE color: 7308536.
HSL color Cylindrical-coordinate representation of color #F8846F: hue angle of 9.2º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8846F is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 111 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.03 |
| HSL | 9.2º | 0.91% | 0.7% | - |
| HSV(B) | 9.2º | 0.55% | 0.97% | - |
| XYZ | 49.83 | 37.61 | 19.67 | - |
| YUV | 164.29 | 97.93 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 111 | 0 | 0.47 | 0.55 | 0.03 | 9.2 | 0.91 | 0.7 |
| Hex | F8 | 84 | 6F | 0 | 2F | 37 | 3 | 9 | 5B | 46 |
| Octal | 370 | 204 | 157 | 0 | 57 | 67 | 3 | 11 | 133 | 106 |
| Binary | 11111000 | 10000100 | 1101111 | 0 | 101111 | 110111 | 11 | 1001 | 1011011 | 1000110 |
Color Harmonies of #F8846F
Complementary color
Monochromatic Colors of #F8846F
Black with #F8846F
Text Example
Text Example
White with #F8846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8846F; }
p { color: rgb(248,132,111); }
H1.HeaderClassName
{
color: #F8846F;
}
.AnyTagClassName
{
color: #F8846F;
}
</style>
background-color css
<style>
a { background-color: #F8846F; }
a { background-color: rgb(248,132,111); }
div.DivClassName
{
background-color: #F8846F;
}
.BgClassName
{
background-color: #F8846F;
}
</style>
border-color css
<style>
span { border-color: #F8846F; }
span { border-color: rgb(248,132,111); }
td.TdClassName
{
border-color: #F8846F;
}
.TagClassName
{
border-color: #F8846F;
}
</style>