Color: #F93BCC
#F93BCC Color Information
#F93BCC is a light color. The closest websafe version is #F93BCC. 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, #F93BCC 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.87, x: 0.4151, and y: 0.2241.
Color Code #F93BCC
Shades of Color #F93BCC
Shades are created by darkening the original color #F93BCC 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 #F93BCC
Tints are created by lightening the original color #F93BCC 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 #F93BCC 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: #F93BCC
- RGB: rgb(249, 59, 204)
- 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.63, 27.87, 44.87
- Yxy: 27.87, 0.4151, 0.2241
- Hunter Lab: 59.77, 79.41, -32.59
- CIE-Lab: 59.77, 79.41, -32.59
In the XYZ color space, this color is represented as X: 51.63, Y: 27.87, Z: 44.87. The Yxy representation further refines this as Y: 27.87, x: 0.4151, and y: 0.2241.
In the Hunter Lab color space, this color is represented as L: 59.77, a: 79.41, and b: -32.59. Similarly, in the CIE-Lab color space, it is represented as L: 59.77, a: 79.41, and b: -32.59.
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 #F93BCC
Triadic colors are three colors evenly spaced around the color wheel, including #F93BCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #F93BCC
Split complementary colors are two colors adjacent to the complementary color of #F93BCC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #F93BCC
Monochromatic colors are variations of #F93BCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F93BCC
The complementary color of #F93BCC 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 #F93BCC
/* Using HEX */ body { background-color: #f93bcc; }
/* Using RGB */ body { background-color: rgb(249, 59, 204); }
/* Using RGB with opacity */ body { background-color: rgba(249, 59, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(314, 94%, 60%); }
/* Text color */ p { color: #f93bcc; }
/* Box shadow */ div { box-shadow: 4px 4px #f93bcc; }
/* Border color */ .box { border: 4px solid #f93bcc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f93bcc; }
/* Background with text */ div { background: #f93bcc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F93BCC
<!-- Using HEX --> <div style="background-color: #f93bcc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(249, 59, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(249, 59, 204, 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: #f93bcc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f93bcc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f93bcc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f93bcc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f93bcc; color: #fff; padding: 16px; border-radius: 8px;"> #F93BCC </div>
Related Colors of #F93BCC
These colors are similar to #F93BCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.