Shades of Salmon #F17D64
Tints of Salmon #F17D64
RGB
CMYK
RGB Variations
Color information
#F17D64 (or 0xF17D64) is known color: Salmon. HEX triplet: F1, 7D and 64. RGB value is (241,125,100). Sum of RGB (Red+Green+Blue) = 241+125+100=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D64 is #0E829B. Grayscale: #9D9D9D. Windows color (decimal): -950940 or 6585841. OLE color: 6585841.
HSL color Cylindrical-coordinate representation of color #F17D64: hue angle of 10.64º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F17D64 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 100 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.05 |
| HSL | 10.64º | 0.83% | 0.67% | - |
| HSV(B) | 10.64º | 0.59% | 0.95% | - |
| XYZ | 45.91 | 34.29 | 16.26 | - |
| YUV | 156.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 100 | 0 | 0.48 | 0.59 | 0.05 | 10.64 | 0.83 | 0.67 |
| Hex | F1 | 7D | 64 | 0 | 30 | 3B | 5 | B | 53 | 43 |
| Octal | 361 | 175 | 144 | 0 | 60 | 73 | 5 | 13 | 123 | 103 |
| Binary | 11110001 | 1111101 | 1100100 | 0 | 110000 | 111011 | 101 | 1011 | 1010011 | 1000011 |
Color Harmonies of #F17D64
Complementary color
Monochromatic Colors of #F17D64
Black with #F17D64
Text Example
Text Example
White with #F17D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D64; }
p { color: rgb(241,125,100); }
H1.HeaderClassName
{
color: #F17D64;
}
.AnyTagClassName
{
color: #F17D64;
}
</style>
background-color css
<style>
a { background-color: #F17D64; }
a { background-color: rgb(241,125,100); }
div.DivClassName
{
background-color: #F17D64;
}
.BgClassName
{
background-color: #F17D64;
}
</style>
border-color css
<style>
span { border-color: #F17D64; }
span { border-color: rgb(241,125,100); }
td.TdClassName
{
border-color: #F17D64;
}
.TagClassName
{
border-color: #F17D64;
}
</style>