Shades of Salmon #F18779
Tints of Salmon #F18779
RGB
CMYK
RGB Variations
Color information
#F18779 (or 0xF18779) is known color: Salmon. HEX triplet: F1, 87 and 79. RGB value is (241,135,121). Sum of RGB (Red+Green+Blue) = 241+135+121=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F18779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18779 is #0E7886. Grayscale: #A5A5A5. Windows color (decimal): -948359 or 7964657. OLE color: 7964657.
HSL color Cylindrical-coordinate representation of color #F18779: hue angle of 7º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F18779 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 121 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.05 |
| HSL | 7º | 0.81% | 0.71% | - |
| HSV(B) | 7º | 0.5% | 0.95% | - |
| XYZ | 48.39 | 37.41 | 22.76 | - |
| YUV | 165.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 121 | 0 | 0.44 | 0.50 | 0.05 | 7 | 0.81 | 0.71 |
| Hex | F1 | 87 | 79 | 0 | 2C | 32 | 5 | 7 | 51 | 47 |
| Octal | 361 | 207 | 171 | 0 | 54 | 62 | 5 | 7 | 121 | 107 |
| Binary | 11110001 | 10000111 | 1111001 | 0 | 101100 | 110010 | 101 | 111 | 1010001 | 1000111 |
Color Harmonies of #F18779
Complementary color
Monochromatic Colors of #F18779
Black with #F18779
Text Example
Text Example
White with #F18779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18779; }
p { color: rgb(241,135,121); }
H1.HeaderClassName
{
color: #F18779;
}
.AnyTagClassName
{
color: #F18779;
}
</style>
background-color css
<style>
a { background-color: #F18779; }
a { background-color: rgb(241,135,121); }
div.DivClassName
{
background-color: #F18779;
}
.BgClassName
{
background-color: #F18779;
}
</style>
border-color css
<style>
span { border-color: #F18779; }
span { border-color: rgb(241,135,121); }
td.TdClassName
{
border-color: #F18779;
}
.TagClassName
{
border-color: #F18779;
}
</style>