crispedge.com

Color picker

Loading...

#fe4f78 hex color - Red - Warm color - Information

#fe4f78 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fe4f78 Color code in RGB color code model is created after adding 99.61% red color, 30.98% green color and 47.06% blue color. Hex #fe4f78 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 53% yellow and 0% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codefe4f78#fe4f78
RGB Decimal254, 79, 120rgb(254, 79, 120)
RGB Percent100%, 31%, 47%rgb(100%, 31%, 47%)
CSS RGBa254, 79, 120,1rgba(254,79,120,1)
CMYK Modelcmyk(0%,69%,53%,0%)
HSL Color Space346,99% ,65%hsl(346,99% ,65%)
HSV Color Space346°, 69%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111100100111101111000
Octal376117170
Decimal25479120
Hexfe4f78

Different shades of #fe4f78 color code.

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

Light Shade of #fe4f78
#fe829f
Dark Shade of #fe4f78
#fe1c51
Saturated Shade of #fe4f78
#ff4e77
Desaturated Shade of #fe4f78
#f5587d
Grey scale Shade of #fe4f78
#a6a6a6
Brighten Shade
#ff6891
Most Readable Shade
#000000

Shades of #fe4f78 color code

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

#fe4f78
#e1466a
#c53d5d
#a93450
#8d2b42
#702335
#541a28
#38111a
#1c080d
#000000

Similar Color like #fe4f78 color

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

#ff5079
#ff517a
#ff527b
#ff537c
#ff547d
#ff557e
#ff567f
#ff5780
#ff5881
#ff5982
#ff5a83
#ff5b84
#ff5c85
#ff5d86
#fd4e77
#fc4d76
#fb4c75
#fa4b74
#f94a73
#f84972
#f74871
#f64770
#f5466f
#f4456e
#f3446d
#f2436c
#f1426b
#f0416a

Monochromatic Color with #fe4f78

#fe4f78
#290d14
#541a28
#7e273c
#a93550
#d34264

Tints of #fe4f78 Color

#fe4f78
#fe6287
#fe7696
#fe89a5
#fe9db4
#feb0c3
#fec4d2
#fed7e1
#feebf0
#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

#fe4f78
#4ffed5

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

Split Complementary

#fe4f78
#4ffe7d
#4fd0fe

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

Analogous Color

#fe4fbe
#fe4f9b
#fe4f78
#fe4f55
#fe6c4f

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

#fe4f78
#78fe4f
#4f78fe

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

#fe4f78
#cffe4f
#4ffed5
#7d4ffe

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

#fe4f78
#4ffed5
#4fd0fe
#fe7d4f

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

#fe4f78 Color Code Preview on Black Background Color

This is how #fe4f78 Color will look on black background color. Color contrast ratio is 6.60

#fe4f78 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe4f78

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe4f78

#fe4f78 color code is use for CSS Background Color

Background color for the above div is #fe4f78

HTML with inline CSS

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

#fe4f78 color code is use for CSS Border Color

CSS Border color for the above div is #fe4f78

HTML with inline CSS

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

CSS Border Left color for the above div is #fe4f78

HTML with inline CSS

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

CSS Border Right color for the above div is #fe4f78

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe4f78

HTML with inline CSS

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

CSS Border Top color for the above div is #fe4f78

HTML with inline CSS

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

#fe4f78 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe4f78 Color code Preview on White Background

This is how #fe4f78 Color code will look on white background color. Color contrast ratio is 3.18

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

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,79,120,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(79,254,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,79,120,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.