crispedge.com

Color picker

Loading...

#f95aba hex color - Red - Warm color - Information

#f95aba hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #f95aba Color code in RGB color code model is created after adding 97.65% red color, 35.29% green color and 72.94% blue color. Hex #f95aba Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 25% yellow and 2% black.

Hex #f95aba color code is between #ff55bb web safe hex color code and #ee66aa web safe hex color code. #ff55bb is the nearest web safe color code. You can see here many more shades of #f95aba color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef95aba#f95aba
RGB Decimal249, 90, 186rgb(249, 90, 186)
RGB Percent98%, 35%, 73%rgb(98%, 35%, 73%)
CSS RGBa249, 90, 186,1rgba(249,90,186,1)
CMYK Modelcmyk(0%,64%,25%,2%)
HSL Color Space324,93% ,66%hsl(324,93% ,66%)
HSV Color Space324°, 64%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110010101101010111010
Octal371132272
Decimal24990186
Hexf95aba

Different shades of #f95aba color code.

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

Light Shade of #f95aba
#fb8bcf
Dark Shade of #f95aba
#f729a5
Saturated Shade of #f95aba
#ff54bb
Desaturated Shade of #f95aba
#f063b8
Grey scale Shade of #f95aba
#a9a9a9
Brighten Shade
#ff73d3
Most Readable Shade
#000000

Shades of #f95aba color code

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

#f95aba
#dd50a5
#c14690
#a63c7c
#8a3267
#6e2852
#531e3e
#371429
#1b0a14
#000000

Similar Color like #f95aba color

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

#fa5bbb
#fb5cbc
#fc5dbd
#fd5ebe
#fe5fbf
#ff60c0
#ff61c1
#ff62c2
#ff63c3
#ff64c4
#ff65c5
#ff66c6
#ff67c7
#ff68c8
#f859b9
#f758b8
#f657b7
#f556b6
#f455b5
#f354b4
#f253b3
#f152b2
#f051b1
#ef50b0
#ee4faf
#ed4eae
#ec4dad
#eb4cac

Monochromatic Color with #f95aba

#f95aba
#240d1b
#4f1d3b
#792c5b
#a43b7b
#ce4b9a

Tints of #f95aba Color

#f95aba
#f96cc1
#fa7ec9
#fb91d1
#fba3d8
#fcb5e0
#fdc8e8
#fddaef
#feecf7
#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

#f95aba
#5af999

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

Split Complementary

#f95aba
#6af95a
#5af9e9

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

Analogous Color

#f85af9
#f95ada
#f95aba
#f95a9a
#f95a7a

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

#f95aba
#baf95a
#5abaf9

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

#f95aba
#f9e85a
#5af999
#5a6af9

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

#f95aba
#5af999
#5af9e9
#f95a6a

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

#f95aba Color Code Preview on Black Background Color

This is how #f95aba Color will look on black background color. Color contrast ratio is 7.20

#f95aba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f95aba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f95aba

#f95aba color code is use for CSS Background Color

Background color for the above div is #f95aba

HTML with inline CSS

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

#f95aba color code is use for CSS Border Color

CSS Border color for the above div is #f95aba

HTML with inline CSS

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

CSS Border Left color for the above div is #f95aba

HTML with inline CSS

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

CSS Border Right color for the above div is #f95aba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f95aba

HTML with inline CSS

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

CSS Border Top color for the above div is #f95aba

HTML with inline CSS

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

#f95aba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f95aba Color code Preview on White Background

This is how #f95aba Color code will look on white background color. Color contrast ratio is 2.92

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

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,90,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(90,249,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,90,186,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.