Auto White Balance - Online Fix Color Casts
Automatically restore natural colors to a photo by removing color casts. Gray world algorithm. One‑click fix. Canvas.
UD5 Toolkit
Interactive CSS hue-rotate() filter value generator — preview & copy in real-time
Original Rotated
Drag on the wheel to rotate
Some colorful UI elements
Some colorful UI elements
💡 Tip: Combine with other filters like brightness(), contrast(), or saturate() for advanced effects.
hue-rotate() CSS function applies a hue rotation to an element and all its contents. It's part of the CSS filter property. Internally, it uses a color matrix transformation that shifts the hue of every pixel by the specified angle. A value of 0deg leaves the image unchanged, while 360deg brings it back to the original. Values can be any number — negative angles rotate counter-clockwise on the color wheel.deg unit. However, since hue is cyclical (360° = full circle), values repeat every 360 degrees. So hue-rotate(400deg) is equivalent to hue-rotate(40deg), and hue-rotate(-90deg) is the same as hue-rotate(270deg). Common ranges are -360deg to 360deg.filter: hue-rotate(90deg) brightness(1.2) contrast(1.1) saturate(1.5);. This allows for powerful image manipulation entirely in CSS. Note that the order matters — filters are applied sequentially from left to right.hue-rotate() uses an SVG filter-based color matrix algorithm rather than a simple HSL hue shift. For pure saturated colors, the results are very similar. However, for desaturated colors (near grays), hue-rotate has less visible effect. The algorithm preserves luminance better than a naive HSL rotation. Our tool approximates the resulting color using HSL math for the swatch display, but the live preview uses actual CSS filters for perfect accuracy.filter: hue-rotate() is supported in all modern browsers, including Chrome, Firefox, Safari, and Edge. It has been available since ~2011–2013 across major browsers. For Internet Explorer, partial support exists via deprecated SVG filters. You can safely use it in production without vendor prefixes for 99%+ of users today.hue-rotate is fully animatable. Use CSS transitions for smooth hover effects: transition: filter 0.4s ease;. Or use @keyframes for continuous color cycling: @keyframes rainbow { from { filter: hue-rotate(0deg); } to { filter: hue-rotate(360deg); } }. This creates a beautiful rainbow cycling effect, popular for loading animations and vibrant UI elements.hue-rotate applies uniformly to everything within the element, including text, backgrounds, borders, images, and child elements. It treats the entire rendered output as a single image and shifts all hues. This means a white or black element will show minimal change (since they have no hue), while fully saturated colored elements will shift dramatically.hue-rotate(90deg) becomes H=330° (magenta/pink). Our tool computes this approximation and displays it alongside the actual CSS-filtered preview. For precise results, the CSS filter uses a more complex matrix but the HSL method is usually close enough for design work.hue-rotate() shifts all hues around the color wheel while preserving saturation and lightness. In contrast, sepia() converts colors to warm brown tones, saturate() increases or decreases color intensity, and grayscale() removes all color. They serve different purposes: hue-rotate is great for color variation, while sepia creates a vintage/antique look, and grayscale is for black-and-white effects.Automatically restore natural colors to a photo by removing color casts. Gray world algorithm. One‑click fix. Canvas.
Enter number of eyelet pairs and lacing style to find the correct shoelace length in inches/cm. Never buy too short.
Browse all official LEGO colors with names, years, and hex codes. Sort by hue. Perfect for builders.
Enter two city names or coordinates and get the straight‑line distance in miles/km. Local calculation.
Estimate the sinker weight needed to hold bottom in current based on line diameter, depth, and current speed.
Enter piece count and piece size to estimate finished dimensions. Check if it fits your table.
Enter rolls remaining and household size to estimate weeks of supply. A humorous yet practical aid.
Enter amount of kernels and see estimated popped volume. Plan movie night snacks perfectly.
Calculate ideal stereo speaker placement (toe-in, distance from wall) for best soundstage. Visual diagram. For audiophiles. Local tool.
Find the optimal TV size for your room or the best viewing distance based on screen size and resolution (1080p, 4K, 8K). Simple THX/SMPTE reference.
Estimate BAC based on gender, weight, drinks consumed, and time. Uses Widmark formula. Educational tool, never encourage drunk driving. Local only.
Compute simple interest and final amount given principal, annual rate, and duration. Also reverse-calculates rate or time. Local only.
Enter any date and get its ISO week number, plus the start and end dates of that week. Quick reference.
Enter a hex color and get its relative luminance per WCAG definition. Understand why this matters for contrast.
Convert any image into colored ASCII art using divs with background colors. Creates a stunning text‑based replica. View & copy HTML.
Add N business days to a date, skipping weekends and optionally entering custom holidays. Regional presets.
Calculate the exact number of days, weeks, months, and workdays between two dates. Visual calendar highlights. Perfect for projects.
Choose your cup size and sweetness level, and get exact proportions for tea, milk, syrup, and tapioca pearls. Perfect homemade boba every time.
Combine multiple identical batteries in series and parallel and see the resulting voltage and total capacity. Electronics helper.
Track your subscriptions, calculate monthly and yearly totals, and find savings by pausing unused services. Local data.
Determine the minimum sample size needed for a survey or A/B test with a given confidence level and margin of error.
Easily compute posterior probabilities given prior, likelihood, and marginal likelihood. Visual diagram. All local.
Find out how large you can print based on image resolution in pixels. Understand DPI and megapixels.
Learn about f‑stops and their effect on light and depth. Calculate equivalent exposure adjustments. Educational.
Measure your waist‑to‑hip ratio and learn about associated health risks. WHR interpretation. Educational only.
Find what day of the week any past or future date falls on. Uses Zeller’s congruence. Fun historical reference tool.
Find the centroid (center of mass) of any convex polygon by entering vertex coordinates. Useful for physics and design.
Fairly distribute pooled tips among staff based on hours worked or points. Customizable percentages. All calculations local and private.
Estimate the total price after adding US state sales tax. Select state, enter amount, and see breakdown. Simple and quick, perfect for shoppers.
Project how your savings and investments grow over time with compound interest. Interactive chart and detailed table. Free and anonymous.