Shades of Salmon #F68D78
Tints of Salmon #F68D78
RGB
CMYK
RGB Variations
Color information
#F68D78 (or 0xF68D78) is known color: Salmon. HEX triplet: F6, 8D and 78. RGB value is (246,141,120). Sum of RGB (Red+Green+Blue) = 246+141+120=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D78 is #097287. Grayscale: #AAAAAA. Windows color (decimal): -619144 or 7900662. OLE color: 7900662.
HSL color Cylindrical-coordinate representation of color #F68D78: hue angle of 10º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F68D78 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 120 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.04 |
| HSL | 10º | 0.88% | 0.72% | - |
| HSV(B) | 10º | 0.51% | 0.96% | - |
| XYZ | 50.92 | 40 | 22.81 | - |
| YUV | 170 | 99.79 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 120 | 0 | 0.43 | 0.51 | 0.04 | 10 | 0.88 | 0.72 |
| Hex | F6 | 8D | 78 | 0 | 2B | 33 | 4 | A | 58 | 48 |
| Octal | 366 | 215 | 170 | 0 | 53 | 63 | 4 | 12 | 130 | 110 |
| Binary | 11110110 | 10001101 | 1111000 | 0 | 101011 | 110011 | 100 | 1010 | 1011000 | 1001000 |
Color Harmonies of #F68D78
Complementary color
Monochromatic Colors of #F68D78
Black with #F68D78
Text Example
Text Example
White with #F68D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D78; }
p { color: rgb(246,141,120); }
H1.HeaderClassName
{
color: #F68D78;
}
.AnyTagClassName
{
color: #F68D78;
}
</style>
background-color css
<style>
a { background-color: #F68D78; }
a { background-color: rgb(246,141,120); }
div.DivClassName
{
background-color: #F68D78;
}
.BgClassName
{
background-color: #F68D78;
}
</style>
border-color css
<style>
span { border-color: #F68D78; }
span { border-color: rgb(246,141,120); }
td.TdClassName
{
border-color: #F68D78;
}
.TagClassName
{
border-color: #F68D78;
}
</style>