Shades of Salmon #F68E73
Tints of Salmon #F68E73
RGB
CMYK
RGB Variations
Color information
#F68E73 (or 0xF68E73) is known color: Salmon. HEX triplet: F6, 8E and 73. RGB value is (246,142,115). Sum of RGB (Red+Green+Blue) = 246+142+115=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68E73 is #09718C. Grayscale: #AAAAAA. Windows color (decimal): -618893 or 7573238. OLE color: 7573238.
HSL color Cylindrical-coordinate representation of color #F68E73: hue angle of 12.37º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F68E73 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 115 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.04 |
| HSL | 12.37º | 0.88% | 0.71% | - |
| HSV(B) | 12.37º | 0.53% | 0.96% | - |
| XYZ | 50.77 | 40.18 | 21.3 | - |
| YUV | 170.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 115 | 0 | 0.42 | 0.53 | 0.04 | 12.37 | 0.88 | 0.71 |
| Hex | F6 | 8E | 73 | 0 | 2A | 35 | 4 | C | 58 | 47 |
| Octal | 366 | 216 | 163 | 0 | 52 | 65 | 4 | 14 | 130 | 107 |
| Binary | 11110110 | 10001110 | 1110011 | 0 | 101010 | 110101 | 100 | 1100 | 1011000 | 1000111 |
Color Harmonies of #F68E73
Complementary color
Monochromatic Colors of #F68E73
Black with #F68E73
Text Example
Text Example
White with #F68E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68E73; }
p { color: rgb(246,142,115); }
H1.HeaderClassName
{
color: #F68E73;
}
.AnyTagClassName
{
color: #F68E73;
}
</style>
background-color css
<style>
a { background-color: #F68E73; }
a { background-color: rgb(246,142,115); }
div.DivClassName
{
background-color: #F68E73;
}
.BgClassName
{
background-color: #F68E73;
}
</style>
border-color css
<style>
span { border-color: #F68E73; }
span { border-color: rgb(246,142,115); }
td.TdClassName
{
border-color: #F68E73;
}
.TagClassName
{
border-color: #F68E73;
}
</style>