Skip to main content Skip to docs navigation

#f964ea hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Magenta Stream and its hex is #FA5FF7 Nearest Color Name

Color Hue/Base color: Red

Hex #f964ea Color code in RGB color code model is created after adding 97.65% red color, 39.22% green color and 91.76% blue color. Hex #f964ea Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 6% yellow and 2.35% black.

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

RGB Chart

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

Color Table

Hex Color Code f964ea #f964ea
RGB Decimal 249, 100, 234 249, 100, 234
RGB Percent 98%, 39%, 92% rgb(98%, 39%, 92%)
CSS RGBa 249, 100, 234,1 rgba(249,100,234,1)
CMYK Model cmyk(0%,60%,6%,2.35%)
HSL Color Space 306,93% ,68% hsl(306,93% ,68%)
HSV Color Space 306°, 60%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111001 01100100 11101010
Octal 371 144 352
Decimal 249 100 234
Hex f9 64 ea

Different shades of #f964ea color code.

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

Darkest of #f964ea
#bd07aa
Darker of #f964ea
#ee09d7
Dark of #f964ea
#f733e3
Base of #f964ea
#f964ea
Light of #f964ea
#fb95f1
Lighter
#fdc6f7
Lightest
#fff7fe

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

#f964ea
#64f973

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

Split Complementary

#f964ea
#9ff964
#64f9bd

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

Analogous Color

#b164f9
#ca64f9
#f964ea
#f964b8
#f9647a

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

#f964ea
#64eaf9
#eaf964

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

#f964ea
#eaf964
#64f973
#7364f9

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#f964ea
#f9bd64
#64f973
#649ff9

Square 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).

Monochromatic Color with #f964ea

#8c057e
#bd07aa
#ee09d7
#f733e3
#f964ea
#fb95f1
#fdc6f7
#fff7fe
#ffffff

Tints of #f964ea Color

#f964ea
#f975ec
#fa86ee
#fb97f1
#fba8f3
#fcbaf5
#fdcbf8
#fddcfa
#feedfc
#ffffff

Shades of #f964ea color code

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

#f964ea
#dd58d0
#c14db6
#a6429c
#8a3782
#6e2c68
#53214e
#371634
#1b0b1a
#000000

Tones

#f964ea
#e974dd
#d984d0
#c994c3
#b9a4b7

Tones

Similar Color like #f964ea color

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

#fa65eb
#fb66ec
#fc67ed
#fd68ee
#fe69ef
#ff6af0
#ff6bf1
#ff6cf2
#ff6df3
#ff6ef4
#ff6ff5
#ff70f6
#ff71f7
#ff72f8
#f863e9
#f762e8
#f661e7
#f560e6
#f45fe5
#f35ee4
#f25de3
#f15ce2
#f05be1
#ef5ae0
#ee59df
#ed58de
#ec57dd
#eb56dc

Download this Dark Red

Hex #f964ea 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.

#f964ea Color Code Preview on Black Background Color

This is how #f964ea Color will look on black background color. Color contrast ratio is 8.04

#f964ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f964ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f964ea

#f964ea color code is use for CSS Background Color

Background color for the above div is #f964ea

HTML with inline CSS

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

#f964ea color code is use for CSS Border Color

CSS Border color for the above div is #f964ea

HTML with inline CSS

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

CSS Border Left color for the above div is #f964ea

HTML with inline CSS

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

CSS Border Right color for the above div is #f964ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f964ea

HTML with inline CSS

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

CSS Border Top color for the above div is #f964ea

HTML with inline CSS

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

#f964ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f964ea Color code Preview on White Background

This is how #f964ea Color code will look on white background color. Color contrast ratio is 2.61

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(249,100,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(100,249,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,100,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }