Shades of Salmon #F68871
Tints of Salmon #F68871
RGB
CMYK
RGB Variations
Color information
#F68871 (or 0xF68871) is known color: Salmon. HEX triplet: F6, 88 and 71. RGB value is (246,136,113). Sum of RGB (Red+Green+Blue) = 246+136+113=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F68871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68871 is #09778E. Grayscale: #A6A6A6. Windows color (decimal): -620431 or 7440630. OLE color: 7440630.
HSL color Cylindrical-coordinate representation of color #F68871: hue angle of 10.38º 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 #F68871 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 113 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.04 |
| HSL | 10.38º | 0.88% | 0.7% | - |
| HSV(B) | 10.38º | 0.54% | 0.96% | - |
| XYZ | 49.79 | 38.39 | 20.41 | - |
| YUV | 166.27 | 97.94 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 113 | 0 | 0.45 | 0.54 | 0.04 | 10.38 | 0.88 | 0.7 |
| Hex | F6 | 88 | 71 | 0 | 2D | 36 | 4 | A | 58 | 46 |
| Octal | 366 | 210 | 161 | 0 | 55 | 66 | 4 | 12 | 130 | 106 |
| Binary | 11110110 | 10001000 | 1110001 | 0 | 101101 | 110110 | 100 | 1010 | 1011000 | 1000110 |
Color Harmonies of #F68871
Complementary color
Monochromatic Colors of #F68871
Black with #F68871
Text Example
Text Example
White with #F68871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68871; }
p { color: rgb(246,136,113); }
H1.HeaderClassName
{
color: #F68871;
}
.AnyTagClassName
{
color: #F68871;
}
</style>
background-color css
<style>
a { background-color: #F68871; }
a { background-color: rgb(246,136,113); }
div.DivClassName
{
background-color: #F68871;
}
.BgClassName
{
background-color: #F68871;
}
</style>
border-color css
<style>
span { border-color: #F68871; }
span { border-color: rgb(246,136,113); }
td.TdClassName
{
border-color: #F68871;
}
.TagClassName
{
border-color: #F68871;
}
</style>