@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#f0424c hex color - Red - Warm color - Information

#f0424c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f0424c Color code in RGB color code model is created after adding 94.12% red color, 25.88% green color and 29.8% blue color. Hex #f0424c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 73% magenta, 68% yellow and 5.88% black.

Hex #f0424c color code is between #ee4444 web safe hex color code and #ff3355 web safe hex color code. #ee4444 is the nearest web safe color code. You can see here many more shades of #f0424c 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 f0424c #f0424c
RGB Decimal 240, 66, 76 rgb(240, 66, 76)
RGB Percent 94%, 26%, 30% rgb(94%, 26%, 30%)
CSS RGBa 240, 66, 76,1 rgba(240,66,76,1)
CMYK Model cmyk(0%,73%,68%,5.88%)
HSL Color Space 357,85% ,60% hsl(357,85% ,60%)
HSV Color Space 357°, 73%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110000 01000010 01001100
Octal 360 102 114
Decimal 240 66 76
Hex f0 42 4c

Different shades of #f0424c color code.

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

Light Shade of #f0424c
#f47179
Dark Shade of #f0424c
#ec131f
Saturated Shade of #f0424c
#fa3843
Desaturated Shade of #f0424c
#e64c55
Grey scale Shade of #f0424c
#999999
Brighten Shade
#ff5b65
Most Readable Shade
#FFFFFF

Shades of #f0424c color code

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

#f0424c
#d53a43
#ba333b
#a02c32
#85242a
#6a1d21
#501619
#350e10
#1a0708
#000000

Similar Color like #f0424c color

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

#f1434d
#f2444e
#f3454f
#f44650
#f54751
#f64852
#f74953
#f84a54
#f94b55
#fa4c56
#fb4d57
#fc4e58
#fd4f59
#fe505a
#ef414b
#ee404a
#ed3f49
#ec3e48
#eb3d47
#ea3c46
#e93b45
#e83a44
#e73943
#e63842
#e53741
#e43640
#e3353f
#e2343e

Monochromatic Color with #f0424c

#f0424c
#1b0809
#461316
#701f24
#9b2b31
#c5363f

Tints of #f0424c Color

#f0424c
#f1575f
#f36c73
#f58187
#f6969b
#f8abaf
#fac0c3
#fbd5d7
#fdeaeb
#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

#f0424c
#42f0e6

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

Split Complementary

#f0424c
#42f08f
#42a3f0

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

Analogous Color

#f04292
#f0426f
#f0424c
#f05b42
#f07e42

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

#f0424c
#4cf042
#424cf0

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

#f0424c
#a3f042
#42f0e6
#8f42f0

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

#f0424c
#42f0e6
#42a3f0
#f08f42

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

#f0424c Color Code Preview on Black Background Color

This is how #f0424c Color will look on black background color. Color contrast ratio is 5.59

#f0424c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f0424c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f0424c

#f0424c color code is use for CSS Background Color

Background color for the above div is #f0424c

HTML with inline CSS

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

#f0424c color code is use for CSS Border Color

CSS Border color for the above div is #f0424c

HTML with inline CSS

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

CSS Border Left color for the above div is #f0424c

HTML with inline CSS

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

CSS Border Right color for the above div is #f0424c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f0424c

HTML with inline CSS

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

CSS Border Top color for the above div is #f0424c

HTML with inline CSS

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

#f0424c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f0424c Color code Preview on White Background

This is how #f0424c Color code will look on white background color. Color contrast ratio is 3.76

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

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,66,76,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(66,240,230,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(240,66,76,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.