Color: #F98FBB

#F98FBB Color Information

#F98FBB is a light color. The closest websafe version is #F98FBB. A complement of this color would be #90F9CD, perceived brightness is 0.70, and the grayscale version is #C4C4C4.

In the HSL color space, this color has a hue angle of 335°,a saturation of 90%, and a lightness of 77%.The HSV representation shows a hue of 335°, a saturation of 100%, and a value of 100%.

In a RGB color space, #F98FBB is composed of 98% red, 56% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 43% magenta, 25% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 43.78, x: 0.4147, and y: 0.3077.

Color Code #F98FBB

HEX
#F98FBB
RGB
rgb(249, 143, 187)
HSL
hsl(335, 90%, 77%)
HSV
hsv(335, 43%, 98%)
CMYK
0%, 43%, 25%, 2%
XYZ
X: 59.00, Y: 43.78, Z: 39.48
Lab
L: 72.08, a: 44.81, b: -4.55
Name

Shades of Color #F98FBB

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

Tints are created by lightening the original color #F98FBB 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 #F98FBB Color Code

In the HSL color space, this color has a hue angle of 335°, a saturation of 90%, and a lightness of 77%. The HSV representation shows a hue of 335°, a saturation of 43%, and a value of 98%.

  • HEX: #F98FBB
  • RGB: rgb(249, 143, 187)
  • HSL: hsl(335, 90%, 77%)
  • HSV: hsv(335, 43%, 98%)
  • CMYK: 0.00% cyan, 43.00% magenta, 25.00% yellow, 2.00% black
  • XYZ: 59.00, 43.78, 39.48
  • Yxy: 43.78, 0.4147, 0.3077
  • Hunter Lab: 72.08, 44.81, -4.55
  • CIE-Lab: 72.08, 44.81, -4.55

In the XYZ color space, this color is represented as X: 59.00, Y: 43.78, Z: 39.48. The Yxy representation further refines this as Y: 43.78, x: 0.4147, and y: 0.3077.

In the Hunter Lab color space, this color is represented as L: 72.08, a: 44.81, and b: -4.55. Similarly, in the CIE-Lab color space, it is represented as L: 72.08, a: 44.81, and b: -4.55.

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

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

Analogous Colors of #F98FBB

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

Monochromatic Colors of #F98FBB

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

Complementary Color of #F98FBB

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

/* Using HEX */
body {
  background-color: #f98fbb;
}
/* Using RGB */
body {
  background-color: rgb(249, 143, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(249, 143, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(335, 90%, 77%);
}
/* Text color */
p {
  color: #f98fbb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f98fbb;
}

HTML Examples of #F98FBB

<!-- Using HEX -->
<div style="background-color: #f98fbb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(249, 143, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(249, 143, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(335, 90%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f98fbb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f98fbb; width: 100px; height: 100px;"></div>

Related Colors of #F98FBB

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