Shades of Salmon #F68975
Tints of Salmon #F68975
RGB
CMYK
RGB Variations
Color information
#F68975 (or 0xF68975) is known color: Salmon. HEX triplet: F6, 89 and 75. RGB value is (246,137,117). Sum of RGB (Red+Green+Blue) = 246+137+117=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F68975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68975 is #09768A. Grayscale: #A7A7A7. Windows color (decimal): -620171 or 7703030. OLE color: 7703030.
HSL color Cylindrical-coordinate representation of color #F68975: hue angle of 9.3º 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 #F68975 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 137 | 117 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.04 |
| HSL | 9.3º | 0.88% | 0.71% | - |
| HSV(B) | 9.3º | 0.52% | 0.96% | - |
| XYZ | 50.16 | 38.77 | 21.67 | - |
| YUV | 167.31 | 99.61 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 137 | 117 | 0 | 0.44 | 0.52 | 0.04 | 9.3 | 0.88 | 0.71 |
| Hex | F6 | 89 | 75 | 0 | 2C | 34 | 4 | 9 | 58 | 47 |
| Octal | 366 | 211 | 165 | 0 | 54 | 64 | 4 | 11 | 130 | 107 |
| Binary | 11110110 | 10001001 | 1110101 | 0 | 101100 | 110100 | 100 | 1001 | 1011000 | 1000111 |
Color Harmonies of #F68975
Complementary color
Monochromatic Colors of #F68975
Black with #F68975
Text Example
Text Example
White with #F68975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68975; }
p { color: rgb(246,137,117); }
H1.HeaderClassName
{
color: #F68975;
}
.AnyTagClassName
{
color: #F68975;
}
</style>
background-color css
<style>
a { background-color: #F68975; }
a { background-color: rgb(246,137,117); }
div.DivClassName
{
background-color: #F68975;
}
.BgClassName
{
background-color: #F68975;
}
</style>
border-color css
<style>
span { border-color: #F68975; }
span { border-color: rgb(246,137,117); }
td.TdClassName
{
border-color: #F68975;
}
.TagClassName
{
border-color: #F68975;
}
</style>