Css Filter Generator API
https://api.findutils.com/api/tools/css-filter-generator/execute Generate a CSS filter declaration from brightness, contrast, saturate, grayscale, sepia, invert, opacity, blur and hue-rotate, or from a named preset (vintage, cool, warm, dramatic, grayscale, faded, sharpen). Only functions that differ from their no-op value are emitted, so the output stays short. Returns the full "filter: ...;" rule, the bare value, and which functions were applied. Order matters in CSS filters and is preserved as listed.
Request body
application/json-
preset
string optional
Start from a preset. Any other argument overrides the preset value. One of
none · vintage · cool · warm · dramatic · grayscale · faded · sharpen. -
brightness
number optional
Brightness in percent (0 to 300). 100 is unchanged.
-
contrast
number optional
Contrast in percent (0 to 300). 100 is unchanged.
-
saturate
number optional
Saturation in percent (0 to 300). 100 is unchanged.
-
grayscale
number optional
Grayscale in percent (0 to 100). 0 is unchanged.
-
sepia
number optional
Sepia in percent (0 to 100). 0 is unchanged.
-
invert
number optional
Inversion in percent (0 to 100). 0 is unchanged.
-
opacity
number optional
Opacity in percent (0 to 100). 100 is unchanged.
-
blur
number optional
Blur radius in px (0 to 50). 0 is unchanged.
-
hue_rotate
number optional
Hue rotation in degrees (-360 to 360). 0 is unchanged.
Example arguments
Verified{
"preset": "vintage"
} More Generators tools
- Barcode Generator Generate a 1D barcode as an SVG string from text.
- Box Shadow Generator Generate a CSS box-shadow declaration from offset, blur, spread, colour, opacity, and inset settings, or from a named preset (subtle, soft,
- Caption Generator Generate a social-media caption from a topic using built-in templates (no AI): picks a template for the content type and tone, fills in the
- Clip Path Generator Generate a CSS clip-path from a named shape (triangle, trapezoid, parallelogram, rhombus, pentagon, hexagon, octagon, star, chevron, message
- Color Palette Generator Generate a harmonious colour palette from a base hex colour: complementary, analogous, triadic, tetradic, split-complementary, or monochroma
- Css Animation Generator Return CSS @keyframes animation code (or Tailwind config, Web Animations API / React, or Framer Motion code) from a named preset such as fad