CSS Color Background

French Rose

Pure CSS color background: #F64A8A. Use this solid color for personal and commercial creative projects.

Preview

French Rose solid color background preview (#F64A8A)

Color value: #F64A8A

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #F64A8A; }

HTML Code

<section class="hero french-rose-bg"> <h2>Your content</h2> </section> <style> .french-rose-bg { background-color: #F64A8A; } </style>