...
diff --git a/www/fx.html b/www/fx.html
index 1bcd6e1..4d70d7d 100644
--- a/www/fx.html
+++ b/www/fx.html
@@ -398,7 +398,7 @@
-set delay '%[fx:t == 0 ? 240 : 10]' -loop 0 rose.gif"
</pre>
-<p>The color-escape <code>%[pixel:]</code> is evaluated once per image and per color channel in that image (<a href="command-line-options.html#channel">-channel</a> is ignored), The values generated are then converted into a color string (a named color or hex color value). The symbols <code>i</code> and <code>j</code> are set to zero, and <code>s</code> and <code>t</code> refer to each successively current image and index.</p>
+<p>The color-escape <code>%[pixel:]</code> or <code>%[hex:]</code> is evaluated once per image and per color channel in that image (<a href="command-line-options.html#channel">-channel</a> is ignored), The values generated are then converted into a color string (a named color or hex color value). The symbols <code>i</code> and <code>j</code> are set to zero, and <code>s</code> and <code>t</code> refer to each successively current image and index.</p>
</div>
<footer class="magick-footer">
@@ -420,4 +420,4 @@
</div>
</body>
</html>
-<!-- Magick Cache 17th May 2017 15:11 -->
\ No newline at end of file
+<!-- Magick Cache 2nd June 2017 20:19 -->
\ No newline at end of file