Try using TextColor="Maroon"
<busyindicator:SfBusyIndicator x:Name="Busy" Margin="0,2,0,0" AnimationType="{Binding AnimationType}" Duration="{Binding Duration}" IsBusy="{Binding IsBusy}" HeightRequest="100" WidthRequest="100" VerticalOptions="StartAndExpand" HorizontalOptions="FillAndExpand" ViewBoxHeight="100" ViewBoxWidth="100" TextColor="Maroon" TextSize="13" />