crispedge.com

Color picker

Loading...

#f09dca hex color - Red - Warm color - Information

#f09dca hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #f09dca Color code in RGB color code model is created after adding 94.12% red color, 61.57% green color and 79.22% blue color. Hex #f09dca Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 16% yellow and 6% black.

Hex #f09dca color code is between #ee99cc web safe hex color code and #ffaabb web safe hex color code. #ee99cc is the nearest web safe color code. You can see here many more shades of #f09dca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef09dca#f09dca
RGB Decimal240, 157, 202rgb(240, 157, 202)
RGB Percent94%, 62%, 79%rgb(94%, 62%, 79%)
CSS RGBa240, 157, 202,1rgba(240,157,202,1)
CMYK Modelcmyk(0%,35%,16%,6%)
HSL Color Space327,73% ,78%hsl(327,73% ,78%)
HSV Color Space327°, 35%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100001001110111001010
Octal360235312
Decimal240157202
Hexf09dca

Different shades of #f09dca color code.

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

Light Shade of #f09dca
#f7c9e2
Dark Shade of #f09dca
#e971b2
Saturated Shade of #f09dca
#f697ca
Desaturated Shade of #f09dca
#eaa3ca
Grey scale Shade of #f09dca
#c6c6c6
Brighten Shade
#ffb6e3
Most Readable Shade
#000000

Shades of #f09dca color code

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

#f09dca
#d58bb3
#ba7a9d
#a06886
#855770
#6a4559
#503443
#35222c
#1a1116
#000000

Similar Color like #f09dca color

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

#f19ecb
#f29fcc
#f3a0cd
#f4a1ce
#f5a2cf
#f6a3d0
#f7a4d1
#f8a5d2
#f9a6d3
#faa7d4
#fba8d5
#fca9d6
#fdaad7
#feabd8
#ef9cc9
#ee9bc8
#ed9ac7
#ec99c6
#eb98c5
#ea97c4
#e996c3
#e895c2
#e794c1
#e693c0
#e592bf
#e491be
#e390bd
#e28fbc

Monochromatic Color with #f09dca

#f09dca
#1b1217
#462e3b
#704a5f
#9b6582
#c581a6

Tints of #f09dca Color

#f09dca
#f1a7cf
#f3b2d5
#f5bddb
#f6c8e1
#f8d3e7
#fadeed
#fbe9f3
#fdf4f9
#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

#f09dca
#9df0c3

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

Split Complementary

#f09dca
#a0f09d
#9df0ec

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

Analogous Color

#f09deb
#f09ddb
#f09dca
#f09db9
#f09da9

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

#f09dca
#caf09d
#9dcaf0

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

#f09dca
#f0ec9d
#9df0c3
#9da0f0

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

#f09dca
#9df0c3
#9df0ec
#f09da0

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

#f09dca Color Code Preview on Black Background Color

This is how #f09dca Color will look on black background color. Color contrast ratio is 10.38

#f09dca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f09dca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f09dca

#f09dca color code is use for CSS Background Color

Background color for the above div is #f09dca

HTML with inline CSS

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

#f09dca color code is use for CSS Border Color

CSS Border color for the above div is #f09dca

HTML with inline CSS

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

CSS Border Left color for the above div is #f09dca

HTML with inline CSS

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

CSS Border Right color for the above div is #f09dca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f09dca

HTML with inline CSS

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

CSS Border Top color for the above div is #f09dca

HTML with inline CSS

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

#f09dca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f09dca Color code Preview on White Background

This is how #f09dca Color code will look on white background color. Color contrast ratio is 2.02

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

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,157,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,240,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(240,157,202,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.