crispedge.com

Color picker

Loading...

#f772e7 hex color - Violet - Warm color - Information

#f772e7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f772e7 Color code in RGB color code model is created after adding 96.86% red color, 44.71% green color and 90.59% blue color. Hex #f772e7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 6% yellow and 3% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef772e7#f772e7
RGB Decimal247, 114, 231rgb(247, 114, 231)
RGB Percent97%, 45%, 91%rgb(97%, 45%, 91%)
CSS RGBa247, 114, 231,1rgba(247,114,231,1)
CMYK Modelcmyk(0%,54%,6%,3%)
HSL Color Space307,89% ,71%hsl(307,89% ,71%)
HSV Color Space307°, 54%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101110111001011100111
Octal367162347
Decimal247114231
Hexf772e7

Different shades of #f772e7 color code.

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

Light Shade of #f772e7
#faa2ef
Dark Shade of #f772e7
#f442df
Saturated Shade of #f772e7
#fe6bed
Desaturated Shade of #f772e7
#f079e1
Grey scale Shade of #f772e7
#b4b4b4
Brighten Shade
#ff8bff
Most Readable Shade
#000000

Shades of #f772e7 color code

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

#f772e7
#db65cd
#c058b3
#a44c9a
#893f80
#6d3266
#52264d
#361933
#1b0c19
#000000

Similar Color like #f772e7 color

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

#f873e8
#f974e9
#fa75ea
#fb76eb
#fc77ec
#fd78ed
#fe79ee
#ff7aef
#ff7bf0
#ff7cf1
#ff7df2
#ff7ef3
#ff7ff4
#ff80f5
#f671e6
#f570e5
#f46fe4
#f36ee3
#f26de2
#f16ce1
#f06be0
#ef6adf
#ee69de
#ed68dd
#ec67dc
#eb66db
#ea65da
#e964d9

Monochromatic Color with #f772e7

#f772e7
#221020
#4d2448
#773770
#a24b97
#cc5ebf

Tints of #f772e7 Color

#f772e7
#f781e9
#f891ec
#f9a1ef
#fab0f1
#fbc0f4
#fcd0f7
#fddff9
#feeffc
#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

#f772e7
#72f782

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

Split Complementary

#f772e7
#a4f772
#72f7c5

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

Analogous Color

#d272f7
#ec72f7
#f772e7
#f772cc
#f772b2

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

#f772e7
#e7f772
#72e7f7

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

#f772e7
#f7c472
#72f782
#72a4f7

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

#f772e7
#72f782
#72f7c5
#f772a4

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

#f772e7 Color Code Preview on Black Background Color

This is how #f772e7 Color will look on black background color. Color contrast ratio is 8.52

#f772e7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f772e7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f772e7

#f772e7 color code is use for CSS Background Color

Background color for the above div is #f772e7

HTML with inline CSS

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

#f772e7 color code is use for CSS Border Color

CSS Border color for the above div is #f772e7

HTML with inline CSS

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

CSS Border Left color for the above div is #f772e7

HTML with inline CSS

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

CSS Border Right color for the above div is #f772e7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f772e7

HTML with inline CSS

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

CSS Border Top color for the above div is #f772e7

HTML with inline CSS

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

#f772e7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f772e7 Color code Preview on White Background

This is how #f772e7 Color code will look on white background color. Color contrast ratio is 2.47

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

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,114,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(114,247,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(247,114,231,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.