Shades of Salmon #F68672
Tints of Salmon #F68672
RGB
CMYK
RGB Variations
Color information
#F68672 (or 0xF68672) is known color: Salmon. HEX triplet: F6, 86 and 72. RGB value is (246,134,114). Sum of RGB (Red+Green+Blue) = 246+134+114=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F68672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68672 is #09798D. Grayscale: #A5A5A5. Windows color (decimal): -620942 or 7505654. OLE color: 7505654.
HSL color Cylindrical-coordinate representation of color #F68672: hue angle of 9.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F68672 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 114 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.04 |
| HSL | 9.09º | 0.88% | 0.71% | - |
| HSV(B) | 9.09º | 0.54% | 0.96% | - |
| XYZ | 49.57 | 37.86 | 20.61 | - |
| YUV | 165.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 114 | 0 | 0.46 | 0.54 | 0.04 | 9.09 | 0.88 | 0.71 |
| Hex | F6 | 86 | 72 | 0 | 2E | 36 | 4 | 9 | 58 | 47 |
| Octal | 366 | 206 | 162 | 0 | 56 | 66 | 4 | 11 | 130 | 107 |
| Binary | 11110110 | 10000110 | 1110010 | 0 | 101110 | 110110 | 100 | 1001 | 1011000 | 1000111 |
Color Harmonies of #F68672
Complementary color
Monochromatic Colors of #F68672
Black with #F68672
Text Example
Text Example
White with #F68672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68672; }
p { color: rgb(246,134,114); }
H1.HeaderClassName
{
color: #F68672;
}
.AnyTagClassName
{
color: #F68672;
}
</style>
background-color css
<style>
a { background-color: #F68672; }
a { background-color: rgb(246,134,114); }
div.DivClassName
{
background-color: #F68672;
}
.BgClassName
{
background-color: #F68672;
}
</style>
border-color css
<style>
span { border-color: #F68672; }
span { border-color: rgb(246,134,114); }
td.TdClassName
{
border-color: #F68672;
}
.TagClassName
{
border-color: #F68672;
}
</style>