Color: #FE277E

#FE277E Color Information

#FE277E is a dark color. The closest websafe version is #FE277E. A complement of this color would be #25FEA7, perceived brightness is 0.44, and the grayscale version is #939393.

In the HSL color space, this color has a hue angle of 336°,a saturation of 99%, and a lightness of 57%.The HSV representation shows a hue of 336°, a saturation of 85%, and a value of 100%.

In a RGB color space, #FE277E is composed of 100% red, 15% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 85% magenta, 50% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 24.77, x: 0.5325, and y: 0.2807.

Color Code #FE277E

#FE277Ergb(254, 39, 126)
HEX
#FE277E
RGB
rgb(254, 39, 126)
HSL
hsl(336, 99%, 57%)
HSV
hsv(336, 85%, 100%)
CMYK
0%, 85%, 50%, 0%
XYZ
X: 46.99, Y: 24.77, Z: 16.48
Lab
L: 56.85, a: 79.44, b: 8.71
Name

Shades of Color #FE277E

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

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

#FE277Ergb(254, 39, 126)

About #FE277E Color Code

In the HSL color space, this color has a hue angle of 336°, a saturation of 99%, and a lightness of 57%. The HSV representation shows a hue of 336°, a saturation of 85%, and a value of 100%.

  • HEX: #FE277E
  • RGB: rgb(254, 39, 126)
  • HSL: hsl(336, 99%, 57%)
  • HSV: hsv(336, 85%, 100%)
  • CMYK: 0.00% cyan, 85.00% magenta, 50.00% yellow, 0.00% black
  • XYZ: 46.99, 24.77, 16.48
  • Yxy: 24.77, 0.5325, 0.2807
  • Hunter Lab: 56.85, 79.44, 8.71
  • CIE-Lab: 56.85, 79.44, 8.71

In the XYZ color space, this color is represented as X: 46.99, Y: 24.77, Z: 16.48. The Yxy representation further refines this as Y: 24.77, x: 0.5325, and y: 0.2807.

In the Hunter Lab color space, this color is represented as L: 56.85, a: 79.44, and b: 8.71. Similarly, in the CIE-Lab color space, it is represented as L: 56.85, a: 79.44, and b: 8.71.

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

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

Analogous Colors of #FE277E

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

Split Complementary Colors of #FE277E

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

Tetradic Colors of #FE277E

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

Monochromatic Colors of #FE277E

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

Complementary Color of #FE277E

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

/* Using HEX */
body {
  background-color: #fe277e;
}
/* Using RGB */
body {
  background-color: rgb(254, 39, 126);
}
/* Using RGB with opacity */
body {
  background-color: rgba(254, 39, 126, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(336, 99%, 57%);
}
/* Text color */
p {
  color: #fe277e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fe277e;
}
/* Border color */
.box {
  border: 4px solid #fe277e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fe277e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fe277e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FE277E
On Black Background
#FE277E
On White Background
#FE277E

HTML Examples of #FE277E

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

Related Colors of #FE277E

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