Shades of Salmon #F7846F
Tints of Salmon #F7846F
RGB
CMYK
RGB Variations
Color information
#F7846F (or 0xF7846F) is known color: Salmon. HEX triplet: F7, 84 and 6F. RGB value is (247,132,111). Sum of RGB (Red+Green+Blue) = 247+132+111=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7846F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7846F is #087B90. Grayscale: #A4A4A4. Windows color (decimal): -555921 or 7308535. OLE color: 7308535.
HSL color Cylindrical-coordinate representation of color #F7846F: hue angle of 9.26º degrees, saturation: 0.89, 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 #F7846F is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 111 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.03 |
| HSL | 9.26º | 0.89% | 0.7% | - |
| HSV(B) | 9.26º | 0.55% | 0.97% | - |
| XYZ | 49.48 | 37.42 | 19.65 | - |
| YUV | 163.99 | 98.1 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 111 | 0 | 0.47 | 0.55 | 0.03 | 9.26 | 0.89 | 0.7 |
| Hex | F7 | 84 | 6F | 0 | 2F | 37 | 3 | 9 | 59 | 46 |
| Octal | 367 | 204 | 157 | 0 | 57 | 67 | 3 | 11 | 131 | 106 |
| Binary | 11110111 | 10000100 | 1101111 | 0 | 101111 | 110111 | 11 | 1001 | 1011001 | 1000110 |
Color Harmonies of #F7846F
Complementary color
Monochromatic Colors of #F7846F
Black with #F7846F
Text Example
Text Example
White with #F7846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7846F; }
p { color: rgb(247,132,111); }
H1.HeaderClassName
{
color: #F7846F;
}
.AnyTagClassName
{
color: #F7846F;
}
</style>
background-color css
<style>
a { background-color: #F7846F; }
a { background-color: rgb(247,132,111); }
div.DivClassName
{
background-color: #F7846F;
}
.BgClassName
{
background-color: #F7846F;
}
</style>
border-color css
<style>
span { border-color: #F7846F; }
span { border-color: rgb(247,132,111); }
td.TdClassName
{
border-color: #F7846F;
}
.TagClassName
{
border-color: #F7846F;
}
</style>