Shades of Salmon #F17F66
Tints of Salmon #F17F66
RGB
CMYK
RGB Variations
Color information
#F17F66 (or 0xF17F66) is known color: Salmon. HEX triplet: F1, 7F and 66. RGB value is (241,127,102). Sum of RGB (Red+Green+Blue) = 241+127+102=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F66 is #0E8099. Grayscale: #9E9E9E. Windows color (decimal): -950426 or 6717425. OLE color: 6717425.
HSL color Cylindrical-coordinate representation of color #F17F66: hue angle of 10.79º 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 #F17F66 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 102 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.05 |
| HSL | 10.79º | 0.83% | 0.67% | - |
| HSV(B) | 10.79º | 0.58% | 0.95% | - |
| XYZ | 46.26 | 34.84 | 16.86 | - |
| YUV | 158.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 102 | 0 | 0.47 | 0.58 | 0.05 | 10.79 | 0.83 | 0.67 |
| Hex | F1 | 7F | 66 | 0 | 2F | 3A | 5 | B | 53 | 43 |
| Octal | 361 | 177 | 146 | 0 | 57 | 72 | 5 | 13 | 123 | 103 |
| Binary | 11110001 | 1111111 | 1100110 | 0 | 101111 | 111010 | 101 | 1011 | 1010011 | 1000011 |
Color Harmonies of #F17F66
Complementary color
Monochromatic Colors of #F17F66
Black with #F17F66
Text Example
Text Example
White with #F17F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17F66; }
p { color: rgb(241,127,102); }
H1.HeaderClassName
{
color: #F17F66;
}
.AnyTagClassName
{
color: #F17F66;
}
</style>
background-color css
<style>
a { background-color: #F17F66; }
a { background-color: rgb(241,127,102); }
div.DivClassName
{
background-color: #F17F66;
}
.BgClassName
{
background-color: #F17F66;
}
</style>
border-color css
<style>
span { border-color: #F17F66; }
span { border-color: rgb(241,127,102); }
td.TdClassName
{
border-color: #F17F66;
}
.TagClassName
{
border-color: #F17F66;
}
</style>