crispedge.com

Color picker

Loading...

#f240af hex color - Red - Warm color - Information

#f240af hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #f240af Color code in RGB color code model is created after adding 94.9% red color, 25.1% green color and 68.63% blue color. Hex #f240af Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 74% magenta, 28% yellow and 5% black.

Hex #f240af color code is between #ee44aa web safe hex color code and #ff33bb web safe hex color code. #ee44aa is the nearest web safe color code. You can see here many more shades of #f240af color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef240af#f240af
RGB Decimal242, 64, 175rgb(242, 64, 175)
RGB Percent95%, 25%, 69%rgb(95%, 25%, 69%)
CSS RGBa242, 64, 175,1rgba(242,64,175,1)
CMYK Modelcmyk(0%,74%,28%,5%)
HSL Color Space323,87% ,60%hsl(323,87% ,60%)
HSV Color Space323°, 74%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100100100000010101111
Octal362100257
Decimal24264175
Hexf240af

Different shades of #f240af color code.

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

Light Shade of #f240af
#f570c3
Dark Shade of #f240af
#ef109b
Saturated Shade of #f240af
#fc36b2
Desaturated Shade of #f240af
#e84aac
Grey scale Shade of #f240af
#999999
Brighten Shade
#ff59c8
Most Readable Shade
#000000

Shades of #f240af color code

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

#f240af
#d7389b
#bc3188
#a12a74
#862361
#6b1c4d
#50153a
#350e26
#1a0713
#000000

Similar Color like #f240af color

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

#f341b0
#f442b1
#f543b2
#f644b3
#f745b4
#f846b5
#f947b6
#fa48b7
#fb49b8
#fc4ab9
#fd4bba
#fe4cbb
#ff4dbc
#ff4ebd
#f13fae
#f03ead
#ef3dac
#ee3cab
#ed3baa
#ec3aa9
#eb39a8
#ea38a7
#e937a6
#e836a5
#e735a4
#e634a3
#e533a2
#e432a1

Monochromatic Color with #f240af

#f240af
#1d0815
#481334
#721e53
#9d2a72
#c73590

Tints of #f240af Color

#f240af
#f355b7
#f46ac0
#f67fc9
#f794d2
#f9aadb
#fabfe4
#fcd4ed
#fde9f6
#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

#f240af
#40f283

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

Split Complementary

#f240af
#56f240
#40f2dc

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

Analogous Color

#ee40f2
#f240d3
#f240af
#f2408b
#f24068

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

#f240af
#aff240
#40aff2

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

#f240af
#f2dc40
#40f283
#4056f2

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

#f240af
#40f283
#40f2dc
#f24056

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

#f240af Color Code Preview on Black Background Color

This is how #f240af Color will look on black background color. Color contrast ratio is 6.13

#f240af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f240af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f240af

#f240af color code is use for CSS Background Color

Background color for the above div is #f240af

HTML with inline CSS

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

#f240af color code is use for CSS Border Color

CSS Border color for the above div is #f240af

HTML with inline CSS

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

CSS Border Left color for the above div is #f240af

HTML with inline CSS

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

CSS Border Right color for the above div is #f240af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f240af

HTML with inline CSS

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

CSS Border Top color for the above div is #f240af

HTML with inline CSS

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

#f240af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f240af Color code Preview on White Background

This is how #f240af Color code will look on white background color. Color contrast ratio is 3.43

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

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(242,64,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(64,242,131,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(242,64,175,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.