Color: #F65AB4

#F65AB4 Color Information

#F65AB4 is a light color. The closest websafe version is #F65AB4. A complement of this color would be #5AF69B, perceived brightness is 0.58, and the grayscale version is #A8A8A8.

In the HSL color space, this color has a hue angle of 325°,a saturation of 90%, and a lightness of 66%.The HSV representation shows a hue of 325°, a saturation of 63%, and a value of 96%.

In a RGB color space, #F65AB4 is composed of 96% red, 35% green and 71% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 63% magenta, 27% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 30.60, x: 0.4362, and y: 0.2635.

Color Code #F65AB4

#F65AB4rgb(246, 90, 180)
HEX
#F65AB4
RGB
rgb(246, 90, 180)
HSL
hsl(325, 90%, 66%)
HSV
hsv(325, 63%, 96%)
CMYK
0%, 63%, 27%, 4%
XYZ
X: 50.66, Y: 30.60, Z: 34.87
Lab
L: 62.17, a: 66.51, b: -15.31
Name

Shades of Color #F65AB4

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

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

#F65AB4rgb(246, 90, 180)

About #F65AB4 Color Code

In the HSL color space, this color has a hue angle of 325°, a saturation of 90%, and a lightness of 66%. The HSV representation shows a hue of 325°, a saturation of 63%, and a value of 96%.

  • HEX: #F65AB4
  • RGB: rgb(246, 90, 180)
  • HSL: hsl(325, 90%, 66%)
  • HSV: hsv(325, 63%, 96%)
  • CMYK: 0.00% cyan, 63.00% magenta, 27.00% yellow, 4.00% black
  • XYZ: 50.66, 30.60, 34.87
  • Yxy: 30.60, 0.4362, 0.2635
  • Hunter Lab: 62.17, 66.51, -15.31
  • CIE-Lab: 62.17, 66.51, -15.31

In the XYZ color space, this color is represented as X: 50.66, Y: 30.60, Z: 34.87. The Yxy representation further refines this as Y: 30.60, x: 0.4362, and y: 0.2635.

In the Hunter Lab color space, this color is represented as L: 62.17, a: 66.51, and b: -15.31. Similarly, in the CIE-Lab color space, it is represented as L: 62.17, a: 66.51, and b: -15.31.

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

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

Analogous Colors of #F65AB4

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

Split Complementary Colors of #F65AB4

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

Tetradic Colors of #F65AB4

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

Monochromatic Colors of #F65AB4

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

Complementary Color of #F65AB4

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

/* Using HEX */
body {
  background-color: #f65ab4;
}
/* Using RGB */
body {
  background-color: rgb(246, 90, 180);
}
/* Using RGB with opacity */
body {
  background-color: rgba(246, 90, 180, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(325, 90%, 66%);
}
/* Text color */
p {
  color: #f65ab4;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f65ab4;
}
/* Border color */
.box {
  border: 4px solid #f65ab4;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f65ab4;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f65ab4;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F65AB4
On Black Background
#F65AB4
On White Background
#F65AB4

HTML Examples of #F65AB4

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

Related Colors of #F65AB4

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