Shades of Salmon #F68779
Tints of Salmon #F68779
RGB
CMYK
RGB Variations
Color information
#F68779 (or 0xF68779) is known color: Salmon. HEX triplet: F6, 87 and 79. RGB value is (246,135,121). Sum of RGB (Red+Green+Blue) = 246+135+121=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F68779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68779 is #097886. Grayscale: #A6A6A6. Windows color (decimal): -620679 or 7964662. OLE color: 7964662.
HSL color Cylindrical-coordinate representation of color #F68779: hue angle of 6.72º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F68779 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 121 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.04 |
| HSL | 6.72º | 0.87% | 0.72% | - |
| HSV(B) | 6.72º | 0.51% | 0.96% | - |
| XYZ | 50.12 | 38.3 | 22.84 | - |
| YUV | 166.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 121 | 0 | 0.45 | 0.51 | 0.04 | 6.72 | 0.87 | 0.72 |
| Hex | F6 | 87 | 79 | 0 | 2D | 33 | 4 | 7 | 57 | 48 |
| Octal | 366 | 207 | 171 | 0 | 55 | 63 | 4 | 7 | 127 | 110 |
| Binary | 11110110 | 10000111 | 1111001 | 0 | 101101 | 110011 | 100 | 111 | 1010111 | 1001000 |
Color Harmonies of #F68779
Complementary color
Monochromatic Colors of #F68779
Black with #F68779
Text Example
Text Example
White with #F68779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68779; }
p { color: rgb(246,135,121); }
H1.HeaderClassName
{
color: #F68779;
}
.AnyTagClassName
{
color: #F68779;
}
</style>
background-color css
<style>
a { background-color: #F68779; }
a { background-color: rgb(246,135,121); }
div.DivClassName
{
background-color: #F68779;
}
.BgClassName
{
background-color: #F68779;
}
</style>
border-color css
<style>
span { border-color: #F68779; }
span { border-color: rgb(246,135,121); }
td.TdClassName
{
border-color: #F68779;
}
.TagClassName
{
border-color: #F68779;
}
</style>