Color: #FF048C
#FF048C Color Information
#FF048C is a dark color. The closest websafe version is #FF048C. A complement of this color would be #05FF76, perceived brightness is 0.37, and the grayscale version is #828282.
In the HSL color space, this color has a hue angle of 327°,a saturation of 99%, and a lightness of 51%.The HSV representation shows a hue of 327°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FF048C is composed of 100% red, 2% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 98% magenta, 45% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 23.93, x: 0.5183, and y: 0.2616.
Color Code #FF048C
Shades of Color #FF048C
Shades are created by darkening the original color #FF048C 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 #FF048C
Tints are created by lightening the original color #FF048C 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 #FF048C Color Code
In the HSL color space, this color has a hue angle of 327°, a saturation of 100%, and a lightness of 51%. The HSV representation shows a hue of 327°, a saturation of 98%, and a value of 100%.
- HEX: #FF048C
- RGB: rgb(255, 4, 140)
- HSL: hsl(327, 100%, 51%)
- HSV: hsv(327, 98%, 100%)
- CMYK: 0.00% cyan, 98.00% magenta, 45.00% yellow, 0.00% black
- XYZ: 47.41, 23.93, 20.13
- Yxy: 23.93, 0.5183, 0.2616
- Hunter Lab: 56.01, 84.22, -0.81
- CIE-Lab: 56.01, 84.22, -0.81
In the XYZ color space, this color is represented as X: 47.41, Y: 23.93, Z: 20.13. The Yxy representation further refines this as Y: 23.93, x: 0.5183, and y: 0.2616.
In the Hunter Lab color space, this color is represented as L: 56.01, a: 84.22, and b: -0.81. Similarly, in the CIE-Lab color space, it is represented as L: 56.01, a: 84.22, and b: -0.81.
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 #FF048C
Triadic colors are three colors evenly spaced around the color wheel, including #FF048C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FF048C
Monochromatic colors are variations of #FF048C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FF048C
The complementary color of #FF048C 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 #FF048C
/* Using HEX */ body { background-color: #ff048c; }
/* Using RGB */ body { background-color: rgb(255, 4, 140); }
/* Using RGB with opacity */ body { background-color: rgba(255, 4, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(327, 100%, 51%); }
/* Text color */ p { color: #ff048c; }
/* Box shadow */ div { box-shadow: 4px 4px #ff048c; }
HTML Examples of #FF048C
<!-- Using HEX --> <div style="background-color: #ff048c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(255, 4, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(255, 4, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(327, 100%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ff048c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ff048c; width: 100px; height: 100px;"></div>
Related Colors of #FF048C
These colors are similar to #FF048C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.