\documentclass[a4paper,landscape]{article}
\usepackage[margin=2cm]{geometry}
\usepackage{tkz-fct}
\usepackage{fouriernc}
\begin{document}
\pagestyle{empty}
\pagecolor{black}
\color{yellow!60}
\centering\bfseries\boldmath%
\vspace*{5cm}
\fontsize{60pt}{66pt}\selectfont
\begin{minipage}[t]{0.15\textwidth}
$\displaystyle\sqrt{-1}$
\end{minipage}
%
\begin{minipage}{0.15\textwidth}
\begin{tikzpicture}[scale=0.5]
\tkzInit[xmin=-20,xmax=20,xstep=5,ymin=-25,ymax=15,ystep=5]
\tkzClip
\tkzFctPar[samples=400,smooth,domain=0:6.28,draw=red,
%inner color=yellow,outer color=red
ball color=red!90!yellow,
]{16*(sin(t))**3}{13*cos(t)-5*cos(2*t)-2*cos(3*t)-cos(4*t)}
\end{tikzpicture}
\end{minipage}
\begin{minipage}{\textwidth}\centering
\fontsize{80pt}{88pt}\selectfont
\textsc{Math}%\LaTeX
\end{minipage}
\end{document}