Shades of Salmon #F68575
Tints of Salmon #F68575
RGB
CMYK
RGB Variations
Color information
#F68575 (or 0xF68575) is known color: Salmon. HEX triplet: F6, 85 and 75. RGB value is (246,133,117). Sum of RGB (Red+Green+Blue) = 246+133+117=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F68575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68575 is #097A8A. Grayscale: #A5A5A5. Windows color (decimal): -621195 or 7702006. OLE color: 7702006.
HSL color Cylindrical-coordinate representation of color #F68575: hue angle of 7.44º 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 #F68575 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 117 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.04 |
| HSL | 7.44º | 0.88% | 0.71% | - |
| HSV(B) | 7.44º | 0.52% | 0.96% | - |
| XYZ | 49.6 | 37.65 | 21.48 | - |
| YUV | 164.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 117 | 0 | 0.46 | 0.52 | 0.04 | 7.44 | 0.88 | 0.71 |
| Hex | F6 | 85 | 75 | 0 | 2E | 34 | 4 | 7 | 58 | 47 |
| Octal | 366 | 205 | 165 | 0 | 56 | 64 | 4 | 7 | 130 | 107 |
| Binary | 11110110 | 10000101 | 1110101 | 0 | 101110 | 110100 | 100 | 111 | 1011000 | 1000111 |
Color Harmonies of #F68575
Complementary color
Monochromatic Colors of #F68575
Black with #F68575
Text Example
Text Example
White with #F68575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68575; }
p { color: rgb(246,133,117); }
H1.HeaderClassName
{
color: #F68575;
}
.AnyTagClassName
{
color: #F68575;
}
</style>
background-color css
<style>
a { background-color: #F68575; }
a { background-color: rgb(246,133,117); }
div.DivClassName
{
background-color: #F68575;
}
.BgClassName
{
background-color: #F68575;
}
</style>
border-color css
<style>
span { border-color: #F68575; }
span { border-color: rgb(246,133,117); }
td.TdClassName
{
border-color: #F68575;
}
.TagClassName
{
border-color: #F68575;
}
</style>