Shades of Salmon #F17E65
Tints of Salmon #F17E65
RGB
CMYK
RGB Variations
Color information
#F17E65 (or 0xF17E65) is known color: Salmon. HEX triplet: F1, 7E and 65. RGB value is (241,126,101). Sum of RGB (Red+Green+Blue) = 241+126+101=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17E65 is #0E819A. Grayscale: #9D9D9D. Windows color (decimal): -950683 or 6651633. OLE color: 6651633.
HSL color Cylindrical-coordinate representation of color #F17E65: hue angle of 10.71º 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 #F17E65 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 101 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.05 |
| HSL | 10.71º | 0.83% | 0.67% | - |
| HSV(B) | 10.71º | 0.58% | 0.95% | - |
| XYZ | 46.09 | 34.56 | 16.55 | - |
| YUV | 157.54 | 96.1 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 101 | 0 | 0.48 | 0.58 | 0.05 | 10.71 | 0.83 | 0.67 |
| Hex | F1 | 7E | 65 | 0 | 30 | 3A | 5 | B | 53 | 43 |
| Octal | 361 | 176 | 145 | 0 | 60 | 72 | 5 | 13 | 123 | 103 |
| Binary | 11110001 | 1111110 | 1100101 | 0 | 110000 | 111010 | 101 | 1011 | 1010011 | 1000011 |
Color Harmonies of #F17E65
Complementary color
Monochromatic Colors of #F17E65
Black with #F17E65
Text Example
Text Example
White with #F17E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17E65; }
p { color: rgb(241,126,101); }
H1.HeaderClassName
{
color: #F17E65;
}
.AnyTagClassName
{
color: #F17E65;
}
</style>
background-color css
<style>
a { background-color: #F17E65; }
a { background-color: rgb(241,126,101); }
div.DivClassName
{
background-color: #F17E65;
}
.BgClassName
{
background-color: #F17E65;
}
</style>
border-color css
<style>
span { border-color: #F17E65; }
span { border-color: rgb(241,126,101); }
td.TdClassName
{
border-color: #F17E65;
}
.TagClassName
{
border-color: #F17E65;
}
</style>