crispedge.com

Color picker

Loading...

#f0829a hex color - Red - Warm color - Information

#f0829a hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #f0829a Color code in RGB color code model is created after adding 94.12% red color, 50.98% green color and 60.39% blue color. Hex #f0829a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 46% magenta, 36% yellow and 6% black.

Hex #f0829a color code is between #ee8899 web safe hex color code and #ff77aa web safe hex color code. #ee8899 is the nearest web safe color code. You can see here many more shades of #f0829a color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codef0829a#f0829a
RGB Decimal240, 130, 154rgb(240, 130, 154)
RGB Percent94%, 51%, 60%rgb(94%, 51%, 60%)
CSS RGBa240, 130, 154,1rgba(240,130,154,1)
CMYK Modelcmyk(0%,46%,36%,6%)
HSL Color Space347,79% ,73%hsl(347,79% ,73%)
HSV Color Space347°, 46%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100001000001010011010
Octal360202232
Decimal240130154
Hexf0829a

Different shades of #f0829a color code.

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

Light Shade of #f0829a
#f5afbf
Dark Shade of #f0829a
#eb5475
Saturated Shade of #f0829a
#f77b96
Desaturated Shade of #f0829a
#e9899e
Grey scale Shade of #f0829a
#b9b9b9
Brighten Shade
#ff9bb3
Most Readable Shade
#000000

Shades of #f0829a color code

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

#f0829a
#d57388
#ba6577
#a05666
#854855
#6a3944
#502b33
#351c22
#1a0e11
#000000

Similar Color like #f0829a color

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

#f1839b
#f2849c
#f3859d
#f4869e
#f5879f
#f688a0
#f789a1
#f88aa2
#f98ba3
#fa8ca4
#fb8da5
#fc8ea6
#fd8fa7
#fe90a8
#ef8199
#ee8098
#ed7f97
#ec7e96
#eb7d95
#ea7c94
#e97b93
#e87a92
#e77991
#e67890
#e5778f
#e4768e
#e3758d
#e2748c

Monochromatic Color with #f0829a

#f0829a
#1b0f12
#46262d
#703d48
#9b5463
#c56b7f

Tints of #f0829a Color

#f0829a
#f18fa5
#f39db0
#f5abbb
#f6b9c6
#f8c7d2
#fad5dd
#fbe3e8
#fdf1f3
#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

#f0829a
#82f0d8

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

Split Complementary

#f0829a
#82f0a1
#82d1f0

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

Analogous Color

#f082c6
#f082b0
#f0829a
#f08284
#f09682

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

#f0829a
#9af082
#829af0

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

#f0829a
#d1f082
#82f0d8
#a182f0

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

#f0829a
#82f0d8
#82d1f0
#f0a182

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

#f0829a Color Code Preview on Black Background Color

This is how #f0829a Color will look on black background color. Color contrast ratio is 8.36

#f0829a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f0829a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f0829a

#f0829a color code is use for CSS Background Color

Background color for the above div is #f0829a

HTML with inline CSS

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

#f0829a color code is use for CSS Border Color

CSS Border color for the above div is #f0829a

HTML with inline CSS

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

CSS Border Left color for the above div is #f0829a

HTML with inline CSS

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

CSS Border Right color for the above div is #f0829a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f0829a

HTML with inline CSS

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

CSS Border Top color for the above div is #f0829a

HTML with inline CSS

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

#f0829a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f0829a Color code Preview on White Background

This is how #f0829a Color code will look on white background color. Color contrast ratio is 2.51

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

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,130,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(130,240,216,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(240,130,154,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.