Shades of Salmon #F68464
Tints of Salmon #F68464
RGB
CMYK
RGB Variations
Color information
#F68464 (or 0xF68464) is known color: Salmon. HEX triplet: F6, 84 and 64. RGB value is (246,132,100). Sum of RGB (Red+Green+Blue) = 246+132+100=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F68464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68464 is #097B9B. Grayscale: #A2A2A2. Windows color (decimal): -621468 or 6587638. OLE color: 6587638.
HSL color Cylindrical-coordinate representation of color #F68464: hue angle of 13.15º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F68464 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 100 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.04 |
| HSL | 13.15º | 0.89% | 0.68% | - |
| HSV(B) | 13.15º | 0.59% | 0.96% | - |
| XYZ | 48.56 | 37.02 | 16.64 | - |
| YUV | 162.44 | 92.77 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 100 | 0 | 0.46 | 0.59 | 0.04 | 13.15 | 0.89 | 0.68 |
| Hex | F6 | 84 | 64 | 0 | 2E | 3B | 4 | D | 59 | 44 |
| Octal | 366 | 204 | 144 | 0 | 56 | 73 | 4 | 15 | 131 | 104 |
| Binary | 11110110 | 10000100 | 1100100 | 0 | 101110 | 111011 | 100 | 1101 | 1011001 | 1000100 |
Color Harmonies of #F68464
Complementary color
Monochromatic Colors of #F68464
Black with #F68464
Text Example
Text Example
White with #F68464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68464; }
p { color: rgb(246,132,100); }
H1.HeaderClassName
{
color: #F68464;
}
.AnyTagClassName
{
color: #F68464;
}
</style>
background-color css
<style>
a { background-color: #F68464; }
a { background-color: rgb(246,132,100); }
div.DivClassName
{
background-color: #F68464;
}
.BgClassName
{
background-color: #F68464;
}
</style>
border-color css
<style>
span { border-color: #F68464; }
span { border-color: rgb(246,132,100); }
td.TdClassName
{
border-color: #F68464;
}
.TagClassName
{
border-color: #F68464;
}
</style>