Work out love percentage instantly with clear inputs, formula shown and shareable results.
The score is a fixed arithmetic rule: add the alphabet positions of every letter in both names, reduce modulo 48, offset by 45 and add a small bonus if the names are of similar length. This is purely for fun. The rule is stated openly so you can see there is no hidden judgement, and it has no bearing on any actual relationship.
Score
score = 45 + (combined letter total mod 48) + length bonus, capped at 100
score = 45 + (combined letter total mod 48) + length bonus, capped at 100. The score is a fixed arithmetic rule: add the alphabet positions of every letter in both names, reduce modulo 48, offset by 45 and add a small bonus if the names are of similar length.
This is purely for fun. The rule is stated openly so you can see there is no hidden judgement, and it has no bearing on any actual relationship.
Enter first name, second name. The defaults shown are a realistic worked example — swap in your own figures to get a result you can use.