Shades of Salmon #F68A76
Tints of Salmon #F68A76
RGB
CMYK
RGB Variations
Color information
#F68A76 (or 0xF68A76) is known color: Salmon. HEX triplet: F6, 8A and 76. RGB value is (246,138,118). Sum of RGB (Red+Green+Blue) = 246+138+118=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A76 is #097589. Grayscale: #A8A8A8. Windows color (decimal): -619914 or 7768822. OLE color: 7768822.
HSL color Cylindrical-coordinate representation of color #F68A76: hue angle of 9.38º 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 #F68A76 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 118 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.04 |
| HSL | 9.38º | 0.88% | 0.71% | - |
| HSV(B) | 9.38º | 0.52% | 0.96% | - |
| XYZ | 50.36 | 39.08 | 22.03 | - |
| YUV | 168.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 118 | 0 | 0.44 | 0.52 | 0.04 | 9.38 | 0.88 | 0.71 |
| Hex | F6 | 8A | 76 | 0 | 2C | 34 | 4 | 9 | 58 | 47 |
| Octal | 366 | 212 | 166 | 0 | 54 | 64 | 4 | 11 | 130 | 107 |
| Binary | 11110110 | 10001010 | 1110110 | 0 | 101100 | 110100 | 100 | 1001 | 1011000 | 1000111 |
Color Harmonies of #F68A76
Complementary color
Monochromatic Colors of #F68A76
Black with #F68A76
Text Example
Text Example
White with #F68A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A76; }
p { color: rgb(246,138,118); }
H1.HeaderClassName
{
color: #F68A76;
}
.AnyTagClassName
{
color: #F68A76;
}
</style>
background-color css
<style>
a { background-color: #F68A76; }
a { background-color: rgb(246,138,118); }
div.DivClassName
{
background-color: #F68A76;
}
.BgClassName
{
background-color: #F68A76;
}
</style>
border-color css
<style>
span { border-color: #F68A76; }
span { border-color: rgb(246,138,118); }
td.TdClassName
{
border-color: #F68A76;
}
.TagClassName
{
border-color: #F68A76;
}
</style>