Shades of Salmon #F68363
Tints of Salmon #F68363
RGB
CMYK
RGB Variations
Color information
#F68363 (or 0xF68363) is known color: Salmon. HEX triplet: F6, 83 and 63. RGB value is (246,131,99). Sum of RGB (Red+Green+Blue) = 246+131+99=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F68363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68363 is #097C9C. Grayscale: #A1A1A1. Windows color (decimal): -621725 or 6521846. OLE color: 6521846.
HSL color Cylindrical-coordinate representation of color #F68363: hue angle of 13.06º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F68363 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 99 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.04 |
| HSL | 13.06º | 0.89% | 0.68% | - |
| HSV(B) | 13.06º | 0.6% | 0.96% | - |
| XYZ | 48.37 | 36.73 | 16.34 | - |
| YUV | 161.74 | 92.6 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 99 | 0 | 0.47 | 0.60 | 0.04 | 13.06 | 0.89 | 0.68 |
| Hex | F6 | 83 | 63 | 0 | 2F | 3C | 4 | D | 59 | 44 |
| Octal | 366 | 203 | 143 | 0 | 57 | 74 | 4 | 15 | 131 | 104 |
| Binary | 11110110 | 10000011 | 1100011 | 0 | 101111 | 111100 | 100 | 1101 | 1011001 | 1000100 |
Color Harmonies of #F68363
Complementary color
Monochromatic Colors of #F68363
Black with #F68363
Text Example
Text Example
White with #F68363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68363; }
p { color: rgb(246,131,99); }
H1.HeaderClassName
{
color: #F68363;
}
.AnyTagClassName
{
color: #F68363;
}
</style>
background-color css
<style>
a { background-color: #F68363; }
a { background-color: rgb(246,131,99); }
div.DivClassName
{
background-color: #F68363;
}
.BgClassName
{
background-color: #F68363;
}
</style>
border-color css
<style>
span { border-color: #F68363; }
span { border-color: rgb(246,131,99); }
td.TdClassName
{
border-color: #F68363;
}
.TagClassName
{
border-color: #F68363;
}
</style>