Shades of Salmon #F6816B
Tints of Salmon #F6816B
RGB
CMYK
RGB Variations
Color information
#F6816B (or 0xF6816B) is known color: Salmon. HEX triplet: F6, 81 and 6B. RGB value is (246,129,107). Sum of RGB (Red+Green+Blue) = 246+129+107=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F6816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6816B is #097E94. Grayscale: #A1A1A1. Windows color (decimal): -622229 or 7045622. OLE color: 7045622.
HSL color Cylindrical-coordinate representation of color #F6816B: hue angle of 9.5º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6816B is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 107 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.04 |
| HSL | 9.5º | 0.89% | 0.69% | - |
| HSV(B) | 9.5º | 0.57% | 0.96% | - |
| XYZ | 48.51 | 36.35 | 18.37 | - |
| YUV | 161.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 107 | 0 | 0.48 | 0.57 | 0.04 | 9.5 | 0.89 | 0.69 |
| Hex | F6 | 81 | 6B | 0 | 30 | 39 | 4 | 9 | 59 | 45 |
| Octal | 366 | 201 | 153 | 0 | 60 | 71 | 4 | 11 | 131 | 105 |
| Binary | 11110110 | 10000001 | 1101011 | 0 | 110000 | 111001 | 100 | 1001 | 1011001 | 1000101 |
Color Harmonies of #F6816B
Complementary color
Monochromatic Colors of #F6816B
Black with #F6816B
Text Example
Text Example
White with #F6816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6816B; }
p { color: rgb(246,129,107); }
H1.HeaderClassName
{
color: #F6816B;
}
.AnyTagClassName
{
color: #F6816B;
}
</style>
background-color css
<style>
a { background-color: #F6816B; }
a { background-color: rgb(246,129,107); }
div.DivClassName
{
background-color: #F6816B;
}
.BgClassName
{
background-color: #F6816B;
}
</style>
border-color css
<style>
span { border-color: #F6816B; }
span { border-color: rgb(246,129,107); }
td.TdClassName
{
border-color: #F6816B;
}
.TagClassName
{
border-color: #F6816B;
}
</style>