Color: #F04A5C
#F04A5C Color Information
#F04A5C is a dark color. The closest websafe version is #F04A5C. A complement of this color would be #4CF0DD, perceived brightness is 0.49, and the grayscale version is #9D9D9D.
In the HSL color space, this color has a hue angle of 353°,a saturation of 85%, and a lightness of 62%.The HSV representation shows a hue of 353°, a saturation of 100%, and a value of 100%.
In a RGB color space, #F04A5C is composed of 94% red, 29% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 69% magenta, 62% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 24.95, x: 0.5502, and y: 0.3255.
Color Code #F04A5C
Shades of Color #F04A5C
Shades are created by darkening the original color #F04A5C 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 #F04A5C
Tints are created by lightening the original color #F04A5C 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 #F04A5C Color Code
In the HSL color space, this color has a hue angle of 353°, a saturation of 85%, and a lightness of 62%. The HSV representation shows a hue of 353°, a saturation of 69%, and a value of 94%.
- HEX: #F04A5C
- RGB: rgb(240, 74, 92)
- HSL: hsl(353, 85%, 62%)
- HSV: hsv(353, 69%, 94%)
- CMYK: 0.00% cyan, 69.00% magenta, 62.00% yellow, 6.00% black
- XYZ: 42.17, 24.95, 9.52
- Yxy: 24.95, 0.5502, 0.3255
- Hunter Lab: 57.02, 64.76, 28.53
- CIE-Lab: 57.02, 64.76, 28.53
In the XYZ color space, this color is represented as X: 42.17, Y: 24.95, Z: 9.52. The Yxy representation further refines this as Y: 24.95, x: 0.5502, and y: 0.3255.
In the Hunter Lab color space, this color is represented as L: 57.02, a: 64.76, and b: 28.53. Similarly, in the CIE-Lab color space, it is represented as L: 57.02, a: 64.76, and b: 28.53.
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 #F04A5C
Triadic colors are three colors evenly spaced around the color wheel, including #F04A5C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F04A5C
Monochromatic colors are variations of #F04A5C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F04A5C
The complementary color of #F04A5C 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 #F04A5C
/* Using HEX */ body { background-color: #f04a5c; }
/* Using RGB */ body { background-color: rgb(240, 74, 92); }
/* Using RGB with opacity */ body { background-color: rgba(240, 74, 92, 0.5); }
/* Using HSL */ body { background-color: hsl(353, 85%, 62%); }
/* Text color */ p { color: #f04a5c; }
/* Box shadow */ div { box-shadow: 4px 4px #f04a5c; }
HTML Examples of #F04A5C
<!-- Using HEX --> <div style="background-color: #f04a5c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(240, 74, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(240, 74, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(353, 85%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f04a5c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f04a5c; width: 100px; height: 100px;"></div>
Related Colors of #F04A5C
These colors are similar to #F04A5C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.