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