Shades of Salmon #F17B65
Tints of Salmon #F17B65
RGB
CMYK
RGB Variations
Color information
#F17B65 (or 0xF17B65) is known color: Salmon. HEX triplet: F1, 7B and 65. RGB value is (241,123,101). Sum of RGB (Red+Green+Blue) = 241+123+101=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F17B65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17B65 is #0E849A. Grayscale: #9B9B9B. Windows color (decimal): -951451 or 6650865. OLE color: 6650865.
HSL color Cylindrical-coordinate representation of color #F17B65: hue angle of 9.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F17B65 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 101 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.05 |
| HSL | 9.43º | 0.83% | 0.67% | - |
| HSV(B) | 9.43º | 0.58% | 0.95% | - |
| XYZ | 45.71 | 33.81 | 16.43 | - |
| YUV | 155.77 | 97.09 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 101 | 0 | 0.49 | 0.58 | 0.05 | 9.43 | 0.83 | 0.67 |
| Hex | F1 | 7B | 65 | 0 | 31 | 3A | 5 | 9 | 53 | 43 |
| Octal | 361 | 173 | 145 | 0 | 61 | 72 | 5 | 11 | 123 | 103 |
| Binary | 11110001 | 1111011 | 1100101 | 0 | 110001 | 111010 | 101 | 1001 | 1010011 | 1000011 |
Color Harmonies of #F17B65
Complementary color
Monochromatic Colors of #F17B65
Black with #F17B65
Text Example
Text Example
White with #F17B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17B65; }
p { color: rgb(241,123,101); }
H1.HeaderClassName
{
color: #F17B65;
}
.AnyTagClassName
{
color: #F17B65;
}
</style>
background-color css
<style>
a { background-color: #F17B65; }
a { background-color: rgb(241,123,101); }
div.DivClassName
{
background-color: #F17B65;
}
.BgClassName
{
background-color: #F17B65;
}
</style>
border-color css
<style>
span { border-color: #F17B65; }
span { border-color: rgb(241,123,101); }
td.TdClassName
{
border-color: #F17B65;
}
.TagClassName
{
border-color: #F17B65;
}
</style>