Shades of Salmon #F6887A
Tints of Salmon #F6887A
RGB
CMYK
RGB Variations
Color information
#F6887A (or 0xF6887A) is known color: Salmon. HEX triplet: F6, 88 and 7A. RGB value is (246,136,122). Sum of RGB (Red+Green+Blue) = 246+136+122=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F6887A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6887A is #097785. Grayscale: #A7A7A7. Windows color (decimal): -620422 or 8030454. OLE color: 8030454.
HSL color Cylindrical-coordinate representation of color #F6887A: hue angle of 6.77º 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 #F6887A is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 122 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.04 |
| HSL | 6.77º | 0.87% | 0.72% | - |
| HSV(B) | 6.77º | 0.5% | 0.96% | - |
| XYZ | 50.32 | 38.61 | 23.21 | - |
| YUV | 167.29 | 102.44 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 122 | 0 | 0.45 | 0.50 | 0.04 | 6.77 | 0.87 | 0.72 |
| Hex | F6 | 88 | 7A | 0 | 2D | 32 | 4 | 7 | 57 | 48 |
| Octal | 366 | 210 | 172 | 0 | 55 | 62 | 4 | 7 | 127 | 110 |
| Binary | 11110110 | 10001000 | 1111010 | 0 | 101101 | 110010 | 100 | 111 | 1010111 | 1001000 |
Color Harmonies of #F6887A
Complementary color
Monochromatic Colors of #F6887A
Black with #F6887A
Text Example
Text Example
White with #F6887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6887A; }
p { color: rgb(246,136,122); }
H1.HeaderClassName
{
color: #F6887A;
}
.AnyTagClassName
{
color: #F6887A;
}
</style>
background-color css
<style>
a { background-color: #F6887A; }
a { background-color: rgb(246,136,122); }
div.DivClassName
{
background-color: #F6887A;
}
.BgClassName
{
background-color: #F6887A;
}
</style>
border-color css
<style>
span { border-color: #F6887A; }
span { border-color: rgb(246,136,122); }
td.TdClassName
{
border-color: #F6887A;
}
.TagClassName
{
border-color: #F6887A;
}
</style>