// +++ completely random bright colours $randred = rand(150,255); $randgreen = rand(150,255); $randblue = rand(150,255); $color = ImageColorAllocate($myimage, $randred, $randgreen, $randblue); // --- completely random bright colours