Get featured image clean URL

$fimage = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full', false );
echo $fimage[0]; // the url