Shades of Salmon #F68874
Tints of Salmon #F68874
RGB
CMYK
RGB Variations
Color information
#F68874 (or 0xF68874) is known color: Salmon. HEX triplet: F6, 88 and 74. RGB value is (246,136,116). Sum of RGB (Red+Green+Blue) = 246+136+116=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F68874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68874 is #09778B. Grayscale: #A6A6A6. Windows color (decimal): -620428 or 7637238. OLE color: 7637238.
HSL color Cylindrical-coordinate representation of color #F68874: hue angle of 9.23º 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 #F68874 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 116 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.04 |
| HSL | 9.23º | 0.88% | 0.71% | - |
| HSV(B) | 9.23º | 0.53% | 0.96% | - |
| XYZ | 49.96 | 38.46 | 21.31 | - |
| YUV | 166.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 116 | 0 | 0.45 | 0.53 | 0.04 | 9.23 | 0.88 | 0.71 |
| Hex | F6 | 88 | 74 | 0 | 2D | 35 | 4 | 9 | 58 | 47 |
| Octal | 366 | 210 | 164 | 0 | 55 | 65 | 4 | 11 | 130 | 107 |
| Binary | 11110110 | 10001000 | 1110100 | 0 | 101101 | 110101 | 100 | 1001 | 1011000 | 1000111 |
Color Harmonies of #F68874
Complementary color
Monochromatic Colors of #F68874
Black with #F68874
Text Example
Text Example
White with #F68874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68874; }
p { color: rgb(246,136,116); }
H1.HeaderClassName
{
color: #F68874;
}
.AnyTagClassName
{
color: #F68874;
}
</style>
background-color css
<style>
a { background-color: #F68874; }
a { background-color: rgb(246,136,116); }
div.DivClassName
{
background-color: #F68874;
}
.BgClassName
{
background-color: #F68874;
}
</style>
border-color css
<style>
span { border-color: #F68874; }
span { border-color: rgb(246,136,116); }
td.TdClassName
{
border-color: #F68874;
}
.TagClassName
{
border-color: #F68874;
}
</style>