Shades of Salmon #F68172
Tints of Salmon #F68172
RGB
CMYK
RGB Variations
Color information
#F68172 (or 0xF68172) is known color: Salmon. HEX triplet: F6, 81 and 72. RGB value is (246,129,114). Sum of RGB (Red+Green+Blue) = 246+129+114=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F68172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68172 is #097E8D. Grayscale: #A2A2A2. Windows color (decimal): -622222 or 7504374. OLE color: 7504374.
HSL color Cylindrical-coordinate representation of color #F68172: hue angle of 6.82º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F68172 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 114 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.04 |
| HSL | 6.82º | 0.88% | 0.71% | - |
| HSV(B) | 6.82º | 0.54% | 0.96% | - |
| XYZ | 48.89 | 36.51 | 20.39 | - |
| YUV | 162.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 114 | 0 | 0.48 | 0.54 | 0.04 | 6.82 | 0.88 | 0.71 |
| Hex | F6 | 81 | 72 | 0 | 30 | 36 | 4 | 7 | 58 | 47 |
| Octal | 366 | 201 | 162 | 0 | 60 | 66 | 4 | 7 | 130 | 107 |
| Binary | 11110110 | 10000001 | 1110010 | 0 | 110000 | 110110 | 100 | 111 | 1011000 | 1000111 |
Color Harmonies of #F68172
Complementary color
Monochromatic Colors of #F68172
Black with #F68172
Text Example
Text Example
White with #F68172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68172; }
p { color: rgb(246,129,114); }
H1.HeaderClassName
{
color: #F68172;
}
.AnyTagClassName
{
color: #F68172;
}
</style>
background-color css
<style>
a { background-color: #F68172; }
a { background-color: rgb(246,129,114); }
div.DivClassName
{
background-color: #F68172;
}
.BgClassName
{
background-color: #F68172;
}
</style>
border-color css
<style>
span { border-color: #F68172; }
span { border-color: rgb(246,129,114); }
td.TdClassName
{
border-color: #F68172;
}
.TagClassName
{
border-color: #F68172;
}
</style>