crispedge.com

Color picker

Loading...

#f75ec7 hex color - Violet - Warm color - Information

#f75ec7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f75ec7 Color code in RGB color code model is created after adding 96.86% red color, 36.86% green color and 78.04% blue color. Hex #f75ec7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 19% yellow and 3% black.

Hex #f75ec7 color code is between #ff66cc web safe hex color code and #ee55bb web safe hex color code. #ff66cc is the nearest web safe color code. You can see here many more shades of #f75ec7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef75ec7#f75ec7
RGB Decimal247, 94, 199rgb(247, 94, 199)
RGB Percent97%, 37%, 78%rgb(97%, 37%, 78%)
CSS RGBa247, 94, 199,1rgba(247,94,199,1)
CMYK Modelcmyk(0%,62%,19%,3%)
HSL Color Space319,91% ,67%hsl(319,91% ,67%)
HSV Color Space319°, 62%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101110101111011000111
Octal367136307
Decimal24794199
Hexf75ec7

Different shades of #f75ec7 color code.

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

Light Shade of #f75ec7
#f98fd8
Dark Shade of #f75ec7
#f52db6
Saturated Shade of #f75ec7
#ff56ca
Desaturated Shade of #f75ec7
#ef66c4
Grey scale Shade of #f75ec7
#aaaaaa
Brighten Shade
#ff77e0
Most Readable Shade
#000000

Shades of #f75ec7 color code

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

#f75ec7
#db53b0
#c0499a
#a43e84
#89346e
#6d2958
#521f42
#36142c
#1b0a16
#000000

Similar Color like #f75ec7 color

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

#f85fc8
#f960c9
#fa61ca
#fb62cb
#fc63cc
#fd64cd
#fe65ce
#ff66cf
#ff67d0
#ff68d1
#ff69d2
#ff6ad3
#ff6bd4
#ff6cd5
#f65dc6
#f55cc5
#f45bc4
#f35ac3
#f259c2
#f158c1
#f057c0
#ef56bf
#ee55be
#ed54bd
#ec53bc
#eb52bb
#ea51ba
#e950b9

Monochromatic Color with #f75ec7

#f75ec7
#220d1c
#4d1d3e
#772d60
#a23e83
#cc4ea5

Tints of #f75ec7 Color

#f75ec7
#f76fcd
#f881d3
#f993d9
#faa5df
#fbb7e6
#fcc9ec
#fddbf2
#feedf8
#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

#f75ec7
#5ef78e

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

Split Complementary

#f75ec7
#7bf75e
#5ef7da

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

Analogous Color

#ea5ef7
#f75ee6
#f75ec7
#f75ea8
#f75e8a

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

#f75ec7
#c7f75e
#5ec7f7

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

#f75ec7
#f7da5e
#5ef78e
#5e7af7

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

#f75ec7
#5ef78e
#5ef7db
#f75e7b

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

#f75ec7 Color Code Preview on Black Background Color

This is how #f75ec7 Color will look on black background color. Color contrast ratio is 7.38

#f75ec7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f75ec7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f75ec7

#f75ec7 color code is use for CSS Background Color

Background color for the above div is #f75ec7

HTML with inline CSS

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

#f75ec7 color code is use for CSS Border Color

CSS Border color for the above div is #f75ec7

HTML with inline CSS

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

CSS Border Left color for the above div is #f75ec7

HTML with inline CSS

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

CSS Border Right color for the above div is #f75ec7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f75ec7

HTML with inline CSS

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

CSS Border Top color for the above div is #f75ec7

HTML with inline CSS

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

#f75ec7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f75ec7 Color code Preview on White Background

This is how #f75ec7 Color code will look on white background color. Color contrast ratio is 2.85

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

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(247,94,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,247,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(247,94,199,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.