crispedge.com

Color picker

Loading...

#fe47cc hex color - Red - Warm color - Information

#fe47cc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fe47cc Color code in RGB color code model is created after adding 99.61% red color, 27.84% green color and 80% blue color. Hex #fe47cc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 20% yellow and 0% black.

Hex #fe47cc color code is between #ff44bb web safe hex color code and #ee55dd web safe hex color code. #ff44bb is the nearest web safe color code. You can see here many more shades of #fe47cc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefe47cc#fe47cc
RGB Decimal254, 71, 204rgb(254, 71, 204)
RGB Percent100%, 28%, 80%rgb(100%, 28%, 80%)
CSS RGBa254, 71, 204,1rgba(254,71,204,1)
CMYK Modelcmyk(0%,72%,20%,0%)
HSL Color Space316,99% ,64%hsl(316,99% ,64%)
HSV Color Space316°, 72%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111100100011111001100
Octal376107314
Decimal25471204
Hexfe47cc

Different shades of #fe47cc color code.

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

Light Shade of #fe47cc
#fe7ada
Dark Shade of #fe47cc
#fe14be
Saturated Shade of #fe47cc
#ff46cc
Desaturated Shade of #fe47cc
#f550c8
Grey scale Shade of #fe47cc
#a2a2a2
Brighten Shade
#ff60e5
Most Readable Shade
#000000

Shades of #fe47cc color code

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

#fe47cc
#e13fb5
#c5379e
#a92f88
#8d2771
#701f5a
#541744
#380f2d
#1c0716
#000000

Similar Color like #fe47cc color

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

#ff48cd
#ff49ce
#ff4acf
#ff4bd0
#ff4cd1
#ff4dd2
#ff4ed3
#ff4fd4
#ff50d5
#ff51d6
#ff52d7
#ff53d8
#ff54d9
#ff55da
#fd46cb
#fc45ca
#fb44c9
#fa43c8
#f942c7
#f841c6
#f740c5
#f63fc4
#f53ec3
#f43dc2
#f33cc1
#f23bc0
#f13abf
#f039be

Monochromatic Color with #fe47cc

#fe47cc
#290c21
#541743
#7e2366
#a92f88
#d33baa

Tints of #fe47cc Color

#fe47cc
#fe5bd1
#fe6fd7
#fe84dd
#fe98e2
#feade8
#fec1ee
#fed6f3
#feeaf9
#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

#fe47cc
#47fe79

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

Split Complementary

#fe47cc
#70fe47
#47fed5

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

Analogous Color

#e747fe
#fe47f1
#fe47cc
#fe47a7
#fe4783

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

#fe47cc
#ccfe47
#47ccfe

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

#fe47cc
#fed447
#47fe79
#4770fe

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

#fe47cc
#47fe79
#47fed5
#fe4770

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

#fe47cc Color Code Preview on Black Background Color

This is how #fe47cc Color will look on black background color. Color contrast ratio is 6.99

#fe47cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe47cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe47cc

#fe47cc color code is use for CSS Background Color

Background color for the above div is #fe47cc

HTML with inline CSS

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

#fe47cc color code is use for CSS Border Color

CSS Border color for the above div is #fe47cc

HTML with inline CSS

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

CSS Border Left color for the above div is #fe47cc

HTML with inline CSS

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

CSS Border Right color for the above div is #fe47cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe47cc

HTML with inline CSS

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

CSS Border Top color for the above div is #fe47cc

HTML with inline CSS

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

#fe47cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe47cc Color code Preview on White Background

This is how #fe47cc Color code will look on white background color. Color contrast ratio is 3.01

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

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,71,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(71,254,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(254,71,204,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.