Shades of Salmon #F78879
Tints of Salmon #F78879
RGB
CMYK
RGB Variations
Color information
#F78879 (or 0xF78879) is known color: Salmon. HEX triplet: F7, 88 and 79. RGB value is (247,136,121). Sum of RGB (Red+Green+Blue) = 247+136+121=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F78879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78879 is #087786. Grayscale: #A7A7A7. Windows color (decimal): -554887 or 7964919. OLE color: 7964919.
HSL color Cylindrical-coordinate representation of color #F78879: hue angle of 7.14º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F78879 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 121 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.03 |
| HSL | 7.14º | 0.89% | 0.72% | - |
| HSV(B) | 7.14º | 0.51% | 0.97% | - |
| XYZ | 50.61 | 38.76 | 22.9 | - |
| YUV | 167.48 | 101.77 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 121 | 0 | 0.45 | 0.51 | 0.03 | 7.14 | 0.89 | 0.72 |
| Hex | F7 | 88 | 79 | 0 | 2D | 33 | 3 | 7 | 59 | 48 |
| Octal | 367 | 210 | 171 | 0 | 55 | 63 | 3 | 7 | 131 | 110 |
| Binary | 11110111 | 10001000 | 1111001 | 0 | 101101 | 110011 | 11 | 111 | 1011001 | 1001000 |
Color Harmonies of #F78879
Complementary color
Monochromatic Colors of #F78879
Black with #F78879
Text Example
Text Example
White with #F78879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78879; }
p { color: rgb(247,136,121); }
H1.HeaderClassName
{
color: #F78879;
}
.AnyTagClassName
{
color: #F78879;
}
</style>
background-color css
<style>
a { background-color: #F78879; }
a { background-color: rgb(247,136,121); }
div.DivClassName
{
background-color: #F78879;
}
.BgClassName
{
background-color: #F78879;
}
</style>
border-color css
<style>
span { border-color: #F78879; }
span { border-color: rgb(247,136,121); }
td.TdClassName
{
border-color: #F78879;
}
.TagClassName
{
border-color: #F78879;
}
</style>