crispedge.com

Color picker

Loading...

#f15ed7 hex color - Red - Warm color - Information

#f15ed7 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f15ed7 Color code in RGB color code model is created after adding 94.51% red color, 36.86% green color and 84.31% blue color. Hex #f15ed7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 11% yellow and 5% black.

Hex #f15ed7 color code is between #ee66dd web safe hex color code and #ff55cc web safe hex color code. #ee66dd is the nearest web safe color code. You can see here many more shades of #f15ed7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef15ed7#f15ed7
RGB Decimal241, 94, 215rgb(241, 94, 215)
RGB Percent95%, 37%, 84%rgb(95%, 37%, 84%)
CSS RGBa241, 94, 215,1rgba(241,94,215,1)
CMYK Modelcmyk(0%,61%,11%,5%)
HSL Color Space311,84% ,66%hsl(311,84% ,66%)
HSV Color Space311°, 61%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100010101111011010111
Octal361136327
Decimal24194215
Hexf15ed7

Different shades of #f15ed7 color code.

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

Light Shade of #f15ed7
#f58de3
Dark Shade of #f15ed7
#ed2fcb
Saturated Shade of #f15ed7
#fa55dd
Desaturated Shade of #f15ed7
#e867d1
Grey scale Shade of #f15ed7
#a7a7a7
Brighten Shade
#ff77f0
Most Readable Shade
#000000

Shades of #f15ed7 color code

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

#f15ed7
#d653bf
#bb49a7
#a03e8f
#853477
#6b295f
#501f47
#35142f
#1a0a17
#000000

Similar Color like #f15ed7 color

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

#f25fd8
#f360d9
#f461da
#f562db
#f663dc
#f764dd
#f865de
#f966df
#fa67e0
#fb68e1
#fc69e2
#fd6ae3
#fe6be4
#ff6ce5
#f05dd6
#ef5cd5
#ee5bd4
#ed5ad3
#ec59d2
#eb58d1
#ea57d0
#e956cf
#e855ce
#e754cd
#e653cc
#e552cb
#e451ca
#e350c9

Monochromatic Color with #f15ed7

#f15ed7
#1c0b19
#471c3f
#712c65
#9c3d8b
#c64db1

Tints of #f15ed7 Color

#f15ed7
#f26fdb
#f481df
#f593e4
#f7a5e8
#f8b7ed
#fac9f1
#fbdbf6
#fdedfa
#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

#f15ed7
#5ef178

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

Split Complementary

#f15ed7
#8ef15e
#5ef1c1

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

Analogous Color

#d05ef1
#ee5ef1
#f15ed7
#f15eba
#f15e9c

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

#f15ed7
#d7f15e
#5ed7f1

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

#f15ed7
#f1c15e
#5ef178
#5e8df1

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

#f15ed7
#5ef178
#5ef1c1
#f15e8e

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

#f15ed7 Color Code Preview on Black Background Color

This is how #f15ed7 Color will look on black background color. Color contrast ratio is 7.32

#f15ed7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f15ed7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f15ed7

#f15ed7 color code is use for CSS Background Color

Background color for the above div is #f15ed7

HTML with inline CSS

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

#f15ed7 color code is use for CSS Border Color

CSS Border color for the above div is #f15ed7

HTML with inline CSS

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

CSS Border Left color for the above div is #f15ed7

HTML with inline CSS

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

CSS Border Right color for the above div is #f15ed7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f15ed7

HTML with inline CSS

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

CSS Border Top color for the above div is #f15ed7

HTML with inline CSS

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

#f15ed7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f15ed7 Color code Preview on White Background

This is how #f15ed7 Color code will look on white background color. Color contrast ratio is 2.87

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

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(241,94,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,241,120,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(241,94,215,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.