crispedge.com

Color picker

Loading...

#f95c87 hex color - Red - Warm color - Information

#f95c87 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f95c87 Color code in RGB color code model is created after adding 97.65% red color, 36.08% green color and 52.94% blue color. Hex #f95c87 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 46% yellow and 2% black.

Hex #f95c87 color code is between #ff5588 web safe hex color code and #ee6677 web safe hex color code. #ff5588 is the nearest web safe color code. You can see here many more shades of #f95c87 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef95c87#f95c87
RGB Decimal249, 92, 135rgb(249, 92, 135)
RGB Percent98%, 36%, 53%rgb(98%, 36%, 53%)
CSS RGBa249, 92, 135,1rgba(249,92,135,1)
CMYK Modelcmyk(0%,63%,46%,2%)
HSL Color Space344,93% ,67%hsl(344,93% ,67%)
HSV Color Space344°, 63%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110010101110010000111
Octal371134207
Decimal24992135
Hexf95c87

Different shades of #f95c87 color code.

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

Light Shade of #f95c87
#fb8dab
Dark Shade of #f95c87
#f72b63
Saturated Shade of #f95c87
#ff5684
Desaturated Shade of #f95c87
#f1648b
Grey scale Shade of #f95c87
#aaaaaa
Brighten Shade
#ff75a0
Most Readable Shade
#000000

Shades of #f95c87 color code

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

#f95c87
#dd5178
#c14769
#a63d5a
#8a334b
#6e283c
#531e2d
#37141e
#1b0a0f
#000000

Similar Color like #f95c87 color

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

#fa5d88
#fb5e89
#fc5f8a
#fd608b
#fe618c
#ff628d
#ff638e
#ff648f
#ff6590
#ff6691
#ff6792
#ff6893
#ff6994
#ff6a95
#f85b86
#f75a85
#f65984
#f55883
#f45782
#f35681
#f25580
#f1547f
#f0537e
#ef527d
#ee517c
#ed507b
#ec4f7a
#eb4e79

Monochromatic Color with #f95c87

#f95c87
#240d14
#4f1d2b
#792d42
#a43d59
#ce4c70

Tints of #f95c87 Color

#f95c87
#f96e94
#fa80a1
#fb92af
#fba4bc
#fcb6c9
#fdc8d7
#fddae4
#feecf1
#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

#f95c87
#5cf9ce

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

Split Complementary

#f95c87
#5cf97f
#5cd6f9

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

Analogous Color

#f95cc6
#f95ca6
#f95c87
#f95c68
#f9705c

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

#f95c87
#87f95c
#5c87f9

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

#f95c87
#d5f95c
#5cf9ce
#7f5cf9

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

#f95c87
#5cf9ce
#5cd6f9
#f97f5c

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

#f95c87 Color Code Preview on Black Background Color

This is how #f95c87 Color will look on black background color. Color contrast ratio is 6.91

#f95c87 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f95c87

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f95c87

#f95c87 color code is use for CSS Background Color

Background color for the above div is #f95c87

HTML with inline CSS

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

#f95c87 color code is use for CSS Border Color

CSS Border color for the above div is #f95c87

HTML with inline CSS

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

CSS Border Left color for the above div is #f95c87

HTML with inline CSS

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

CSS Border Right color for the above div is #f95c87

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f95c87

HTML with inline CSS

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

CSS Border Top color for the above div is #f95c87

HTML with inline CSS

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

#f95c87 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f95c87 Color code Preview on White Background

This is how #f95c87 Color code will look on white background color. Color contrast ratio is 3.04

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

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,92,135,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(92,249,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,92,135,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.