Choose whether your input is decimal hours (e.g. 1.25 for one hour fifteen minutes) or total minutes (e.g. 135). The converter splits into hours and minutes with rounding appropriate to the mode. It does not handle seconds or negative durations.
Example: 1.25 hours → 1 hour 15 minutes after splitting fractional hours into minutes.
Input is rounded to the nearest whole minute before splitting into hours and minutes.
Not handled; use another tool if you need second precision.
Not supported; enter non-negative values.
Display uses rounded minutes in total-minute mode to avoid long fractional minutes in the label.
Runs locally in your browser.