Music Interval Calculator

Transpose a frequency by any interval and see ratios in cents.

Calculate the frequency of any musical interval from a base pitch, with equal-temperament ratios, cents and a reference table of interval names and just ratios. Runs entirely in your browser. It runs free in your browser on Gera Tools, with nothing uploaded.

Last updated Source: Gera Tools

How do you find the frequency of an interval?

In equal temperament the frequency ratio for an interval is 2^(semitones / 12). Multiply the base frequency by that ratio: a perfect fifth (7 semitones) gives 440 × 2^(7/12) ≈ 659.26 Hz.

This calculator moves a base frequency up or down by a number of semitones and returns the exact target pitch, the equal-temperament ratio, the size in cents, and the interval name with its just-intonation ratio for comparison. It is for musicians, tuners and audio developers.

How it works

In 12-tone equal temperament each semitone multiplies frequency by the twelfth root of two, so an interval of n semitones has a frequency ratio of:

ratio = 2^(n / 12) · target = base × ratio · cents = n × 100

The interval is named by reducing the semitone count within one octave (n mod 12) and looking it up — 0 unison, 7 perfect fifth, 12 octave — alongside its pure just-intonation ratio (e.g. 3:2 for a fifth). Negative semitones transpose downward.

Common intervals reference table

SemitonesInterval nameET ratioCentsJust ratio
0Perfect unison1.000001:1
1Minor 2nd1.059510016:15
2Major 2nd1.12252009:8
3Minor 3rd1.18923006:5
4Major 3rd1.25994005:4
5Perfect 4th1.33485004:3
7Perfect 5th1.49837003:2
9Major 6th1.68189005:3
12Octave2.000012002:1

Worked examples

Transposing a concert pitch. Concert A is 440 Hz. A perfect fifth up (7 semitones) gives 440 × 2^(7/12) ≈ 659.26 Hz, the note E5. A minor third down (-3 semitones) gives 440 × 2^(-3/12) ≈ 369.99 Hz, the note F#4/Gb4.

Finding the frequency for a synth pitch. You want to tune an oscillator a tritone (6 semitones) above C3 (130.81 Hz). The ratio is 2^(6/12) = √2 ≈ 1.4142, giving 130.81 × 1.4142 ≈ 185.00 Hz — F#3.

Equal temperament vs just tuning. A perfect fifth in equal temperament has a ratio of approximately 1.4983, while just tuning gives exactly 3:2 = 1.5. The difference is about 2 cents — barely audible in isolation, but noticeable in slow-moving chord music, which is why some orchestras and choirs tune by ear to just intervals rather than to a fixed tempered pitch.

Uses for audio developers and producers

This calculator is useful when you need to pitch-shift audio programmatically, design synthesiser intervals, detune an oscillator by a precise number of cents for chorus or beating effects, or match a sample to a different key. Enter a negative cent value (converted to semitones as cents/100) to detune downward. Everything runs in your browser and nothing is uploaded.