crispedge.com

#f412e6 hex color - Red - Warm color - Information

#f412e6 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f412e6 Color code in RGB color code model is created after adding 95.69% red color, 7.06% green color and 90.2% blue color. Hex #f412e6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 93% magenta, 6% yellow and 4.31% black.

Hex #f412e6 color code is between #ee11ee web safe hex color code and #ff22dd web safe hex color code. #ee11ee is the nearest web safe color code. You can see here many more shades of #f412e6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef412e6#f412e6
RGB Decimal244, 18, 230rgb(244, 18, 230)
RGB Percent96%, 7%, 90%rgb(96%, 7%, 90%)
CSS RGBa244, 18, 230,1rgba(244,18,230,1)
CMYK Modelcmyk(0%,93%,6%,4.31%)
HSL Color Space304,91% ,51%hsl(304,91% ,51%)
HSV Color Space304°, 93%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101000001001011100110
Octal36422346
Decimal24418230
Hexf412e6

Different shades of #f412e6 color code.

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

Light Shade of #f412e6
#f643eb
Dark Shade of #f412e6
#ca09be
Saturated Shade of #f412e6
#ff07f0
Desaturated Shade of #f412e6
#e81edb
Grey scale Shade of #f412e6
#838383
Brighten Shade
#ff2bff
Most Readable Shade
#000000

Shades of #f412e6 color code

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

#f412e6
#d810cc
#bd0eb2
#a20c99
#870a7f
#6c0866
#51064c
#360433
#1b0219
#000000

Similar Color like #f412e6 color

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

#f513e7
#f614e8
#f715e9
#f816ea
#f917eb
#fa18ec
#fb19ed
#fc1aee
#fd1bef
#fe1cf0
#ff1df1
#ff1ef2
#ff1ff3
#ff20f4
#f311e5
#f210e4
#f10fe3
#f00ee2
#ef0de1
#ee0ce0
#ed0bdf
#ec0ade
#eb09dd
#ea08dc
#e907db
#e806da
#e705d9
#e604d8

Monochromatic Color with #f412e6

#f412e6
#1f021e
#4a0546
#74096e
#9f0c96
#c90fbe

Tints of #f412e6 Color

#f412e6
#f52ce8
#f646eb
#f761ee
#f87bf1
#fa95f3
#fbb0f6
#fccaf9
#fde4fc
#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

#f412e6
#12f420

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

Split Complementary

#f412e6
#75f412
#12f491

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

Analogous Color

#a812f4
#d512f4
#f412e6
#f412b9
#f4128c

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

#f412e6
#e6f412
#12e6f4

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

#f412e6
#f49112
#12f420
#1275f4

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

#f412e6
#12f420
#12f491
#f41275

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

#f412e6 Color Code Preview on Black Background Color

This is how #f412e6 Color will look on black background color. Color contrast ratio is 6.08

#f412e6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f412e6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f412e6

#f412e6 color code is use for CSS Background Color

Background color for the above div is #f412e6

HTML with inline CSS

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

#f412e6 color code is use for CSS Border Color

CSS Border color for the above div is #f412e6

HTML with inline CSS

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

CSS Border Left color for the above div is #f412e6

HTML with inline CSS

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

CSS Border Right color for the above div is #f412e6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f412e6

HTML with inline CSS

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

CSS Border Top color for the above div is #f412e6

HTML with inline CSS

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

#f412e6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f412e6 Color code Preview on White Background

This is how #f412e6 Color code will look on white background color. Color contrast ratio is 3.46

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

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(244,18,230,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(18,244,32,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(244,18,230,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.