Shades of Salmon #F68073
Tints of Salmon #F68073
RGB
CMYK
RGB Variations
Color information
#F68073 (or 0xF68073) is known color: Salmon. HEX triplet: F6, 80 and 73. RGB value is (246,128,115). Sum of RGB (Red+Green+Blue) = 246+128+115=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F68073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68073 is #097F8C. Grayscale: #A1A1A1. Windows color (decimal): -622477 or 7569654. OLE color: 7569654.
HSL color Cylindrical-coordinate representation of color #F68073: hue angle of 5.95º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F68073 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 115 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.04 |
| HSL | 5.95º | 0.88% | 0.71% | - |
| HSV(B) | 5.95º | 0.53% | 0.96% | - |
| XYZ | 48.82 | 36.27 | 20.65 | - |
| YUV | 161.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 115 | 0 | 0.48 | 0.53 | 0.04 | 5.95 | 0.88 | 0.71 |
| Hex | F6 | 80 | 73 | 0 | 30 | 35 | 4 | 6 | 58 | 47 |
| Octal | 366 | 200 | 163 | 0 | 60 | 65 | 4 | 6 | 130 | 107 |
| Binary | 11110110 | 10000000 | 1110011 | 0 | 110000 | 110101 | 100 | 110 | 1011000 | 1000111 |
Color Harmonies of #F68073
Complementary color
Monochromatic Colors of #F68073
Black with #F68073
Text Example
Text Example
White with #F68073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68073; }
p { color: rgb(246,128,115); }
H1.HeaderClassName
{
color: #F68073;
}
.AnyTagClassName
{
color: #F68073;
}
</style>
background-color css
<style>
a { background-color: #F68073; }
a { background-color: rgb(246,128,115); }
div.DivClassName
{
background-color: #F68073;
}
.BgClassName
{
background-color: #F68073;
}
</style>
border-color css
<style>
span { border-color: #F68073; }
span { border-color: rgb(246,128,115); }
td.TdClassName
{
border-color: #F68073;
}
.TagClassName
{
border-color: #F68073;
}
</style>