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