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