Shades of Salmon #F17769
Tints of Salmon #F17769
RGB
CMYK
RGB Variations
Color information
#F17769 (or 0xF17769) is known color: Salmon. HEX triplet: F1, 77 and 69. RGB value is (241,119,105). Sum of RGB (Red+Green+Blue) = 241+119+105=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F17769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17769 is #0E8896. Grayscale: #9A9A9A. Windows color (decimal): -952471 or 6911985. OLE color: 6911985.
HSL color Cylindrical-coordinate representation of color #F17769: hue angle of 6.18º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F17769 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 105 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.05 |
| HSL | 6.18º | 0.83% | 0.68% | - |
| HSV(B) | 6.18º | 0.56% | 0.95% | - |
| XYZ | 45.42 | 32.91 | 17.32 | - |
| YUV | 153.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 105 | 0 | 0.51 | 0.56 | 0.05 | 6.18 | 0.83 | 0.68 |
| Hex | F1 | 77 | 69 | 0 | 33 | 38 | 5 | 6 | 53 | 44 |
| Octal | 361 | 167 | 151 | 0 | 63 | 70 | 5 | 6 | 123 | 104 |
| Binary | 11110001 | 1110111 | 1101001 | 0 | 110011 | 111000 | 101 | 110 | 1010011 | 1000100 |
Color Harmonies of #F17769
Complementary color
Monochromatic Colors of #F17769
Black with #F17769
Text Example
Text Example
White with #F17769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17769; }
p { color: rgb(241,119,105); }
H1.HeaderClassName
{
color: #F17769;
}
.AnyTagClassName
{
color: #F17769;
}
</style>
background-color css
<style>
a { background-color: #F17769; }
a { background-color: rgb(241,119,105); }
div.DivClassName
{
background-color: #F17769;
}
.BgClassName
{
background-color: #F17769;
}
</style>
border-color css
<style>
span { border-color: #F17769; }
span { border-color: rgb(241,119,105); }
td.TdClassName
{
border-color: #F17769;
}
.TagClassName
{
border-color: #F17769;
}
</style>