crispedge.com

Color picker

Loading...

#fa79aa hex color - Red - Warm color - Information

#fa79aa hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #fa79aa color code is between #ff7799 web safe hex color code and #ee88bb web safe hex color code. #ff7799 is the nearest web safe color code. You can see here many more shades of #fa79aa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefa79aa#fa79aa
RGB Decimal250, 121, 170rgb(250, 121, 170)
RGB Percent98%, 47%, 67%rgb(98%, 47%, 67%)
CSS RGBa250, 121, 170,1rgba(250,121,170,1)
CMYK Modelcmyk(0%,52%,32%,2%)
HSL Color Space337,93% ,73%hsl(337,93% ,73%)
HSV Color Space337°, 52%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110100111100110101010
Octal372171252
Decimal250121170
Hexfa79aa

Different shades of #fa79aa color code.

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

Light Shade of #fa79aa
#fcaac9
Dark Shade of #fa79aa
#f8488b
Saturated Shade of #fa79aa
#ff74a9
Desaturated Shade of #fa79aa
#f380ac
Grey scale Shade of #fa79aa
#b9b9b9
Brighten Shade
#ff92c3
Most Readable Shade
#000000

Shades of #fa79aa color code

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

#fa79aa
#de6b97
#c25e84
#a65071
#8a435e
#6f354b
#532838
#371a25
#1b0d12
#000000

Similar Color like #fa79aa color

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

#fb7aab
#fc7bac
#fd7cad
#fe7dae
#ff7eaf
#ff7fb0
#ff80b1
#ff81b2
#ff82b3
#ff83b4
#ff84b5
#ff85b6
#ff86b7
#ff87b8
#f978a9
#f877a8
#f776a7
#f675a6
#f574a5
#f473a4
#f372a3
#f271a2
#f170a1
#f06fa0
#ef6e9f
#ee6d9e
#ed6c9d
#ec6b9c

Monochromatic Color with #fa79aa

#fa79aa
#251219
#502736
#7a3b53
#a55070
#cf648d

Tints of #fa79aa Color

#fa79aa
#fa87b3
#fb96bc
#fba5c6
#fcb4cf
#fcc3d9
#fdd2e2
#fde1ec
#fef0f5
#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

#fa79aa
#79fac9

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

Split Complementary

#fa79aa
#79fa89
#79ebfa

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

Analogous Color

#fa79de
#fa79c4
#fa79aa
#fa7990
#fa7c79

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

#fa79aa
#aafa79
#79aafa

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

#fa79aa
#eafa79
#79fac9
#8879fa

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

#fa79aa
#79fac9
#79ebfa
#fa8879

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

#fa79aa Color Code Preview on Black Background Color

This is how #fa79aa Color will look on black background color. Color contrast ratio is 8.38

#fa79aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa79aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fa79aa

#fa79aa color code is use for CSS Background Color

Background color for the above div is #fa79aa

HTML with inline CSS

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

#fa79aa color code is use for CSS Border Color

CSS Border color for the above div is #fa79aa

HTML with inline CSS

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

CSS Border Left color for the above div is #fa79aa

HTML with inline CSS

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

CSS Border Right color for the above div is #fa79aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fa79aa

HTML with inline CSS

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

CSS Border Top color for the above div is #fa79aa

HTML with inline CSS

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

#fa79aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fa79aa Color code Preview on White Background

This is how #fa79aa Color code will look on white background color. Color contrast ratio is 2.51

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

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