Color: #FE106F
#FE106F Color Information
#FE106F is a dark color. The closest websafe version is #FE106F. A complement of this color would be #10FE9F, perceived brightness is 0.38, and the grayscale version is #878787.
In the HSL color space, this color has a hue angle of 336°,a saturation of 99%, and a lightness of 53%.The HSV representation shows a hue of 336°, a saturation of 94%, and a value of 100%.
In a RGB color space, #FE106F is composed of 100% red, 6% green and 44% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 94% magenta, 56% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 23.39, x: 0.5581, and y: 0.2857.
Color Code #FE106F
Shades of Color #FE106F
Shades are created by darkening the original color #FE106F 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 #FE106F
Tints are created by lightening the original color #FE106F 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 #FE106F Color Code
In the HSL color space, this color has a hue angle of 336°, a saturation of 99%, and a lightness of 53%. The HSV representation shows a hue of 336°, a saturation of 94%, and a value of 100%.
- HEX: #FE106F
- RGB: rgb(254, 16, 111)
- HSL: hsl(336, 99%, 53%)
- HSV: hsv(336, 94%, 100%)
- CMYK: 0.00% cyan, 94.00% magenta, 56.00% yellow, 0.00% black
- XYZ: 45.69, 23.39, 12.78
- Yxy: 23.39, 0.5581, 0.2857
- Hunter Lab: 55.47, 81.76, 15.81
- CIE-Lab: 55.47, 81.76, 15.81
In the XYZ color space, this color is represented as X: 45.69, Y: 23.39, Z: 12.78. The Yxy representation further refines this as Y: 23.39, x: 0.5581, and y: 0.2857.
In the Hunter Lab color space, this color is represented as L: 55.47, a: 81.76, and b: 15.81. Similarly, in the CIE-Lab color space, it is represented as L: 55.47, a: 81.76, and b: 15.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 #FE106F
Triadic colors are three colors evenly spaced around the color wheel, including #FE106F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #FE106F
Split complementary colors are two colors adjacent to the complementary color of #FE106F. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #FE106F
Monochromatic colors are variations of #FE106F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FE106F
The complementary color of #FE106F 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 #FE106F
/* Using HEX */ body { background-color: #fe106f; }
/* Using RGB */ body { background-color: rgb(254, 16, 111); }
/* Using RGB with opacity */ body { background-color: rgba(254, 16, 111, 0.5); }
/* Using HSL */ body { background-color: hsl(336, 99%, 53%); }
/* Text color */ p { color: #fe106f; }
/* Box shadow */ div { box-shadow: 4px 4px #fe106f; }
/* Border color */ .box { border: 4px solid #fe106f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #fe106f; }
/* Background with text */ div { background: #fe106f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FE106F
<!-- Using HEX --> <div style="background-color: #fe106f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(254, 16, 111); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(254, 16, 111, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(336, 99%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fe106f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fe106f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #fe106f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #fe106f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #fe106f; color: #fff; padding: 16px; border-radius: 8px;"> #FE106F </div>
Related Colors of #FE106F
These colors are similar to #FE106F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.