Color: #F23FCF
#F23FCF Color Information
#F23FCF is a light color. The closest websafe version is #F23FCF. A complement of this color would be #40F264, perceived brightness is 0.52, and the grayscale version is #999999.
In the HSL color space, this color has a hue angle of 312°,a saturation of 87%, and a lightness of 60%.The HSV representation shows a hue of 312°, a saturation of 74%, and a value of 95%.
In a RGB color space, #F23FCF is composed of 95% red, 25% green and 81% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 74% magenta, 14% yellow and 5% black.
In the Yxy color space, this color is represented as Y: 27.10, x: 0.4031, and y: 0.2204.
Color Code #F23FCF
Shades of Color #F23FCF
Shades are created by darkening the original color #F23FCF 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 #F23FCF
Tints are created by lightening the original color #F23FCF 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 #F23FCF Color Code
In the HSL color space, this color has a hue angle of 312°, a saturation of 87%, and a lightness of 60%. The HSV representation shows a hue of 312°, a saturation of 74%, and a value of 95%.
- HEX: #F23FCF
- RGB: rgb(242, 63, 207)
- HSL: hsl(312, 87%, 60%)
- HSV: hsv(312, 74%, 95%)
- CMYK: 0.00% cyan, 74.00% magenta, 14.00% yellow, 5.00% black
- XYZ: 49.56, 27.10, 46.28
- Yxy: 27.10, 0.4031, 0.2204
- Hunter Lab: 59.07, 76.95, -35.50
- CIE-Lab: 59.07, 76.95, -35.50
In the XYZ color space, this color is represented as X: 49.56, Y: 27.10, Z: 46.28. The Yxy representation further refines this as Y: 27.10, x: 0.4031, and y: 0.2204.
In the Hunter Lab color space, this color is represented as L: 59.07, a: 76.95, and b: -35.50. Similarly, in the CIE-Lab color space, it is represented as L: 59.07, a: 76.95, and b: -35.50.
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 #F23FCF
Triadic colors are three colors evenly spaced around the color wheel, including #F23FCF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #F23FCF
Split complementary colors are two colors adjacent to the complementary color of #F23FCF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #F23FCF
Monochromatic colors are variations of #F23FCF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F23FCF
The complementary color of #F23FCF 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 #F23FCF
/* Using HEX */ body { background-color: #f23fcf; }
/* Using RGB */ body { background-color: rgb(242, 63, 207); }
/* Using RGB with opacity */ body { background-color: rgba(242, 63, 207, 0.5); }
/* Using HSL */ body { background-color: hsl(312, 87%, 60%); }
/* Text color */ p { color: #f23fcf; }
/* Box shadow */ div { box-shadow: 4px 4px #f23fcf; }
/* Border color */ .box { border: 4px solid #f23fcf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f23fcf; }
/* Background with text */ div { background: #f23fcf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F23FCF
<!-- Using HEX --> <div style="background-color: #f23fcf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(242, 63, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(242, 63, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(312, 87%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f23fcf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f23fcf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f23fcf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f23fcf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f23fcf; color: #fff; padding: 16px; border-radius: 8px;"> #F23FCF </div>
Related Colors of #F23FCF
These colors are similar to #F23FCF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.