crispedge.com

Color picker

Loading...

#f04db9 hex color - Red - Warm color - Information

#f04db9 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f04db9 Color code in RGB color code model is created after adding 94.12% red color, 30.2% green color and 72.55% blue color. Hex #f04db9 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 23% yellow and 6% black.

Hex #f04db9 color code is between #ee55bb web safe hex color code and #ff44aa web safe hex color code. #ee55bb is the nearest web safe color code. You can see here many more shades of #f04db9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef04db9#f04db9
RGB Decimal240, 77, 185rgb(240, 77, 185)
RGB Percent94%, 30%, 73%rgb(94%, 30%, 73%)
CSS RGBa240, 77, 185,1rgba(240,77,185,1)
CMYK Modelcmyk(0%,68%,23%,6%)
HSL Color Space320,84% ,62%hsl(320,84% ,62%)
HSV Color Space320°, 68%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100000100110110111001
Octal360115271
Decimal24077185
Hexf04db9

Different shades of #f04db9 color code.

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

Light Shade of #f04db9
#f47ccb
Dark Shade of #f04db9
#ec1ea6
Saturated Shade of #f04db9
#fa43bc
Desaturated Shade of #f04db9
#e657b6
Grey scale Shade of #f04db9
#9e9e9e
Brighten Shade
#ff66d2
Most Readable Shade
#000000

Shades of #f04db9 color code

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

#f04db9
#d544a4
#ba3b8f
#a0337b
#852a66
#6a2252
#50193d
#351129
#1a0814
#000000

Similar Color like #f04db9 color

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

#f14eba
#f24fbb
#f350bc
#f451bd
#f552be
#f653bf
#f754c0
#f855c1
#f956c2
#fa57c3
#fb58c4
#fc59c5
#fd5ac6
#fe5bc7
#ef4cb8
#ee4bb7
#ed4ab6
#ec49b5
#eb48b4
#ea47b3
#e946b2
#e845b1
#e744b0
#e643af
#e542ae
#e441ad
#e340ac
#e23fab

Monochromatic Color with #f04db9

#f04db9
#1b0915
#461636
#702457
#9b3277
#c53f98

Tints of #f04db9 Color

#f04db9
#f160c0
#f374c8
#f588d0
#f69cd8
#f8afdf
#fac3e7
#fbd7ef
#fdebf7
#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

#f04db9
#4df084

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

Split Complementary

#f04db9
#68f04d
#4df0d6

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

Analogous Color

#e64df0
#f04dda
#f04db9
#f04d98
#f04d78

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

#f04db9
#b9f04d
#4db9f0

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

#f04db9
#f0d54d
#4df084
#4d67f0

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

#f04db9
#4df084
#4df0d5
#f04d68

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

#f04db9 Color Code Preview on Black Background Color

This is how #f04db9 Color will look on black background color. Color contrast ratio is 6.47

#f04db9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f04db9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f04db9

#f04db9 color code is use for CSS Background Color

Background color for the above div is #f04db9

HTML with inline CSS

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

#f04db9 color code is use for CSS Border Color

CSS Border color for the above div is #f04db9

HTML with inline CSS

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

CSS Border Left color for the above div is #f04db9

HTML with inline CSS

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

CSS Border Right color for the above div is #f04db9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f04db9

HTML with inline CSS

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

CSS Border Top color for the above div is #f04db9

HTML with inline CSS

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

#f04db9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f04db9 Color code Preview on White Background

This is how #f04db9 Color code will look on white background color. Color contrast ratio is 3.25

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

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