Shades of Salmon #F68376
Tints of Salmon #F68376
RGB
CMYK
RGB Variations
Color information
#F68376 (or 0xF68376) is known color: Salmon. HEX triplet: F6, 83 and 76. RGB value is (246,131,118). Sum of RGB (Red+Green+Blue) = 246+131+118=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F68376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68376 is #097C89. Grayscale: #A4A4A4. Windows color (decimal): -621706 or 7767030. OLE color: 7767030.
HSL color Cylindrical-coordinate representation of color #F68376: hue angle of 6.09º 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 #F68376 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 118 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.04 |
| HSL | 6.09º | 0.88% | 0.71% | - |
| HSV(B) | 6.09º | 0.52% | 0.96% | - |
| XYZ | 49.39 | 37.13 | 21.7 | - |
| YUV | 163.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 118 | 0 | 0.47 | 0.52 | 0.04 | 6.09 | 0.88 | 0.71 |
| Hex | F6 | 83 | 76 | 0 | 2F | 34 | 4 | 6 | 58 | 47 |
| Octal | 366 | 203 | 166 | 0 | 57 | 64 | 4 | 6 | 130 | 107 |
| Binary | 11110110 | 10000011 | 1110110 | 0 | 101111 | 110100 | 100 | 110 | 1011000 | 1000111 |
Color Harmonies of #F68376
Complementary color
Monochromatic Colors of #F68376
Black with #F68376
Text Example
Text Example
White with #F68376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68376; }
p { color: rgb(246,131,118); }
H1.HeaderClassName
{
color: #F68376;
}
.AnyTagClassName
{
color: #F68376;
}
</style>
background-color css
<style>
a { background-color: #F68376; }
a { background-color: rgb(246,131,118); }
div.DivClassName
{
background-color: #F68376;
}
.BgClassName
{
background-color: #F68376;
}
</style>
border-color css
<style>
span { border-color: #F68376; }
span { border-color: rgb(246,131,118); }
td.TdClassName
{
border-color: #F68376;
}
.TagClassName
{
border-color: #F68376;
}
</style>