Color: #F2023E
#F2023E Color Information
#F2023E is a dark color. The closest websafe version is #F2023E. A complement of this color would be #02F2B6, perceived brightness is 0.32, and the grayscale version is #7A7A7A.
In the HSL color space, this color has a hue angle of 345°,a saturation of 98%, and a lightness of 48%.The HSV representation shows a hue of 345°, a saturation of 99%, and a value of 95%.
In a RGB color space, #F2023E is composed of 95% red, 1% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 99% magenta, 74% yellow and 5% black.
In the Yxy color space, this color is represented as Y: 20.09, x: 0.6142, and y: 0.3129.
Color Code #F2023E
Shades of Color #F2023E
Shades are created by darkening the original color #F2023E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #F2023E
Tints are created by lightening the original color #F2023E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #F2023E Color Code
In the HSL color space, this color has a hue angle of 345°, a saturation of 98%, and a lightness of 48%. The HSV representation shows a hue of 345°, a saturation of 99%, and a value of 95%.
- HEX: #F2023E
- RGB: rgb(242, 2, 62)
- HSL: hsl(345, 98%, 48%)
- HSV: hsv(345, 99%, 95%)
- CMYK: 0.00% cyan, 99.00% magenta, 74.00% yellow, 5.00% black
- XYZ: 39.43, 20.09, 4.68
- Yxy: 20.09, 0.6142, 0.3129
- Hunter Lab: 51.94, 78.28, 40.28
- CIE-Lab: 51.94, 78.28, 40.28
In the XYZ color space, this color is represented as X: 39.43, Y: 20.09, Z: 4.68. The Yxy representation further refines this as Y: 20.09, x: 0.6142, and y: 0.3129.
In the Hunter Lab color space, this color is represented as L: 51.94, a: 78.28, and b: 40.28. Similarly, in the CIE-Lab color space, it is represented as L: 51.94, a: 78.28, and b: 40.28.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #F2023E
Triadic colors are three colors evenly spaced around the color wheel, including #F2023E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #F2023E
Split complementary colors are two colors adjacent to the complementary color of #F2023E. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #F2023E
Monochromatic colors are variations of #F2023E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F2023E
The complementary color of #F2023E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #F2023E
/* Using HEX */ body { background-color: #f2023e; }
/* Using RGB */ body { background-color: rgb(242, 2, 62); }
/* Using RGB with opacity */ body { background-color: rgba(242, 2, 62, 0.5); }
/* Using HSL */ body { background-color: hsl(345, 98%, 48%); }
/* Text color */ p { color: #f2023e; }
/* Box shadow */ div { box-shadow: 4px 4px #f2023e; }
/* Border color */ .box { border: 4px solid #f2023e; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f2023e; }
/* Background with text */ div { background: #f2023e; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F2023E
<!-- Using HEX --> <div style="background-color: #f2023e; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(242, 2, 62); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(242, 2, 62, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(345, 98%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f2023e;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f2023e; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f2023e; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f2023e;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f2023e; color: #fff; padding: 16px; border-radius: 8px;"> #F2023E </div>
Related Colors of #F2023E
These colors are similar to #F2023E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.