Love Calculator

Check love compatibility between two names instantly

What is it?

This is a lighthearted love compatibility calculator that generates a fun percentage score based on the letters in both names combined.

Formula

The two names are combined, and the character codes of every letter are summed. The sum is reduced to a number between 1 and 100 using a modulo operation.

Formula Explanation

Every character in both names has a numeric code behind the scenes (its character code). Adding all of them together and taking the remainder after dividing by 100 turns any pair of names into a consistent number between 1 and 100 — the same two names will always produce the same score.

Example Calculation

"Sam" and "Riya" combined and summed by character code might land on something like 72% — always the same result for that exact spelling pair.

How to Use

  1. Enter your name.
  2. Enter your partner's or crush's name.
  3. Click Calculate to see your compatibility percentage.

Benefits

  • Gives an instant, shareable fun percentage for any two names.
  • Always consistent — the same name pair always gives the same score.
  • No signup or personal data required beyond the names typed in.

Use Cases

  • A playful icebreaker with friends.
  • Nostalgic throwback to classic "love calculator" novelty sites.
  • Quick fun without any real relationship implications.

What Your Result Means

The percentage is a deterministic function of the letters in both names — it has no basis in actual relationship science, and should be read purely as entertainment.

Tips

  • Try different spellings or nicknames to see the score change.
  • Share results with friends for a fun laugh, not relationship decisions.
  • Remember the score is symmetric — swapping name order gives the same result.

Common Mistakes

  • Taking the percentage as a genuine measure of relationship compatibility.
  • Expecting nicknames and full names to produce the same score — they won't, since the letters differ.
  • Reading deep meaning into small percentage differences between name pairs.

FAQs

Is this a scientific compatibility test?

No, this is a fun novelty calculator based on letter codes, not a real measure of relationship compatibility.

Will I get the same result if I swap the name order?

Yes, since the calculation sums the character codes of both names together, the order they're entered in does not change the result.

Can I use nicknames instead of full names?

Yes, you can enter any names you like — the result will simply vary based on which letters you use.

Why is the result always between 1 and 100?

The modulo operation used in the calculation always produces a remainder between 0 and 99, and adding 1 shifts that range to 1-100.

This tool is for entertainment purposes only.

Last updated: July 25, 2026