crispedge.com

Color picker

Loading...

#f84dd2 hex color - Red - Warm color - Information

#f84dd2 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f84dd2 Color code in RGB color code model is created after adding 97.25% red color, 30.2% green color and 82.35% blue color. Hex #f84dd2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 15% yellow and 3% black.

Hex #f84dd2 color code is between #ff55cc web safe hex color code and #ee44dd web safe hex color code. #ff55cc is the nearest web safe color code. You can see here many more shades of #f84dd2 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 f84dd2 #f84dd2
RGB Decimal 248, 77, 210 rgb(248, 77, 210)
RGB Percent 97%, 30%, 82% rgb(97%, 30%, 82%)
CSS RGBa 248, 77, 210,1 rgba(248,77,210,1)
CMYK Model cmyk(0%,69%,15%,3%)
HSL Color Space 313,92% ,64% hsl(313,92% ,64%)
HSV Color Space 313°, 69%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111000 01001101 11010010
Octal 370 115 322
Decimal 248 77 210
Hex f8 4d d2

Different shades of #f84dd2 color code.

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

Light Shade of #f84dd2
#fa7ede
Dark Shade of #f84dd2
#f61cc6
Saturated Shade of #f84dd2
#ff46d6
Desaturated Shade of #f84dd2
#ef56cd
Grey scale Shade of #f84dd2
#a2a2a2
Brighten Shade
#ff66eb
Most Readable Shade
#000000

Shades of #f84dd2 color code

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

#f84dd2
#dc44ba
#c03ba3
#a5338c
#892a74
#6e225d
#521946
#37112e
#1b0817
#000000

Similar Color like #f84dd2 color

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

#f94ed3
#fa4fd4
#fb50d5
#fc51d6
#fd52d7
#fe53d8
#ff54d9
#ff55da
#ff56db
#ff57dc
#ff58dd
#ff59de
#ff5adf
#ff5be0
#f74cd1
#f64bd0
#f54acf
#f449ce
#f348cd
#f247cc
#f146cb
#f045ca
#ef44c9
#ee43c8
#ed42c7
#ec41c6
#eb40c5
#ea3fc4

Monochromatic Color with #f84dd2

#f84dd2
#230b1e
#4e1842
#782566
#a3338a
#cd40ae

Tints of #f84dd2 Color

#f84dd2
#f860d7
#f974dc
#fa88e1
#fb9ce6
#fbafeb
#fcc3f0
#fdd7f5
#feebfa
#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

#f84dd2
#4df873

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

Split Complementary

#f84dd2
#7cf84d
#4df8c9

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

Analogous Color

#da4df8
#f84df4
#f84dd2
#f84db0
#f84d8e

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

#f84dd2
#d2f84d
#4dd2f8

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

#f84dd2
#f8c84d
#4df873
#4d7cf8

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

#f84dd2
#4df873
#4df8c9
#f84d7c

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

#f84dd2 Color Code Preview on Black Background Color

This is how #f84dd2 Color will look on black background color. Color contrast ratio is 6.98

#f84dd2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f84dd2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f84dd2

#f84dd2 color code is use for CSS Background Color

Background color for the above div is #f84dd2

HTML with inline CSS

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

#f84dd2 color code is use for CSS Border Color

CSS Border color for the above div is #f84dd2

HTML with inline CSS

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

CSS Border Left color for the above div is #f84dd2

HTML with inline CSS

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

CSS Border Right color for the above div is #f84dd2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f84dd2

HTML with inline CSS

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

CSS Border Top color for the above div is #f84dd2

HTML with inline CSS

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

#f84dd2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f84dd2 Color code Preview on White Background

This is how #f84dd2 Color code will look on white background color. Color contrast ratio is 3.01

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

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(248,77,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(77,248,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,77,210,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.