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