crispedge.com

#fe2e6d hex color - Red - Warm color - Information

#fe2e6d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fe2e6d Color code in RGB color code model is created after adding 99.61% red color, 18.04% green color and 42.75% blue color. Hex #fe2e6d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 82% magenta, 57% yellow and 0.39% black.

Hex #fe2e6d color code is between #ff3366 web safe hex color code and #ee2277 web safe hex color code. #ff3366 is the nearest web safe color code. You can see here many more shades of #fe2e6d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codefe2e6d#fe2e6d
RGB Decimal254, 46, 109rgb(254, 46, 109)
RGB Percent100%, 18%, 43%rgb(100%, 18%, 43%)
CSS RGBa254, 46, 109,1rgba(254,46,109,1)
CMYK Modelcmyk(0%,82%,57%,0.39%)
HSL Color Space342,99% ,59%hsl(342,99% ,59%)
HSV Color Space342°, 82%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111100010111001101101
Octal37656155
Decimal25446109
Hexfe2e6d

Different shades of #fe2e6d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #fe2e6d
#fe6190
Dark Shade of #fe2e6d
#f8014c
Saturated Shade of #fe2e6d
#ff2d6d
Desaturated Shade of #fe2e6d
#f33871
Grey scale Shade of #fe2e6d
#969696
Brighten Shade
#ff4786
Most Readable Shade
#FFFFFF

Shades of #fe2e6d color code

Generate more color scales with scales (color stack) generator.

#fe2e6d
#e12860
#c52354
#a91e48
#8d193c
#701430
#540f24
#380a18
#1c050c
#000000

Similar Color like #fe2e6d color

Find visually similar hex color codes nearing to #fe2e6d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ff2f6e
#ff306f
#ff3170
#ff3271
#ff3372
#ff3473
#ff3574
#ff3675
#ff3776
#ff3877
#ff3978
#ff3a79
#ff3b7a
#ff3c7b
#fd2d6c
#fc2c6b
#fb2b6a
#fa2a69
#f92968
#f82867
#f72766
#f62665
#f52564
#f42463
#f32362
#f22261
#f12160
#f0205f

Monochromatic Color with #fe2e6d

#fe2e6d
#290812
#540f24
#7e1736
#a91f49
#d3265b

Tints of #fe2e6d Color

#fe2e6d
#fe457d
#fe5c8d
#fe739d
#fe8aad
#fea2be
#feb9ce
#fed0de
#fee7ee
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#fe2e6d
#2efebf

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#fe2e6d
#2efe57
#2ed5fe

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#fe2ec0
#fe2e97
#fe2e6d
#fe2e43
#fe422e

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#fe2e6d
#6dfe2e
#2e6dfe

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#fe2e6d
#d5fe2e
#2efebf
#572efe

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#fe2e6d
#2efebf
#2ed5fe
#fe572e

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #fe2e6d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#fe2e6d Color Code Preview on Black Background Color

This is how #fe2e6d Color will look on black background color. Color contrast ratio is 5.83

#fe2e6d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#fe2e6d">Your Example Paragraph content text in with font color #fe2e6d </p>

Your Example Paragraph content text in with font color #fe2e6d

HTML with inline CSS

<div style="color:#fe2e6d">Your Paragraph text in with font color #fe2e6d </div>

Your Example Paragraph content text in with font color #fe2e6d

#fe2e6d color code is use for CSS Background Color

Background color for the above div is #fe2e6d

HTML with inline CSS

<div style="background-color:#fe2e6d;"></div>

#fe2e6d color code is use for CSS Border Color

CSS Border color for the above div is #fe2e6d

HTML with inline CSS

<div style="border:5px solid #fe2e6d;"></div>

CSS Border Left color for the above div is #fe2e6d

HTML with inline CSS

<div style="border-left:5px solid #fe2e6d;"></div>

CSS Border Right color for the above div is #fe2e6d

HTML with inline CSS

<div style="border-right:5px solid #fe2e6d;"></div>

CSS Border Bottom color for the above div is #fe2e6d

HTML with inline CSS

<div style="border-bottom:5px solid #fe2e6d;"></div>

CSS Border Top color for the above div is #fe2e6d

HTML with inline CSS

<div style="border-top:5px solid #fe2e6d;"></div>

#fe2e6d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#fe2e6d; } .examplecolorclass {color:#fe2e6d; } .examplebordercolor {border:3px solid #fe2e6d; }

#fe2e6d Color code Preview on White Background

This is how #fe2e6d Color code will look on white background color. Color contrast ratio is 3.60

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #fe2e6d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fe2e6d; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(254,46,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(46,254,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,46,109,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.