Shades of Salmon #F68E75
Tints of Salmon #F68E75
RGB
CMYK
RGB Variations
Color information
#F68E75 (or 0xF68E75) is known color: Salmon. HEX triplet: F6, 8E and 75. RGB value is (246,142,117). Sum of RGB (Red+Green+Blue) = 246+142+117=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68E75 is #09718A. Grayscale: #AAAAAA. Windows color (decimal): -618891 or 7704310. OLE color: 7704310.
HSL color Cylindrical-coordinate representation of color #F68E75: hue angle of 11.63º 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 #F68E75 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 117 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.04 |
| HSL | 11.63º | 0.88% | 0.71% | - |
| HSV(B) | 11.63º | 0.52% | 0.96% | - |
| XYZ | 50.89 | 40.22 | 21.91 | - |
| YUV | 170.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 117 | 0 | 0.42 | 0.52 | 0.04 | 11.63 | 0.88 | 0.71 |
| Hex | F6 | 8E | 75 | 0 | 2A | 34 | 4 | C | 58 | 47 |
| Octal | 366 | 216 | 165 | 0 | 52 | 64 | 4 | 14 | 130 | 107 |
| Binary | 11110110 | 10001110 | 1110101 | 0 | 101010 | 110100 | 100 | 1100 | 1011000 | 1000111 |
Color Harmonies of #F68E75
Complementary color
Monochromatic Colors of #F68E75
Black with #F68E75
Text Example
Text Example
White with #F68E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68E75; }
p { color: rgb(246,142,117); }
H1.HeaderClassName
{
color: #F68E75;
}
.AnyTagClassName
{
color: #F68E75;
}
</style>
background-color css
<style>
a { background-color: #F68E75; }
a { background-color: rgb(246,142,117); }
div.DivClassName
{
background-color: #F68E75;
}
.BgClassName
{
background-color: #F68E75;
}
</style>
border-color css
<style>
span { border-color: #F68E75; }
span { border-color: rgb(246,142,117); }
td.TdClassName
{
border-color: #F68E75;
}
.TagClassName
{
border-color: #F68E75;
}
</style>