Shades of Salmon #F6847A
Tints of Salmon #F6847A
RGB
CMYK
RGB Variations
Color information
#F6847A (or 0xF6847A) is known color: Salmon. HEX triplet: F6, 84 and 7A. RGB value is (246,132,122). Sum of RGB (Red+Green+Blue) = 246+132+122=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6847A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6847A is #097B85. Grayscale: #A5A5A5. Windows color (decimal): -621446 or 8029430. OLE color: 8029430.
HSL color Cylindrical-coordinate representation of color #F6847A: hue angle of 4.84º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6847A is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 122 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.04 |
| HSL | 4.84º | 0.87% | 0.72% | - |
| HSV(B) | 4.84º | 0.5% | 0.96% | - |
| XYZ | 49.77 | 37.5 | 23.03 | - |
| YUV | 164.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 122 | 0 | 0.46 | 0.50 | 0.04 | 4.84 | 0.87 | 0.72 |
| Hex | F6 | 84 | 7A | 0 | 2E | 32 | 4 | 5 | 57 | 48 |
| Octal | 366 | 204 | 172 | 0 | 56 | 62 | 4 | 5 | 127 | 110 |
| Binary | 11110110 | 10000100 | 1111010 | 0 | 101110 | 110010 | 100 | 101 | 1010111 | 1001000 |
Color Harmonies of #F6847A
Complementary color
Monochromatic Colors of #F6847A
Black with #F6847A
Text Example
Text Example
White with #F6847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6847A; }
p { color: rgb(246,132,122); }
H1.HeaderClassName
{
color: #F6847A;
}
.AnyTagClassName
{
color: #F6847A;
}
</style>
background-color css
<style>
a { background-color: #F6847A; }
a { background-color: rgb(246,132,122); }
div.DivClassName
{
background-color: #F6847A;
}
.BgClassName
{
background-color: #F6847A;
}
</style>
border-color css
<style>
span { border-color: #F6847A; }
span { border-color: rgb(246,132,122); }
td.TdClassName
{
border-color: #F6847A;
}
.TagClassName
{
border-color: #F6847A;
}
</style>