Color: #F11ECA
#F11ECA Color Information
#F11ECA is a dark color. The closest websafe version is #F11ECA. A complement of this color would be #1EF144, perceived brightness is 0.44, and the grayscale version is #888888.
In the HSL color space, this color has a hue angle of 311°,a saturation of 88%, and a lightness of 53%.The HSV representation shows a hue of 311°, a saturation of 100%, and a value of 100%.
In a RGB color space, #F11ECA is composed of 95% red, 12% green and 79% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 88% magenta, 16% yellow and 5% black.
In the Yxy color space, this color is represented as Y: 24.08, x: 0.4117, and y: 0.2095.
Color Code #F11ECA
Shades of Color #F11ECA
Shades are created by darkening the original color #F11ECA 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 #F11ECA
Tints are created by lightening the original color #F11ECA 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 #F11ECA Color Code
In the HSL color space, this color has a hue angle of 311°, a saturation of 88%, and a lightness of 53%. The HSV representation shows a hue of 311°, a saturation of 88%, and a value of 95%.
- HEX: #F11ECA
- RGB: rgb(241, 30, 202)
- HSL: hsl(311, 88%, 53%)
- HSV: hsv(311, 88%, 95%)
- CMYK: 0.00% cyan, 88.00% magenta, 16.00% yellow, 5.00% black
- XYZ: 47.31, 24.08, 43.53
- Yxy: 24.08, 0.4117, 0.2095
- Hunter Lab: 56.17, 83.28, -37.17
- CIE-Lab: 56.17, 83.28, -37.17
In the XYZ color space, this color is represented as X: 47.31, Y: 24.08, Z: 43.53. The Yxy representation further refines this as Y: 24.08, x: 0.4117, and y: 0.2095.
In the Hunter Lab color space, this color is represented as L: 56.17, a: 83.28, and b: -37.17. Similarly, in the CIE-Lab color space, it is represented as L: 56.17, a: 83.28, and b: -37.17.
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 #F11ECA
Triadic colors are three colors evenly spaced around the color wheel, including #F11ECA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F11ECA
Monochromatic colors are variations of #F11ECA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F11ECA
The complementary color of #F11ECA 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 #F11ECA
/* Using HEX */ body { background-color: #f11eca; }
/* Using RGB */ body { background-color: rgb(241, 30, 202); }
/* Using RGB with opacity */ body { background-color: rgba(241, 30, 202, 0.5); }
/* Using HSL */ body { background-color: hsl(311, 88%, 53%); }
/* Text color */ p { color: #f11eca; }
/* Box shadow */ div { box-shadow: 4px 4px #f11eca; }
HTML Examples of #F11ECA
<!-- Using HEX --> <div style="background-color: #f11eca; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(241, 30, 202); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(241, 30, 202, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(311, 88%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f11eca;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f11eca; width: 100px; height: 100px;"></div>
Related Colors of #F11ECA
These colors are similar to #F11ECA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.