crispedge.com

Color picker

Loading...

#f24a87 hex color - Red - Warm color - Information

#f24a87 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f24a87 Color code in RGB color code model is created after adding 94.9% red color, 29.02% green color and 52.94% blue color. Hex #f24a87 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 44% yellow and 5% black.

Hex #f24a87 color code is between #ee4488 web safe hex color code and #ff5577 web safe hex color code. #ee4488 is the nearest web safe color code. You can see here many more shades of #f24a87 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code f24a87 #f24a87
RGB Decimal 242, 74, 135 rgb(242, 74, 135)
RGB Percent 95%, 29%, 53% rgb(95%, 29%, 53%)
CSS RGBa 242, 74, 135,1 rgba(242,74,135,1)
CMYK Model cmyk(0%,69%,44%,5%)
HSL Color Space 338,87% ,62% hsl(338,87% ,62%)
HSV Color Space 338°, 69%, 95%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110010 01001010 10000111
Octal 362 112 207
Decimal 242 74 135
Hex f2 4a 87

Different shades of #f24a87 color code.

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

Light Shade of #f24a87
#f57aa7
Dark Shade of #f24a87
#ef1a67
Saturated Shade of #f24a87
#fc4084
Desaturated Shade of #f24a87
#e8548a
Grey scale Shade of #f24a87
#9e9e9e
Brighten Shade
#ff63a0
Most Readable Shade
#000000

Shades of #f24a87 color code

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

#f24a87
#d74178
#bc3969
#a1315a
#86294b
#6b203c
#50182d
#35101e
#1a080f
#000000

Similar Color like #f24a87 color

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

#f34b88
#f44c89
#f54d8a
#f64e8b
#f74f8c
#f8508d
#f9518e
#fa528f
#fb5390
#fc5491
#fd5592
#fe5693
#ff5794
#ff5895
#f14986
#f04885
#ef4784
#ee4683
#ed4582
#ec4481
#eb4380
#ea427f
#e9417e
#e8407d
#e73f7c
#e63e7b
#e53d7a
#e43c79

Monochromatic Color with #f24a87

#f24a87
#1d0910
#481628
#722340
#9d3058
#c73d6f

Tints of #f24a87 Color

#f24a87
#f35e94
#f472a1
#f686af
#f79abc
#f9aec9
#fac2d7
#fcd6e4
#fdeaf1
#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

#f24a87
#4af2b5

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

Split Complementary

#f24a87
#4af261
#4adbf2

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

Analogous Color

#f24aca
#f24aa9
#f24a87
#f24a65
#f2504a

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

#f24a87
#87f24a
#4a87f2

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

#f24a87
#dbf24a
#4af2b5
#614af2

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

#f24a87
#4af2b5
#4adbf2
#f2614a

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

#f24a87 Color Code Preview on Black Background Color

This is how #f24a87 Color will look on black background color. Color contrast ratio is 6.10

#f24a87 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f24a87

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f24a87

#f24a87 color code is use for CSS Background Color

Background color for the above div is #f24a87

HTML with inline CSS

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

#f24a87 color code is use for CSS Border Color

CSS Border color for the above div is #f24a87

HTML with inline CSS

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

CSS Border Left color for the above div is #f24a87

HTML with inline CSS

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

CSS Border Right color for the above div is #f24a87

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f24a87

HTML with inline CSS

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

CSS Border Top color for the above div is #f24a87

HTML with inline CSS

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

#f24a87 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f24a87 Color code Preview on White Background

This is how #f24a87 Color code will look on white background color. Color contrast ratio is 3.44

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

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,74,135,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(74,242,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(242,74,135,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.