It will tell you the estimated fee per KB in order to confirm within
You will need to work out the priority and size of your tx to use the above RPC information in order to determine your fee (first determine the priority and check with "estimatepriority" to see if you need a fee at all and then use "estimatefee" to determine the fee although if your priority is not a lot above the zero level then you'd want to make your fee bigger than the minimum estimated).
It's actually a pity there isn't a similar RPC command for raw transactions (that would be able to take into account both the priority and size without you having to do those calculations separately) as changing the fee for a raw tx wouldn't need to change its size (assuming some change was expected anyway).