crispedge.com

#fe4d95 hex color - Red - Warm color - Information

#fe4d95 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fe4d95 Color code in RGB color code model is created after adding 99.61% red color, 30.2% green color and 58.43% blue color. Hex #fe4d95 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 70% magenta, 41% yellow and 0% black.

Hex #fe4d95 color code is between #ff5599 web safe hex color code and #ee4488 web safe hex color code. #ff5599 is the nearest web safe color code. You can see here many more shades of #fe4d95 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefe4d95#fe4d95
RGB Decimal254, 77, 149rgb(254, 77, 149)
RGB Percent100%, 30%, 58%rgb(100%, 30%, 58%)
CSS RGBa254, 77, 149,1rgba(254,77,149,1)
CMYK Modelcmyk(0%,70%,41%,0%)
HSL Color Space336,99% ,65%hsl(336,99% ,65%)
HSV Color Space336°, 70%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111100100110110010101
Octal376115225
Decimal25477149
Hexfe4d95

Different shades of #fe4d95 color code.

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

Light Shade of #fe4d95
#fe80b3
Dark Shade of #fe4d95
#fe1a77
Saturated Shade of #fe4d95
#ff4c95
Desaturated Shade of #fe4d95
#f55697
Grey scale Shade of #fe4d95
#a5a5a5
Brighten Shade
#ff66ae
Most Readable Shade
#000000

Shades of #fe4d95 color code

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

#fe4d95
#e14484
#c53b73
#a93363
#8d2a52
#702242
#541931
#381121
#1c0810
#000000

Similar Color like #fe4d95 color

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

#ff4e96
#ff4f97
#ff5098
#ff5199
#ff529a
#ff539b
#ff549c
#ff559d
#ff569e
#ff579f
#ff58a0
#ff59a1
#ff5aa2
#ff5ba3
#fd4c94
#fc4b93
#fb4a92
#fa4991
#f94890
#f8478f
#f7468e
#f6458d
#f5448c
#f4438b
#f3428a
#f24189
#f14088
#f03f87

Monochromatic Color with #fe4d95

#fe4d95
#290d18
#541931
#7e264a
#a93363
#d3407c

Tints of #fe4d95 Color

#fe4d95
#fe60a0
#fe74ac
#fe88b8
#fe9cc4
#feafcf
#fec3db
#fed7e7
#feebf3
#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

#fe4d95
#4dfeb6

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

Split Complementary

#fe4d95
#4dfe5d
#4deefe

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

Analogous Color

#fe4ddc
#fe4db8
#fe4d95
#fe4d72
#fe4d4e

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

#fe4d95
#95fe4d
#4d95fe

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

#fe4d95
#edfe4d
#4dfeb6
#5d4dfe

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

#fe4d95
#4dfeb6
#4deefe
#fe5d4d

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 #fe4d95 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.

#fe4d95 Color Code Preview on Black Background Color

This is how #fe4d95 Color will look on black background color. Color contrast ratio is 6.71

#fe4d95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe4d95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe4d95

#fe4d95 color code is use for CSS Background Color

Background color for the above div is #fe4d95

HTML with inline CSS

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

#fe4d95 color code is use for CSS Border Color

CSS Border color for the above div is #fe4d95

HTML with inline CSS

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

CSS Border Left color for the above div is #fe4d95

HTML with inline CSS

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

CSS Border Right color for the above div is #fe4d95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe4d95

HTML with inline CSS

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

CSS Border Top color for the above div is #fe4d95

HTML with inline CSS

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

#fe4d95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe4d95 Color code Preview on White Background

This is how #fe4d95 Color code will look on white background color. Color contrast ratio is 3.13

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 #fe4d95; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fe4d95; }

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,77,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(77,254,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,77,149,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.

< /html>