Shades of Salmon #F68775
Tints of Salmon #F68775
RGB
CMYK
RGB Variations
Color information
#F68775 (or 0xF68775) is known color: Salmon. HEX triplet: F6, 87 and 75. RGB value is (246,135,117). Sum of RGB (Red+Green+Blue) = 246+135+117=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F68775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68775 is #09788A. Grayscale: #A6A6A6. Windows color (decimal): -620683 or 7702518. OLE color: 7702518.
HSL color Cylindrical-coordinate representation of color #F68775: hue angle of 8.37º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F68775 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 117 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.04 |
| HSL | 8.37º | 0.88% | 0.71% | - |
| HSV(B) | 8.37º | 0.52% | 0.96% | - |
| XYZ | 49.88 | 38.21 | 21.57 | - |
| YUV | 166.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 117 | 0 | 0.45 | 0.52 | 0.04 | 8.37 | 0.88 | 0.71 |
| Hex | F6 | 87 | 75 | 0 | 2D | 34 | 4 | 8 | 58 | 47 |
| Octal | 366 | 207 | 165 | 0 | 55 | 64 | 4 | 10 | 130 | 107 |
| Binary | 11110110 | 10000111 | 1110101 | 0 | 101101 | 110100 | 100 | 1000 | 1011000 | 1000111 |
Color Harmonies of #F68775
Complementary color
Monochromatic Colors of #F68775
Black with #F68775
Text Example
Text Example
White with #F68775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68775; }
p { color: rgb(246,135,117); }
H1.HeaderClassName
{
color: #F68775;
}
.AnyTagClassName
{
color: #F68775;
}
</style>
background-color css
<style>
a { background-color: #F68775; }
a { background-color: rgb(246,135,117); }
div.DivClassName
{
background-color: #F68775;
}
.BgClassName
{
background-color: #F68775;
}
</style>
border-color css
<style>
span { border-color: #F68775; }
span { border-color: rgb(246,135,117); }
td.TdClassName
{
border-color: #F68775;
}
.TagClassName
{
border-color: #F68775;
}
</style>