crispedge.com

Color picker

Loading...

#f97ba7 hex color - Red - Warm color - Information

#f97ba7 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f97ba7 Color code in RGB color code model is created after adding 97.65% red color, 48.24% green color and 65.49% blue color. Hex #f97ba7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 33% yellow and 2% black.

Hex #f97ba7 color code is between #ff77aa web safe hex color code and #ee8899 web safe hex color code. #ff77aa is the nearest web safe color code. You can see here many more shades of #f97ba7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef97ba7#f97ba7
RGB Decimal249, 123, 167rgb(249, 123, 167)
RGB Percent98%, 48%, 65%rgb(98%, 48%, 65%)
CSS RGBa249, 123, 167,1rgba(249,123,167,1)
CMYK Modelcmyk(0%,51%,33%,2%)
HSL Color Space339,91% ,73%hsl(339,91% ,73%)
HSV Color Space339°, 51%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110010111101110100111
Octal371173247
Decimal249123167
Hexf97ba7

Different shades of #f97ba7 color code.

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

Light Shade of #f97ba7
#fbacc8
Dark Shade of #f97ba7
#f74a86
Saturated Shade of #f97ba7
#ff75a5
Desaturated Shade of #f97ba7
#f282a9
Grey scale Shade of #f97ba7
#bababa
Brighten Shade
#ff94c0
Most Readable Shade
#000000

Shades of #f97ba7 color code

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

#f97ba7
#dd6d94
#c15f81
#a6526f
#8a445c
#6e364a
#532937
#371b25
#1b0d12
#000000

Similar Color like #f97ba7 color

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

#fa7ca8
#fb7da9
#fc7eaa
#fd7fab
#fe80ac
#ff81ad
#ff82ae
#ff83af
#ff84b0
#ff85b1
#ff86b2
#ff87b3
#ff88b4
#ff89b5
#f87aa6
#f779a5
#f678a4
#f577a3
#f476a2
#f375a1
#f274a0
#f1739f
#f0729e
#ef719d
#ee709c
#ed6f9b
#ec6e9a
#eb6d99

Monochromatic Color with #f97ba7

#f97ba7
#241218
#4f2735
#793c51
#a4516e
#ce668a

Tints of #f97ba7 Color

#f97ba7
#f989b0
#fa98ba
#fba7c4
#fbb5ce
#fcc4d7
#fdd3e1
#fde1eb
#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

#f97ba7
#7bf9cd

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

Split Complementary

#f97ba7
#7bf98e
#7be6f9

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

Analogous Color

#f97bd9
#f97bc0
#f97ba7
#f97b8e
#f9817b

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

#f97ba7
#a7f97b
#7ba7f9

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

#f97ba7
#e6f97b
#7bf9cd
#8e7bf9

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

#f97ba7
#7bf9cd
#7be6f9
#f98e7b

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

#f97ba7 Color Code Preview on Black Background Color

This is how #f97ba7 Color will look on black background color. Color contrast ratio is 8.42

#f97ba7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f97ba7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f97ba7

#f97ba7 color code is use for CSS Background Color

Background color for the above div is #f97ba7

HTML with inline CSS

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

#f97ba7 color code is use for CSS Border Color

CSS Border color for the above div is #f97ba7

HTML with inline CSS

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

CSS Border Left color for the above div is #f97ba7

HTML with inline CSS

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

CSS Border Right color for the above div is #f97ba7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f97ba7

HTML with inline CSS

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

CSS Border Top color for the above div is #f97ba7

HTML with inline CSS

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

#f97ba7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f97ba7 Color code Preview on White Background

This is how #f97ba7 Color code will look on white background color. Color contrast ratio is 2.49

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

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(249,123,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,249,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,123,167,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.