Shades of Salmon #F68173
Tints of Salmon #F68173
RGB
CMYK
RGB Variations
Color information
#F68173 (or 0xF68173) is known color: Salmon. HEX triplet: F6, 81 and 73. RGB value is (246,129,115). Sum of RGB (Red+Green+Blue) = 246+129+115=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F68173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68173 is #097E8C. Grayscale: #A2A2A2. Windows color (decimal): -622221 or 7569910. OLE color: 7569910.
HSL color Cylindrical-coordinate representation of color #F68173: hue angle of 6.41º 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 #F68173 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 115 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.04 |
| HSL | 6.41º | 0.88% | 0.71% | - |
| HSV(B) | 6.41º | 0.53% | 0.96% | - |
| XYZ | 48.95 | 36.53 | 20.69 | - |
| YUV | 162.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 115 | 0 | 0.48 | 0.53 | 0.04 | 6.41 | 0.88 | 0.71 |
| Hex | F6 | 81 | 73 | 0 | 30 | 35 | 4 | 6 | 58 | 47 |
| Octal | 366 | 201 | 163 | 0 | 60 | 65 | 4 | 6 | 130 | 107 |
| Binary | 11110110 | 10000001 | 1110011 | 0 | 110000 | 110101 | 100 | 110 | 1011000 | 1000111 |
Color Harmonies of #F68173
Complementary color
Monochromatic Colors of #F68173
Black with #F68173
Text Example
Text Example
White with #F68173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68173; }
p { color: rgb(246,129,115); }
H1.HeaderClassName
{
color: #F68173;
}
.AnyTagClassName
{
color: #F68173;
}
</style>
background-color css
<style>
a { background-color: #F68173; }
a { background-color: rgb(246,129,115); }
div.DivClassName
{
background-color: #F68173;
}
.BgClassName
{
background-color: #F68173;
}
</style>
border-color css
<style>
span { border-color: #F68173; }
span { border-color: rgb(246,129,115); }
td.TdClassName
{
border-color: #F68173;
}
.TagClassName
{
border-color: #F68173;
}
</style>