Convert any frequency in Hertz (Hz) to its corresponding musical note. Get the note name, octave, cents deviation, and exact pitch information.
440.00 Hz
This frequency is exactly at A4 (perfectly in tune).
The conversion from frequency to note uses the following formulas:
n = 12 × log₂(f / 440)
Where f is the frequency in Hz and n is the number of semitones from A4.
cents = 1200 × log₂(f / f_note)
Where f is the input frequency and f_note is the exact frequency of the nearest note.
| Note | Frequency (Hz) | Note | Frequency (Hz) |
|---|---|---|---|
| C4 (Middle C) | 261.63 | C5 | 523.25 |
| D4 | 293.66 | D5 | 587.33 |
| E4 | 329.63 | E5 | 659.25 |
| F4 | 349.23 | F5 | 698.46 |
| G4 | 392.00 | G5 | 783.99 |
| A4 | 440.00 | A5 | 880.00 |
| B4 | 493.88 | B5 | 987.77 |