Color: #F93BFC

#F93BFC Color Information

#F93BFC is a light color. The closest websafe version is #F93BFC. A complement of this color would be #3EFC3B, perceived brightness is 0.54, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 299°,a saturation of 97%, and a lightness of 61%.The HSV representation shows a hue of 299°, a saturation of 77%, and a value of 99%.

In a RGB color space, #F93BFC is composed of 98% red, 23% green and 99% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 77% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 30.11, x: 0.3596, and y: 0.1902.

Color Code #F93BFC

#F93BFCrgb(249, 59, 252)
HEX
#F93BFC
RGB
rgb(249, 59, 252)
HSL
hsl(299, 97%, 61%)
HSV
hsv(299, 77%, 99%)
CMYK
1%, 77%, 0%, 1%
XYZ
X: 56.92, Y: 30.11, Z: 71.27
Lab
L: 61.75, a: 84.30, b: -56.40
Name

Shades of Color #F93BFC

Shades are created by darkening the original color #F93BFC 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 #F93BFC

Tints are created by lightening the original color #F93BFC 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.

#F93BFCrgb(249, 59, 252)

About #F93BFC Color Code

In the HSL color space, this color has a hue angle of 299°, a saturation of 97%, and a lightness of 61%. The HSV representation shows a hue of 299°, a saturation of 77%, and a value of 99%.

  • HEX: #F93BFC
  • RGB: rgb(249, 59, 252)
  • HSL: hsl(299, 97%, 61%)
  • HSV: hsv(299, 77%, 99%)
  • CMYK: 100.00% cyan, 77.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 56.92, 30.11, 71.27
  • Yxy: 30.11, 0.3596, 0.1902
  • Hunter Lab: 61.75, 84.30, -56.40
  • CIE-Lab: 61.75, 84.30, -56.40

In the XYZ color space, this color is represented as X: 56.92, Y: 30.11, Z: 71.27. The Yxy representation further refines this as Y: 30.11, x: 0.3596, and y: 0.1902.

In the Hunter Lab color space, this color is represented as L: 61.75, a: 84.30, and b: -56.40. Similarly, in the CIE-Lab color space, it is represented as L: 61.75, a: 84.30, and b: -56.40.

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 #F93BFC

Triadic colors are three colors evenly spaced around the color wheel, including #F93BFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #F93BFC

Analogous colors are adjacent to #F93BFC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #F93BFC

Split complementary colors are two colors adjacent to the complementary color of #F93BFC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #F93BFC

Tetradic colors form a rectangle on the color wheel, including #F93BFC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #F93BFC

Monochromatic colors are variations of #F93BFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #F93BFC

The complementary color of #F93BFC 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 #F93BFC

/* Using HEX */
body {
  background-color: #f93bfc;
}
/* Using RGB */
body {
  background-color: rgb(249, 59, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(249, 59, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(299, 97%, 61%);
}
/* Text color */
p {
  color: #f93bfc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f93bfc;
}
/* Border color */
.box {
  border: 4px solid #f93bfc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f93bfc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f93bfc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F93BFC
On Black Background
#F93BFC
On White Background
#F93BFC

HTML Examples of #F93BFC

<!-- Using HEX -->
<div style="background-color: #f93bfc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(249, 59, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(249, 59, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(299, 97%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f93bfc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f93bfc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f93bfc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f93bfc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f93bfc; color: #fff; padding: 16px; border-radius: 8px;">
  #F93BFC
</div>
#F93BFC
On Black Background
#F93BFC
On White Background
#F93BFC

Related Colors of #F93BFC

These colors are similar to #F93BFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.