Shades of Salmon #F17D69
Tints of Salmon #F17D69
RGB
CMYK
RGB Variations
Color information
#F17D69 (or 0xF17D69) is known color: Salmon. HEX triplet: F1, 7D and 69. RGB value is (241,125,105). Sum of RGB (Red+Green+Blue) = 241+125+105=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D69 is #0E8296. Grayscale: #9D9D9D. Windows color (decimal): -950935 or 6913521. OLE color: 6913521.
HSL color Cylindrical-coordinate representation of color #F17D69: hue angle of 8.82º 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 #F17D69 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 105 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.05 |
| HSL | 8.82º | 0.83% | 0.68% | - |
| HSV(B) | 8.82º | 0.56% | 0.95% | - |
| XYZ | 46.16 | 34.39 | 17.57 | - |
| YUV | 157.4 | 98.43 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 105 | 0 | 0.48 | 0.56 | 0.05 | 8.82 | 0.83 | 0.68 |
| Hex | F1 | 7D | 69 | 0 | 30 | 38 | 5 | 9 | 53 | 44 |
| Octal | 361 | 175 | 151 | 0 | 60 | 70 | 5 | 11 | 123 | 104 |
| Binary | 11110001 | 1111101 | 1101001 | 0 | 110000 | 111000 | 101 | 1001 | 1010011 | 1000100 |
Color Harmonies of #F17D69
Complementary color
Monochromatic Colors of #F17D69
Black with #F17D69
Text Example
Text Example
White with #F17D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D69; }
p { color: rgb(241,125,105); }
H1.HeaderClassName
{
color: #F17D69;
}
.AnyTagClassName
{
color: #F17D69;
}
</style>
background-color css
<style>
a { background-color: #F17D69; }
a { background-color: rgb(241,125,105); }
div.DivClassName
{
background-color: #F17D69;
}
.BgClassName
{
background-color: #F17D69;
}
</style>
border-color css
<style>
span { border-color: #F17D69; }
span { border-color: rgb(241,125,105); }
td.TdClassName
{
border-color: #F17D69;
}
.TagClassName
{
border-color: #F17D69;
}
</style>