Shades of Salmon #F68571
Tints of Salmon #F68571
RGB
CMYK
RGB Variations
Color information
#F68571 (or 0xF68571) is known color: Salmon. HEX triplet: F6, 85 and 71. RGB value is (246,133,113). Sum of RGB (Red+Green+Blue) = 246+133+113=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F68571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68571 is #097A8E. Grayscale: #A4A4A4. Windows color (decimal): -621199 or 7439862. OLE color: 7439862.
HSL color Cylindrical-coordinate representation of color #F68571: hue angle of 9.02º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F68571 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 113 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.04 |
| HSL | 9.02º | 0.88% | 0.7% | - |
| HSV(B) | 9.02º | 0.54% | 0.96% | - |
| XYZ | 49.37 | 37.56 | 20.27 | - |
| YUV | 164.51 | 98.94 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 113 | 0 | 0.46 | 0.54 | 0.04 | 9.02 | 0.88 | 0.7 |
| Hex | F6 | 85 | 71 | 0 | 2E | 36 | 4 | 9 | 58 | 46 |
| Octal | 366 | 205 | 161 | 0 | 56 | 66 | 4 | 11 | 130 | 106 |
| Binary | 11110110 | 10000101 | 1110001 | 0 | 101110 | 110110 | 100 | 1001 | 1011000 | 1000110 |
Color Harmonies of #F68571
Complementary color
Monochromatic Colors of #F68571
Black with #F68571
Text Example
Text Example
White with #F68571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68571; }
p { color: rgb(246,133,113); }
H1.HeaderClassName
{
color: #F68571;
}
.AnyTagClassName
{
color: #F68571;
}
</style>
background-color css
<style>
a { background-color: #F68571; }
a { background-color: rgb(246,133,113); }
div.DivClassName
{
background-color: #F68571;
}
.BgClassName
{
background-color: #F68571;
}
</style>
border-color css
<style>
span { border-color: #F68571; }
span { border-color: rgb(246,133,113); }
td.TdClassName
{
border-color: #F68571;
}
.TagClassName
{
border-color: #F68571;
}
</style>