Skip to main content Skip to docs navigation

#f12bdd hex color - Red - Warm color - Information

#f12bdd hex color - Red - Warm color

On this page
@
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 Hue/Base color: Red

Hex #f12bdd Color code in RGB color code model is created after adding 94.51% red color, 16.86% green color and 86.67% blue color. Hex #f12bdd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 82% magenta, 8% yellow and 5.49% black.

Hex #f12bdd color code is between #ee33cc web safe hex color code and #ff22ee web safe hex color code. #ee33cc is the nearest web safe color code. You can see here many more shades of #f12bdd 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 f12bdd #f12bdd
RGB Decimal 241, 43, 221 rgb(241, 43, 221)
RGB Percent 95%, 17%, 87% rgb(95%, 17%, 87%)
CSS RGBa 241, 43, 221,1 rgba(241,43,221,1)
CMYK Model cmyk(0%,82%,8%,5.49%)
HSL Color Space 306,88% ,56% hsl(306,88% ,56%)
HSV Color Space 306°, 82%, 95%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110001 00101011 11011101
Octal 361 53 335
Decimal 241 43 221
Hex f1 2b dd

Different shades of #f12bdd color code.

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

Light Shade of #f12bdd
#f45be5
Dark Shade of #f12bdd
#db0ec6
Saturated Shade of #f12bdd
#fc20e6
Desaturated Shade of #f12bdd
#e636d4
Grey scale Shade of #f12bdd
#8e8e8e
Brighten Shade
#ff44f6
Most Readable Shade
#000000

Shades of #f12bdd color code

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

#f12bdd
#d626c4
#bb21ab
#a01c93
#85177a
#6b1362
#500e49
#350931
#1a0418
#000000

Similar Color like #f12bdd color

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

#f22cde
#f32ddf
#f42ee0
#f52fe1
#f630e2
#f731e3
#f832e4
#f933e5
#fa34e6
#fb35e7
#fc36e8
#fd37e9
#fe38ea
#ff39eb
#f02adc
#ef29db
#ee28da
#ed27d9
#ec26d8
#eb25d7
#ea24d6
#e923d5
#e822d4
#e721d3
#e620d2
#e51fd1
#e41ed0
#e31dcf

Monochromatic Color with #f12bdd

#f12bdd
#1c051a
#470d41
#711468
#9c1c8f
#c623b6

Tints of #f12bdd Color

#f12bdd
#f242e0
#f45ae4
#f571e8
#f789ec
#f8a0ef
#fab8f3
#fbcff7
#fde7fb
#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

#f12bdd
#2bf13f

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

Split Complementary

#f12bdd
#7af12b
#2bf1a2

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

Analogous Color

#b62bf1
#dd2bf1
#f12bdd
#f12bb5
#f12b8e

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

#f12bdd
#ddf12b
#2bddf1

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

#f12bdd
#f1a22b
#2bf13f
#2b7af1

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

#f12bdd
#2bf13f
#2bf1a2
#f12b7a

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

#f12bdd Color Code Preview on Black Background Color

This is how #f12bdd Color will look on black background color. Color contrast ratio is 6.13

#f12bdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f12bdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f12bdd

#f12bdd color code is use for CSS Background Color

Background color for the above div is #f12bdd

HTML with inline CSS

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

#f12bdd color code is use for CSS Border Color

CSS Border color for the above div is #f12bdd

HTML with inline CSS

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

CSS Border Left color for the above div is #f12bdd

HTML with inline CSS

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

CSS Border Right color for the above div is #f12bdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f12bdd

HTML with inline CSS

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

CSS Border Top color for the above div is #f12bdd

HTML with inline CSS

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

#f12bdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f12bdd Color code Preview on White Background

This is how #f12bdd Color code will look on white background color. Color contrast ratio is 3.43

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

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(241,43,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(43,241,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(241,43,221,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.