crispedge.com

Color picker

Loading...

#f39baa hex color - Red - Warm color - Information

#f39baa hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #f39baa Color code in RGB color code model is created after adding 95.29% red color, 60.78% green color and 66.67% blue color. Hex #f39baa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 30% yellow and 5% black.

Hex #f39baa color code is between #ee9999 web safe hex color code and #ffaabb web safe hex color code. #ee9999 is the nearest web safe color code. You can see here many more shades of #f39baa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef39baa#f39baa
RGB Decimal243, 155, 170rgb(243, 155, 170)
RGB Percent95%, 61%, 67%rgb(95%, 61%, 67%)
CSS RGBa243, 155, 170,1rgba(243,155,170,1)
CMYK Modelcmyk(0%,36%,30%,5%)
HSL Color Space350,79% ,78%hsl(350,79% ,78%)
HSV Color Space350°, 36%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100111001101110101010
Octal363233252
Decimal243155170
Hexf39baa

Different shades of #f39baa color code.

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

Light Shade of #f39baa
#f8c8d1
Dark Shade of #f39baa
#ee6d83
Saturated Shade of #f39baa
#f995a6
Desaturated Shade of #f39baa
#eda1ae
Grey scale Shade of #f39baa
#c7c7c7
Brighten Shade
#ffb4c3
Most Readable Shade
#000000

Shades of #f39baa color code

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

#f39baa
#d88997
#bd7884
#a26771
#87565e
#6c444b
#513338
#362225
#1b1112
#000000

Similar Color like #f39baa color

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

#f49cab
#f59dac
#f69ead
#f79fae
#f8a0af
#f9a1b0
#faa2b1
#fba3b2
#fca4b3
#fda5b4
#fea6b5
#ffa7b6
#ffa8b7
#ffa9b8
#f29aa9
#f199a8
#f098a7
#ef97a6
#ee96a5
#ed95a4
#ec94a3
#eb93a2
#ea92a1
#e991a0
#e8909f
#e78f9e
#e68e9d
#e58d9c

Monochromatic Color with #f39baa

#f39baa
#1e1315
#492f33
#734a51
#9e656f
#c8808c

Tints of #f39baa Color

#f39baa
#f4a6b3
#f5b1bc
#f7bcc6
#f8c7cf
#f9d2d9
#fbdde2
#fce8ec
#fdf3f5
#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

#f39baa
#9bf3e4

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

Split Complementary

#f39baa
#9bf3b8
#9bd6f3

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

Analogous Color

#f39bcd
#f39bbc
#f39baa
#f39e9b
#f3af9b

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

#f39baa
#aaf39b
#9baaf3

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

#f39baa
#d6f39b
#9bf3e4
#b89bf3

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

#f39baa
#9bf3e4
#9bd6f3
#f3b89b

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

#f39baa Color Code Preview on Black Background Color

This is how #f39baa Color will look on black background color. Color contrast ratio is 10.08

#f39baa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f39baa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f39baa

#f39baa color code is use for CSS Background Color

Background color for the above div is #f39baa

HTML with inline CSS

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

#f39baa color code is use for CSS Border Color

CSS Border color for the above div is #f39baa

HTML with inline CSS

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

CSS Border Left color for the above div is #f39baa

HTML with inline CSS

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

CSS Border Right color for the above div is #f39baa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f39baa

HTML with inline CSS

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

CSS Border Top color for the above div is #f39baa

HTML with inline CSS

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

#f39baa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f39baa Color code Preview on White Background

This is how #f39baa Color code will look on white background color. Color contrast ratio is 2.08

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

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(243,155,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,243,228,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(243,155,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.