You might be able to draw a circle shape that has 0 alpha and an outline.
Try: SHP_Whatever = sf::Shape::Circle(MidPointX, MidPointY, Radius, sf::Color(0,0,0,0), 1.f, sf::Color(0,0,255));
Where the last color is your desired colors. I just picked blue to demo.