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