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