crispedge.com

Color picker

Loading...

#fa71fa hex color - Red - Warm color - Information

#fa71fa hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #fa71fa color code is between #ff77ff web safe hex color code and #ee66ee web safe hex color code. #ff77ff is the nearest web safe color code. You can see here many more shades of #fa71fa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefa71fa#fa71fa
RGB Decimal250, 113, 250rgb(250, 113, 250)
RGB Percent98%, 44%, 98%rgb(98%, 44%, 98%)
CSS RGBa250, 113, 250,1rgba(250,113,250,1)
CMYK Modelcmyk(0%,55%,0%,2%)
HSL Color Space300,93% ,71%hsl(300,93% ,71%)
HSV Color Space300°, 55%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110100111000111111010
Octal372161372
Decimal250113250
Hexfa71fa

Different shades of #fa71fa color code.

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

Light Shade of #fa71fa
#fca2fc
Dark Shade of #fa71fa
#f840f8
Saturated Shade of #fa71fa
#ff6cff
Desaturated Shade of #fa71fa
#f378f3
Grey scale Shade of #fa71fa
#b5b5b5
Brighten Shade
#ff8aff
Most Readable Shade
#000000

Shades of #fa71fa color code

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

#fa71fa
#de64de
#c257c2
#a64ba6
#8a3e8a
#6f326f
#532553
#371937
#1b0c1b
#000000

Similar Color like #fa71fa color

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

#fb72fb
#fc73fc
#fd74fd
#fe75fe
#ff76ff
#ff77ff
#ff78ff
#ff79ff
#ff7aff
#ff7bff
#ff7cff
#ff7dff
#ff7eff
#ff7fff
#f970f9
#f86ff8
#f76ef7
#f66df6
#f56cf5
#f46bf4
#f36af3
#f269f2
#f168f1
#f067f0
#ef66ef
#ee65ee
#ed64ed
#ec63ec

Monochromatic Color with #fa71fa

#fa71fa
#251125
#502450
#7a377a
#a54ba5
#cf5ecf

Tints of #fa71fa Color

#fa71fa
#fa80fa
#fb90fb
#fba0fb
#fcb0fc
#fcbffc
#fdcffd
#fddffd
#feeffe
#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

#fa71fa
#71fa71

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

Split Complementary

#fa71fa
#b6fa71
#71fab6

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

Analogous Color

#c371fa
#df71fa
#fa71fa
#fa71df
#fa71c3

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

#fa71fa
#fafa71
#71fafa

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

#fa71fa
#fab571
#71fa71
#71b5fa

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

#fa71fa
#71fa71
#71fab6
#fa71b6

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

#fa71fa Color Code Preview on Black Background Color

This is how #fa71fa Color will look on black background color. Color contrast ratio is 8.81

#fa71fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa71fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa71fa

#fa71fa color code is use for CSS Background Color

Background color for the above div is #fa71fa

HTML with inline CSS

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

#fa71fa color code is use for CSS Border Color

CSS Border color for the above div is #fa71fa

HTML with inline CSS

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

CSS Border Left color for the above div is #fa71fa

HTML with inline CSS

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

CSS Border Right color for the above div is #fa71fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa71fa

HTML with inline CSS

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

CSS Border Top color for the above div is #fa71fa

HTML with inline CSS

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

#fa71fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa71fa Color code Preview on White Background

This is how #fa71fa Color code will look on white background color. Color contrast ratio is 2.38

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

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