crispedge.com

Color picker

Loading...

#fc71ed hex color - Red - Warm color - Information

#fc71ed hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fc71ed Color code in RGB color code model is created after adding 98.82% red color, 44.31% green color and 92.94% blue color. Hex #fc71ed Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 6% yellow and 1% black.

Hex #fc71ed color code is between #ff77ee web safe hex color code and #ee66dd web safe hex color code. #ff77ee is the nearest web safe color code. You can see here many more shades of #fc71ed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefc71ed#fc71ed
RGB Decimal252, 113, 237rgb(252, 113, 237)
RGB Percent99%, 44%, 93%rgb(99%, 44%, 93%)
CSS RGBa252, 113, 237,1rgba(252,113,237,1)
CMYK Modelcmyk(0%,55%,6%,1%)
HSL Color Space306,96% ,72%hsl(306,96% ,72%)
HSV Color Space306°, 55%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111000111000111101101
Octal374161355
Decimal252113237
Hexfc71ed

Different shades of #fc71ed color code.

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

Light Shade of #fc71ed
#fda3f3
Dark Shade of #fc71ed
#fb3fe7
Saturated Shade of #fc71ed
#ff6eef
Desaturated Shade of #fc71ed
#f578e7
Grey scale Shade of #fc71ed
#b6b6b6
Brighten Shade
#ff8aff
Most Readable Shade
#000000

Shades of #fc71ed color code

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

#fc71ed
#e064d2
#c457b8
#a84b9e
#8c3e83
#703269
#54254f
#381934
#1c0c1a
#000000

Similar Color like #fc71ed color

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

#fd72ee
#fe73ef
#ff74f0
#ff75f1
#ff76f2
#ff77f3
#ff78f4
#ff79f5
#ff7af6
#ff7bf7
#ff7cf8
#ff7df9
#ff7efa
#ff7ffb
#fb70ec
#fa6feb
#f96eea
#f86de9
#f76ce8
#f66be7
#f56ae6
#f469e5
#f368e4
#f267e3
#f166e2
#f065e1
#ef64e0
#ee63df

Monochromatic Color with #fc71ed

#fc71ed
#271225
#52254d
#7c3875
#a74b9d
#d15ec5

Tints of #fc71ed Color

#fc71ed
#fc80ef
#fc90f1
#fda0f3
#fdb0f5
#fdbff7
#fecff9
#fedffb
#feeffd
#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

#fc71ed
#71fc80

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

Split Complementary

#fc71ed
#a8fc71
#71fcc6

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

Analogous Color

#d371fc
#ef71fc
#fc71ed
#fc71d1
#fc71b5

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

#fc71ed
#edfc71
#71edfc

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

#fc71ed
#fcc571
#71fc80
#71a7fc

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

#fc71ed
#71fc80
#71fcc5
#fc71a8

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

#fc71ed Color Code Preview on Black Background Color

This is how #fc71ed Color will look on black background color. Color contrast ratio is 8.72

#fc71ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc71ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc71ed

#fc71ed color code is use for CSS Background Color

Background color for the above div is #fc71ed

HTML with inline CSS

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

#fc71ed color code is use for CSS Border Color

CSS Border color for the above div is #fc71ed

HTML with inline CSS

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

CSS Border Left color for the above div is #fc71ed

HTML with inline CSS

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

CSS Border Right color for the above div is #fc71ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc71ed

HTML with inline CSS

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

CSS Border Top color for the above div is #fc71ed

HTML with inline CSS

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

#fc71ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc71ed Color code Preview on White Background

This is how #fc71ed Color code will look on white background color. Color contrast ratio is 2.41

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

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(252,113,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(113,252,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,113,237,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.