crispedge.com

Color picker

Loading...

#f076e2 hex color - Violet - Warm color - Information

#f076e2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f076e2 Color code in RGB color code model is created after adding 94.12% red color, 46.27% green color and 88.63% blue color. Hex #f076e2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 6% yellow and 6% black.

Hex #f076e2 color code is between #ee77dd web safe hex color code and #ff66ee web safe hex color code. #ee77dd is the nearest web safe color code. You can see here many more shades of #f076e2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef076e2#f076e2
RGB Decimal240, 118, 226rgb(240, 118, 226)
RGB Percent94%, 46%, 89%rgb(94%, 46%, 89%)
CSS RGBa240, 118, 226,1rgba(240,118,226,1)
CMYK Modelcmyk(0%,51%,6%,6%)
HSL Color Space307,80% ,70%hsl(307,80% ,70%)
HSV Color Space307°, 51%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100000111011011100010
Octal360166342
Decimal240118226
Hexf076e2

Different shades of #f076e2 color code.

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

Light Shade of #f076e2
#f5a4ec
Dark Shade of #f076e2
#eb48d8
Saturated Shade of #f076e2
#f86ee8
Desaturated Shade of #f076e2
#e87edc
Grey scale Shade of #f076e2
#b3b3b3
Brighten Shade
#ff8ffb
Most Readable Shade
#000000

Shades of #f076e2 color code

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

#f076e2
#d568c8
#ba5baf
#a04e96
#85417d
#6a3464
#50274b
#351a32
#1a0d19
#000000

Similar Color like #f076e2 color

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

#f177e3
#f278e4
#f379e5
#f47ae6
#f57be7
#f67ce8
#f77de9
#f87eea
#f97feb
#fa80ec
#fb81ed
#fc82ee
#fd83ef
#fe84f0
#ef75e1
#ee74e0
#ed73df
#ec72de
#eb71dd
#ea70dc
#e96fdb
#e86eda
#e76dd9
#e66cd8
#e56bd7
#e46ad6
#e369d5
#e268d4

Monochromatic Color with #f076e2

#f076e2
#1b0e1a
#462242
#70376a
#9b4c92
#c561ba

Tints of #f076e2 Color

#f076e2
#f185e5
#f394e8
#f5a3eb
#f6b2ee
#f8c2f2
#fad1f5
#fbe0f8
#fdeffb
#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

#f076e2
#76f084

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

Split Complementary

#f076e2
#a5f076
#76f0c1

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

Analogous Color

#cd76f0
#e676f0
#f076e2
#f076ca
#f076b1

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

#f076e2
#e2f076
#76e2f0

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

#f076e2
#f0c176
#76f084
#76a5f0

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

#f076e2
#76f084
#76f0c1
#f076a5

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

#f076e2 Color Code Preview on Black Background Color

This is how #f076e2 Color will look on black background color. Color contrast ratio is 8.39

#f076e2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f076e2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f076e2

#f076e2 color code is use for CSS Background Color

Background color for the above div is #f076e2

HTML with inline CSS

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

#f076e2 color code is use for CSS Border Color

CSS Border color for the above div is #f076e2

HTML with inline CSS

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

CSS Border Left color for the above div is #f076e2

HTML with inline CSS

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

CSS Border Right color for the above div is #f076e2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f076e2

HTML with inline CSS

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

CSS Border Top color for the above div is #f076e2

HTML with inline CSS

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

#f076e2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f076e2 Color code Preview on White Background

This is how #f076e2 Color code will look on white background color. Color contrast ratio is 2.50

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

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(240,118,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(118,240,132,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(240,118,226,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.