@
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.

#f12cad hex color - Red - Warm color - Information

#f12cad hex color - Red - Warm color

Color Hue/Base color: Red

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

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

Color in numbers

Type Red Green Blue
Binary 11110001 00101100 10101101
Octal 361 54 255
Decimal 241 44 173
Hex f1 2c ad

Different shades of #f12cad color code.

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

Light Shade of #f12cad
#f45cc0
Dark Shade of #f12cad
#db0f95
Saturated Shade of #f12cad
#fc21b0
Desaturated Shade of #f12cad
#e637aa
Grey scale Shade of #f12cad
#8e8e8e
Brighten Shade
#ff45c6
Most Readable Shade
#FFFFFF

Shades of #f12cad color code

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

#f12cad
#d62799
#bb2286
#a01d73
#851860
#6b134c
#500e39
#350926
#1a0413
#000000

Similar Color like #f12cad color

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

#f22dae
#f32eaf
#f42fb0
#f530b1
#f631b2
#f732b3
#f833b4
#f934b5
#fa35b6
#fb36b7
#fc37b8
#fd38b9
#fe39ba
#ff3abb
#f02bac
#ef2aab
#ee29aa
#ed28a9
#ec27a8
#eb26a7
#ea25a6
#e924a5
#e823a4
#e722a3
#e621a2
#e520a1
#e41fa0
#e31e9f

Monochromatic Color with #f12cad

#f12cad
#1c0514
#470d33
#711551
#9c1c70
#c6248e

Tints of #f12cad Color

#f12cad
#f243b6
#f45abf
#f572c8
#f789d1
#f8a1da
#fab8e3
#fbd0ec
#fde7f5
#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

#f12cad
#2cf170

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

Split Complementary

#f12cad
#4bf12c
#2cf1d3

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

Analogous Color

#e62cf1
#f12cd4
#f12cad
#f12c86
#f12c5e

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

#f12cad
#adf12c
#2cadf1

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

#f12cad
#f1d22c
#2cf170
#2c4af1

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

#f12cad
#2cf170
#2cf1d3
#f12c4b

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

#f12cad Color Code Preview on Black Background Color

This is how #f12cad Color will look on black background color. Color contrast ratio is 5.70

#f12cad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f12cad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f12cad

#f12cad color code is use for CSS Background Color

Background color for the above div is #f12cad

HTML with inline CSS

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

#f12cad color code is use for CSS Border Color

CSS Border color for the above div is #f12cad

HTML with inline CSS

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

CSS Border Left color for the above div is #f12cad

HTML with inline CSS

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

CSS Border Right color for the above div is #f12cad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f12cad

HTML with inline CSS

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

CSS Border Top color for the above div is #f12cad

HTML with inline CSS

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

#f12cad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f12cad Color code Preview on White Background

This is how #f12cad Color code will look on white background color. Color contrast ratio is 3.68

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

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,44,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(44,241,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(241,44,173,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.