Skip to main content Skip to docs navigation

#f12d8a 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 Prickly Pink and its hex is #F42C93 Nearest Color Name

Color Hue/Base color: Red

Hex #f12d8a Color code in RGB color code model is created after adding 94.51% red color, 17.65% green color and 54.12% blue color. Hex #f12d8a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 81% magenta, 43% yellow and 5.49% black.

Hex #f12d8a color code is between #ee3388 web safe hex color code and #ff2299 web safe hex color code. #ee3388 is the nearest web safe color code. You can see here many more shades of #f12d8a color code.

RGB Chart

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

Color Table

Hex Color Code f12d8a #f12d8a
RGB Decimal 241, 45, 138 241, 45, 138
RGB Percent 95%, 18%, 54% rgb(95%, 18%, 54%)
CSS RGBa 241, 45, 138,1 rgba(241,45,138,1)
CMYK Model cmyk(0%,81%,43%,5.49%)
HSL Color Space 332,87% ,56% hsl(332,87% ,56%)
HSV Color Space 332°, 81%, 95%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110001 00101101 10001010
Octal 361 55 212
Decimal 241 45 138
Hex f1 2d 8a

Different shades of #f12d8a color code.

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

Darkest of #f12d8a
#7d0840
Darker of #f12d8a
#ad0c58
Dark of #f12d8a
#dc0f70
Base of #f12d8a
#f12d8a
Light of #f12d8a
#f45da5
Lighter
#f78dbf
Lightest
#fbbcda

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

#f12d8a
#2df194

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

Split Complementary

#f12d8a
#2df132
#2decf1

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

Analogous Color

#e62df1
#f12ddc
#f12d8a
#f12d49
#f1632d

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

#f12d8a
#2d8af1
#8af12d

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

#f12d8a
#8af12d
#2df194
#942df1

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

#f12d8a
#ecf12d
#2df194
#322df1

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

#4d0527
#7d0840
#ad0c58
#dc0f70
#f12d8a
#f45da5
#f78dbf
#fbbcda
#feecf5

Tints of #f12d8a Color

#f12d8a
#f24497
#f45ba4
#f573b1
#f78abe
#f8a1cb
#fab9d8
#fbd0e5
#fde7f2
#ffffff

Shades of #f12d8a color code

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

#f12d8a
#d6287a
#bb236b
#a01e5c
#85194c
#6b143d
#500f2e
#350a1e
#1a050f
#000000

Tones

#f12d8a
#db438b
#c45a8c
#ae708d
#97878f

Tones

Similar Color like #f12d8a color

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

#f22e8b
#f32f8c
#f4308d
#f5318e
#f6328f
#f73390
#f83491
#f93592
#fa3693
#fb3794
#fc3895
#fd3996
#fe3a97
#ff3b98
#f02c89
#ef2b88
#ee2a87
#ed2986
#ec2885
#eb2784
#ea2683
#e92582
#e82481
#e72380
#e6227f
#e5217e
#e4207d
#e31f7c

Download this Dark Red

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

#f12d8a Color Code Preview on Black Background Color

This is how #f12d8a Color will look on black background color. Color contrast ratio is 5.48

#f12d8a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f12d8a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f12d8a

#f12d8a color code is use for CSS Background Color

Background color for the above div is #f12d8a

HTML with inline CSS

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

#f12d8a color code is use for CSS Border Color

CSS Border color for the above div is #f12d8a

HTML with inline CSS

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

CSS Border Left color for the above div is #f12d8a

HTML with inline CSS

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

CSS Border Right color for the above div is #f12d8a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f12d8a

HTML with inline CSS

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

CSS Border Top color for the above div is #f12d8a

HTML with inline CSS

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

#f12d8a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f12d8a Color code Preview on White Background

This is how #f12d8a Color code will look on white background color. Color contrast ratio is 3.83

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

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(241,45,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(45,241,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(241,45,138,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }