crispedge.com

Color picker

Loading...

#f84bd4 hex color - Red - Warm color - Information

#f84bd4 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #f84bd4 color code is between #ff44cc web safe hex color code and #ee55dd web safe hex color code. #ff44cc is the nearest web safe color code. You can see here many more shades of #f84bd4 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codef84bd4#f84bd4
RGB Decimal248, 75, 212rgb(248, 75, 212)
RGB Percent97%, 29%, 83%rgb(97%, 29%, 83%)
CSS RGBa248, 75, 212,1rgba(248,75,212,1)
CMYK Modelcmyk(0%,70%,15%,3%)
HSL Color Space312,93% ,63%hsl(312,93% ,63%)
HSV Color Space312°, 70%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110000100101111010100
Octal370113324
Decimal24875212
Hexf84bd4

Different shades of #f84bd4 color code.

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

Light Shade of #f84bd4
#fa7ce0
Dark Shade of #f84bd4
#f61ac8
Saturated Shade of #f84bd4
#ff44d8
Desaturated Shade of #f84bd4
#ef54cf
Grey scale Shade of #f84bd4
#a1a1a1
Brighten Shade
#ff64ed
Most Readable Shade
#000000

Shades of #f84bd4 color code

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

#f84bd4
#dc42bc
#c03aa4
#a5328d
#892975
#6e215e
#521946
#37102f
#1b0817
#000000

Similar Color like #f84bd4 color

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

#f94cd5
#fa4dd6
#fb4ed7
#fc4fd8
#fd50d9
#fe51da
#ff52db
#ff53dc
#ff54dd
#ff55de
#ff56df
#ff57e0
#ff58e1
#ff59e2
#f74ad3
#f649d2
#f548d1
#f447d0
#f346cf
#f245ce
#f144cd
#f043cc
#ef42cb
#ee41ca
#ed40c9
#ec3fc8
#eb3ec7
#ea3dc6

Monochromatic Color with #f84bd4

#f84bd4
#230b1e
#4e1843
#782467
#a3318b
#cd3eb0

Tints of #f84bd4 Color

#f84bd4
#f85fd8
#f973dd
#fa87e2
#fb9be7
#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

#f84bd4
#4bf86f

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

Split Complementary

#f84bd4
#7df84b
#4bf8c6

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

Analogous Color

#d74bf8
#f84bf7
#f84bd4
#f84bb1
#f84b8f

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

#f84bd4
#d4f84b
#4bd4f8

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

#f84bd4
#f8c54b
#4bf86f
#4b7df8

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

#f84bd4
#4bf86f
#4bf8c6
#f84b7d

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

#f84bd4 Color Code Preview on Black Background Color

This is how #f84bd4 Color will look on black background color. Color contrast ratio is 6.95

#f84bd4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f84bd4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f84bd4

#f84bd4 color code is use for CSS Background Color

Background color for the above div is #f84bd4

HTML with inline CSS

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

#f84bd4 color code is use for CSS Border Color

CSS Border color for the above div is #f84bd4

HTML with inline CSS

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

CSS Border Left color for the above div is #f84bd4

HTML with inline CSS

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

CSS Border Right color for the above div is #f84bd4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f84bd4

HTML with inline CSS

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

CSS Border Top color for the above div is #f84bd4

HTML with inline CSS

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

#f84bd4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f84bd4 Color code Preview on White Background

This is how #f84bd4 Color code will look on white background color. Color contrast ratio is 3.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 #f84bd4; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #f84bd4; }

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,75,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(75,248,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,75,212,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.