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