Color: #F1223B
#F1223B Color Information
#F1223B is a dark color. The closest websafe version is #F1223B. A complement of this color would be #22F1D9, perceived brightness is 0.39, and the grayscale version is #8A8A8A.
In the HSL color space, this color has a hue angle of 353°,a saturation of 88%, and a lightness of 54%.The HSV representation shows a hue of 353°, a saturation of 100%, and a value of 100%.
In a RGB color space, #F1223B is composed of 95% red, 13% green and 23% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 86% magenta, 76% yellow and 5% black.
In the Yxy color space, this color is represented as Y: 20.98, x: 0.6085, and y: 0.3224.
Color Code #F1223B
Shades of Color #F1223B
Shades are created by darkening the original color #F1223B 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 #F1223B
Tints are created by lightening the original color #F1223B 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 #F1223B Color Code
In the HSL color space, this color has a hue angle of 353°, a saturation of 88%, and a lightness of 54%. The HSV representation shows a hue of 353°, a saturation of 86%, and a value of 95%.
- HEX: #F1223B
- RGB: rgb(241, 34, 59)
- HSL: hsl(353, 88%, 54%)
- HSV: hsv(353, 86%, 95%)
- CMYK: 0.00% cyan, 86.00% magenta, 76.00% yellow, 5.00% black
- XYZ: 39.60, 20.98, 4.50
- Yxy: 20.98, 0.6085, 0.3224
- Hunter Lab: 52.93, 74.54, 42.98
- CIE-Lab: 52.93, 74.54, 42.98
In the XYZ color space, this color is represented as X: 39.60, Y: 20.98, Z: 4.50. The Yxy representation further refines this as Y: 20.98, x: 0.6085, and y: 0.3224.
In the Hunter Lab color space, this color is represented as L: 52.93, a: 74.54, and b: 42.98. Similarly, in the CIE-Lab color space, it is represented as L: 52.93, a: 74.54, and b: 42.98.
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 #F1223B
Triadic colors are three colors evenly spaced around the color wheel, including #F1223B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F1223B
Monochromatic colors are variations of #F1223B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F1223B
The complementary color of #F1223B 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 #F1223B
/* Using HEX */ body { background-color: #f1223b; }
/* Using RGB */ body { background-color: rgb(241, 34, 59); }
/* Using RGB with opacity */ body { background-color: rgba(241, 34, 59, 0.5); }
/* Using HSL */ body { background-color: hsl(353, 88%, 54%); }
/* Text color */ p { color: #f1223b; }
/* Box shadow */ div { box-shadow: 4px 4px #f1223b; }
HTML Examples of #F1223B
<!-- Using HEX --> <div style="background-color: #f1223b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(241, 34, 59); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(241, 34, 59, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(353, 88%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f1223b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f1223b; width: 100px; height: 100px;"></div>
Related Colors of #F1223B
These colors are similar to #F1223B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.