Color: #F93BCD
#F93BCD Color Information
#F93BCD is a light color. The closest websafe version is #F93BCD. A complement of this color would be #39F966, perceived brightness is 0.52, and the grayscale version is #9A9A9A.
In the HSL color space, this color has a hue angle of 314°,a saturation of 94%, and a lightness of 60%.The HSV representation shows a hue of 314°, a saturation of 76%, and a value of 98%.
In a RGB color space, #F93BCD is composed of 98% red, 23% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 76% magenta, 18% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 27.91, x: 0.4139, and y: 0.2233.
Color Code #F93BCD
Shades of Color #F93BCD
Shades are created by darkening the original color #F93BCD 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 #F93BCD
Tints are created by lightening the original color #F93BCD 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 #F93BCD Color Code
In the HSL color space, this color has a hue angle of 314°, a saturation of 94%, and a lightness of 60%. The HSV representation shows a hue of 314°, a saturation of 76%, and a value of 98%.
- HEX: #F93BCD
- RGB: rgb(249, 59, 205)
- HSL: hsl(314, 94%, 60%)
- HSV: hsv(314, 76%, 98%)
- CMYK: 0.00% cyan, 76.00% magenta, 18.00% yellow, 2.00% black
- XYZ: 51.73, 27.91, 45.34
- Yxy: 27.91, 0.4139, 0.2233
- Hunter Lab: 59.81, 79.51, -33.11
- CIE-Lab: 59.81, 79.51, -33.11
In the XYZ color space, this color is represented as X: 51.73, Y: 27.91, Z: 45.34. The Yxy representation further refines this as Y: 27.91, x: 0.4139, and y: 0.2233.
In the Hunter Lab color space, this color is represented as L: 59.81, a: 79.51, and b: -33.11. Similarly, in the CIE-Lab color space, it is represented as L: 59.81, a: 79.51, and b: -33.11.
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 #F93BCD
Triadic colors are three colors evenly spaced around the color wheel, including #F93BCD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #F93BCD
Split complementary colors are two colors adjacent to the complementary color of #F93BCD. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #F93BCD
Monochromatic colors are variations of #F93BCD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F93BCD
The complementary color of #F93BCD 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 #F93BCD
/* Using HEX */ body { background-color: #f93bcd; }
/* Using RGB */ body { background-color: rgb(249, 59, 205); }
/* Using RGB with opacity */ body { background-color: rgba(249, 59, 205, 0.5); }
/* Using HSL */ body { background-color: hsl(314, 94%, 60%); }
/* Text color */ p { color: #f93bcd; }
/* Box shadow */ div { box-shadow: 4px 4px #f93bcd; }
/* Border color */ .box { border: 4px solid #f93bcd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f93bcd; }
/* Background with text */ div { background: #f93bcd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F93BCD
<!-- Using HEX --> <div style="background-color: #f93bcd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(249, 59, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(249, 59, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(314, 94%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f93bcd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f93bcd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f93bcd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f93bcd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f93bcd; color: #fff; padding: 16px; border-radius: 8px;"> #F93BCD </div>
Related Colors of #F93BCD
These colors are similar to #F93BCD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.