Shades of Salmon #F68D75
Tints of Salmon #F68D75
RGB
CMYK
RGB Variations
Color information
#F68D75 (or 0xF68D75) is known color: Salmon. HEX triplet: F6, 8D and 75. RGB value is (246,141,117). Sum of RGB (Red+Green+Blue) = 246+141+117=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D75 is #09728A. Grayscale: #A9A9A9. Windows color (decimal): -619147 or 7704054. OLE color: 7704054.
HSL color Cylindrical-coordinate representation of color #F68D75: hue angle of 11.16º 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 #F68D75 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 117 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.04 |
| HSL | 11.16º | 0.88% | 0.71% | - |
| HSV(B) | 11.16º | 0.52% | 0.96% | - |
| XYZ | 50.74 | 39.93 | 21.86 | - |
| YUV | 169.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 117 | 0 | 0.43 | 0.52 | 0.04 | 11.16 | 0.88 | 0.71 |
| Hex | F6 | 8D | 75 | 0 | 2B | 34 | 4 | B | 58 | 47 |
| Octal | 366 | 215 | 165 | 0 | 53 | 64 | 4 | 13 | 130 | 107 |
| Binary | 11110110 | 10001101 | 1110101 | 0 | 101011 | 110100 | 100 | 1011 | 1011000 | 1000111 |
Color Harmonies of #F68D75
Complementary color
Monochromatic Colors of #F68D75
Black with #F68D75
Text Example
Text Example
White with #F68D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D75; }
p { color: rgb(246,141,117); }
H1.HeaderClassName
{
color: #F68D75;
}
.AnyTagClassName
{
color: #F68D75;
}
</style>
background-color css
<style>
a { background-color: #F68D75; }
a { background-color: rgb(246,141,117); }
div.DivClassName
{
background-color: #F68D75;
}
.BgClassName
{
background-color: #F68D75;
}
</style>
border-color css
<style>
span { border-color: #F68D75; }
span { border-color: rgb(246,141,117); }
td.TdClassName
{
border-color: #F68D75;
}
.TagClassName
{
border-color: #F68D75;
}
</style>