Shades of Salmon #F68869
Tints of Salmon #F68869
RGB
CMYK
RGB Variations
Color information
#F68869 (or 0xF68869) is known color: Salmon. HEX triplet: F6, 88 and 69. RGB value is (246,136,105). Sum of RGB (Red+Green+Blue) = 246+136+105=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F68869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68869 is #097796. Grayscale: #A5A5A5. Windows color (decimal): -620439 or 6916342. OLE color: 6916342.
HSL color Cylindrical-coordinate representation of color #F68869: hue angle of 13.19º 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 #F68869 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 105 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.04 |
| HSL | 13.19º | 0.89% | 0.69% | - |
| HSV(B) | 13.19º | 0.57% | 0.96% | - |
| XYZ | 49.36 | 38.22 | 18.14 | - |
| YUV | 165.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 105 | 0 | 0.45 | 0.57 | 0.04 | 13.19 | 0.89 | 0.69 |
| Hex | F6 | 88 | 69 | 0 | 2D | 39 | 4 | D | 59 | 45 |
| Octal | 366 | 210 | 151 | 0 | 55 | 71 | 4 | 15 | 131 | 105 |
| Binary | 11110110 | 10001000 | 1101001 | 0 | 101101 | 111001 | 100 | 1101 | 1011001 | 1000101 |
Color Harmonies of #F68869
Complementary color
Monochromatic Colors of #F68869
Black with #F68869
Text Example
Text Example
White with #F68869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68869; }
p { color: rgb(246,136,105); }
H1.HeaderClassName
{
color: #F68869;
}
.AnyTagClassName
{
color: #F68869;
}
</style>
background-color css
<style>
a { background-color: #F68869; }
a { background-color: rgb(246,136,105); }
div.DivClassName
{
background-color: #F68869;
}
.BgClassName
{
background-color: #F68869;
}
</style>
border-color css
<style>
span { border-color: #F68869; }
span { border-color: rgb(246,136,105); }
td.TdClassName
{
border-color: #F68869;
}
.TagClassName
{
border-color: #F68869;
}
</style>