Skip to main content Skip to docs navigation

#f013aa 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 Fanatic Fuchsia and its hex is #EE1199 Nearest Color Name

Color Hue/Base color: Red

Hex #f013aa Color code in RGB color code model is created after adding 94.12% red color, 7.45% green color and 66.67% blue color. Hex #f013aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 92% magenta, 29% yellow and 5.88% black.

Hex #f013aa color code is between #ee1199 web safe hex color code and #ff22bb web safe hex color code. #ee1199 is the nearest web safe color code. You can see here many more shades of #f013aa color code.

RGB Chart

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

Color Table

Hex Color Code f013aa #f013aa
RGB Decimal 240, 19, 170 240, 19, 170
RGB Percent 94%, 7%, 67% rgb(94%, 7%, 67%)
CSS RGBa 240, 19, 170,1 rgba(240,19,170,1)
CMYK Model cmyk(0%,92%,29%,5.88%)
HSL Color Space 319,88% ,51% hsl(319,88% ,51%)
HSV Color Space 319°, 92%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110000 00010011 10101010
Octal 360 23 252
Decimal 240 19 170
Hex f0 13 aa

Different shades of #f013aa color code.

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

Darkest of #f013aa
#640646
Darker of #f013aa
#940968
Dark of #f013aa
#c40c8a
Base of #f013aa
#f013aa
Light of #f013aa
#f343bb
Lighter
#f673cd
Lightest
#f9a3de

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

#f013aa
#13f059

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

Split Complementary

#f013aa
#3bf013
#13f0c7

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

Analogous Color

#b513f0
#da13f0
#f013aa
#f01360
#f02213

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

#f013aa
#13aaf0
#aaf013

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

#f013aa
#aaf013
#13f059
#5913f0

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

#f013aa
#f0c713
#13f059
#133bf0

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 #f013aa

#340324
#640646
#940968
#c40c8a
#f013aa
#f343bb
#f673cd
#f9a3de
#fcd3ef

Tints of #f013aa Color

#f013aa
#f12db3
#f347bc
#f561c6
#f67bcf
#f896d9
#fab0e2
#fbcaec
#fde4f5
#ffffff

Shades of #f013aa color code

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

#f013aa
#d51097
#ba0e84
#a00c71
#850a5e
#6a084b
#500638
#350425
#1a0212
#000000

Tones

#f013aa
#d72ca1
#be4598
#a55e8e
#8c7785

Tones

Similar Color like #f013aa color

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

#f114ab
#f215ac
#f316ad
#f417ae
#f518af
#f619b0
#f71ab1
#f81bb2
#f91cb3
#fa1db4
#fb1eb5
#fc1fb6
#fd20b7
#fe21b8
#ef12a9
#ee11a8
#ed10a7
#ec0fa6
#eb0ea5
#ea0da4
#e90ca3
#e80ba2
#e70aa1
#e609a0
#e5089f
#e4079e
#e3069d
#e2059c

Download this Dark Red

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

#f013aa Color Code Preview on Black Background Color

This is how #f013aa Color will look on black background color. Color contrast ratio is 5.38

#f013aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f013aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f013aa

#f013aa color code is use for CSS Background Color

Background color for the above div is #f013aa

HTML with inline CSS

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

#f013aa color code is use for CSS Border Color

CSS Border color for the above div is #f013aa

HTML with inline CSS

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

CSS Border Left color for the above div is #f013aa

HTML with inline CSS

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

CSS Border Right color for the above div is #f013aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f013aa

HTML with inline CSS

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

CSS Border Top color for the above div is #f013aa

HTML with inline CSS

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

#f013aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f013aa Color code Preview on White Background

This is how #f013aa Color code will look on white background color. Color contrast ratio is 3.90

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

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