Color: #F20D7C
#F20D7C Color Information
#F20D7C is a dark color. The closest websafe version is #F20D7C. A complement of this color would be #0DF283, perceived brightness is 0.37, and the grayscale version is #7F7F7F.
In the HSL color space, this color has a hue angle of 331°,a saturation of 90%, and a lightness of 50%.The HSV representation shows a hue of 331°, a saturation of 100%, and a value of 100%.
In a RGB color space, #F20D7C is composed of 95% red, 5% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 95% magenta, 49% yellow and 5% black.
In the Yxy color space, this color is represented as Y: 21.27, x: 0.5306, and y: 0.2703.
Color Code #F20D7C
Shades of Color #F20D7C
Shades are created by darkening the original color #F20D7C 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 #F20D7C
Tints are created by lightening the original color #F20D7C 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 #F20D7C Color Code
In the HSL color space, this color has a hue angle of 331°, a saturation of 90%, and a lightness of 50%. The HSV representation shows a hue of 331°, a saturation of 95%, and a value of 95%.
- HEX: #F20D7C
- RGB: rgb(242, 13, 124)
- HSL: hsl(331, 90%, 50%)
- HSV: hsv(331, 95%, 95%)
- CMYK: 0.00% cyan, 95.00% magenta, 49.00% yellow, 5.00% black
- XYZ: 41.76, 21.27, 15.67
- Yxy: 21.27, 0.5306, 0.2703
- Hunter Lab: 53.24, 79.84, 4.42
- CIE-Lab: 53.24, 79.84, 4.42
In the XYZ color space, this color is represented as X: 41.76, Y: 21.27, Z: 15.67. The Yxy representation further refines this as Y: 21.27, x: 0.5306, and y: 0.2703.
In the Hunter Lab color space, this color is represented as L: 53.24, a: 79.84, and b: 4.42. Similarly, in the CIE-Lab color space, it is represented as L: 53.24, a: 79.84, and b: 4.42.
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 #F20D7C
Triadic colors are three colors evenly spaced around the color wheel, including #F20D7C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F20D7C
Monochromatic colors are variations of #F20D7C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F20D7C
The complementary color of #F20D7C 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 #F20D7C
/* Using HEX */ body { background-color: #f20d7c; }
/* Using RGB */ body { background-color: rgb(242, 13, 124); }
/* Using RGB with opacity */ body { background-color: rgba(242, 13, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(331, 90%, 50%); }
/* Text color */ p { color: #f20d7c; }
/* Box shadow */ div { box-shadow: 4px 4px #f20d7c; }
HTML Examples of #F20D7C
<!-- Using HEX --> <div style="background-color: #f20d7c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(242, 13, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(242, 13, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(331, 90%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f20d7c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f20d7c; width: 100px; height: 100px;"></div>
Related Colors of #F20D7C
These colors are similar to #F20D7C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.