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