crispedge.com

Color picker

Loading...

#f86ec1 hex color - Red - Warm color - Information

#f86ec1 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #f86ec1 Color code in RGB color code model is created after adding 97.25% red color, 43.14% green color and 75.69% blue color. Hex #f86ec1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 22% yellow and 3% black.

Hex #f86ec1 color code is between #ff66bb web safe hex color code and #ee77cc web safe hex color code. #ff66bb is the nearest web safe color code. You can see here many more shades of #f86ec1 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codef86ec1#f86ec1
RGB Decimal248, 110, 193rgb(248, 110, 193)
RGB Percent97%, 43%, 76%rgb(97%, 43%, 76%)
CSS RGBa248, 110, 193,1rgba(248,110,193,1)
CMYK Modelcmyk(0%,56%,22%,3%)
HSL Color Space324,91% ,70%hsl(324,91% ,70%)
HSV Color Space324°, 56%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110000110111011000001
Octal370156301
Decimal248110193
Hexf86ec1

Different shades of #f86ec1 color code.

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

Light Shade of #f86ec1
#fa9fd6
Dark Shade of #f86ec1
#f63dac
Saturated Shade of #f86ec1
#ff67c2
Desaturated Shade of #f86ec1
#f076bf
Grey scale Shade of #f86ec1
#b3b3b3
Brighten Shade
#ff87da
Most Readable Shade
#000000

Shades of #f86ec1 color code

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

#f86ec1
#dc61ab
#c05596
#a54980
#893d6b
#6e3055
#522440
#37182a
#1b0c15
#000000

Similar Color like #f86ec1 color

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

#f96fc2
#fa70c3
#fb71c4
#fc72c5
#fd73c6
#fe74c7
#ff75c8
#ff76c9
#ff77ca
#ff78cb
#ff79cc
#ff7acd
#ff7bce
#ff7ccf
#f76dc0
#f66cbf
#f56bbe
#f46abd
#f369bc
#f268bb
#f167ba
#f066b9
#ef65b8
#ee64b7
#ed63b6
#ec62b5
#eb61b4
#ea60b3

Monochromatic Color with #f86ec1

#f86ec1
#23101c
#4e233d
#78355e
#a3487f
#cd5ba0

Tints of #f86ec1 Color

#f86ec1
#f87ec7
#f98ece
#fa9ed5
#fbaedc
#fbbee3
#fcceea
#fddef1
#feeef8
#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

#f86ec1
#6ef8a5

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

Split Complementary

#f86ec1
#7cf86e
#6ef8ea

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

Analogous Color

#f86ef8
#f86edd
#f86ec1
#f86ea5
#f86e8a

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

#f86ec1
#c1f86e
#6ec1f8

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

#f86ec1
#f8ea6e
#6ef8a5
#6e7cf8

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

#f86ec1
#6ef8a5
#6ef8ea
#f86e7c

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

#f86ec1 Color Code Preview on Black Background Color

This is how #f86ec1 Color will look on black background color. Color contrast ratio is 7.99

#f86ec1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f86ec1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f86ec1

#f86ec1 color code is use for CSS Background Color

Background color for the above div is #f86ec1

HTML with inline CSS

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

#f86ec1 color code is use for CSS Border Color

CSS Border color for the above div is #f86ec1

HTML with inline CSS

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

CSS Border Left color for the above div is #f86ec1

HTML with inline CSS

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

CSS Border Right color for the above div is #f86ec1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f86ec1

HTML with inline CSS

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

CSS Border Top color for the above div is #f86ec1

HTML with inline CSS

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

#f86ec1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f86ec1 Color code Preview on White Background

This is how #f86ec1 Color code will look on white background color. Color contrast ratio is 2.63

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

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(248,110,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(110,248,165,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,110,193,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.