Hello, I have checked it already, it's not a problem.
Just you must prevent an automatic skinning of this splash window because color of form is changed and not equal to clFuchsia.
So, you can use two methods :
1. Define the Tag property of this form to -98, that's all.
2. Define SkinManager.SkinningRules.srStdForms property to False. But you must place the SkinProvider component to all forms which must be skinned in this case, because automatic skinning will be disabled.