Skip to main content Skip to docs navigation

#f112cb 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 Fuchsia and its hex is #ED0DD9 Nearest Color Name

Color Hue/Base color: Red

Hex #f112cb Color code in RGB color code model is created after adding 94.51% red color, 7.06% green color and 79.61% blue color. Hex #f112cb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 93% magenta, 16% yellow and 5.49% black.

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

RGB Chart

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

Color Table

Hex Color Code f112cb #f112cb
RGB Decimal 241, 18, 203 241, 18, 203
RGB Percent 95%, 7%, 80% rgb(95%, 7%, 80%)
CSS RGBa 241, 18, 203,1 rgba(241,18,203,1)
CMYK Model cmyk(0%,93%,16%,5.49%)
HSL Color Space 310,89% ,51% hsl(310,89% ,51%)
HSV Color Space 310°, 93%, 95%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110001 00010010 11001011
Octal 361 22 313
Decimal 241 18 203
Hex f1 12 cb

Different shades of #f112cb color code.

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

Darkest of #f112cb
#640654
Darker of #f112cb
#94097c
Dark of #f112cb
#c40ca5
Base of #f112cb
#f112cb
Light of #f112cb
#f442d6
Lighter
#f772e0
Lightest
#faa2eb

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

#f112cb
#12f138

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

Split Complementary

#f112cb
#5cf112
#12f1a7

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

Analogous Color

#9512f1
#ba12f1
#f112cb
#f11281
#f11224

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

#f112cb
#12cbf1
#cbf112

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

#f112cb
#cbf112
#12f138
#3812f1

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

#f112cb
#f1a712
#12f138
#125cf1

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

#34032c
#640654
#94097c
#c40ca5
#f112cb
#f442d6
#f772e0
#faa2eb
#fcd3f5

Tints of #f112cb Color

#f112cb
#f22cd0
#f446d6
#f561dc
#f77be2
#f895e7
#fab0ed
#fbcaf3
#fde4f9
#ffffff

Shades of #f112cb color code

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

#f112cb
#d610b4
#bb0e9d
#a00c87
#850a70
#6b085a
#500643
#35042d
#1a0216
#000000

Tones

#f112cb
#d82bba
#bf44aa
#a65d99
#8d7689

Tones

Similar Color like #f112cb color

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

#f213cc
#f314cd
#f415ce
#f516cf
#f617d0
#f718d1
#f819d2
#f91ad3
#fa1bd4
#fb1cd5
#fc1dd6
#fd1ed7
#fe1fd8
#ff20d9
#f011ca
#ef10c9
#ee0fc8
#ed0ec7
#ec0dc6
#eb0cc5
#ea0bc4
#e90ac3
#e809c2
#e708c1
#e607c0
#e506bf
#e405be
#e304bd

Download this Dark Red

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

#f112cb Color Code Preview on Black Background Color

This is how #f112cb Color will look on black background color. Color contrast ratio is 5.69

#f112cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f112cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f112cb

#f112cb color code is use for CSS Background Color

Background color for the above div is #f112cb

HTML with inline CSS

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

#f112cb color code is use for CSS Border Color

CSS Border color for the above div is #f112cb

HTML with inline CSS

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

CSS Border Left color for the above div is #f112cb

HTML with inline CSS

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

CSS Border Right color for the above div is #f112cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f112cb

HTML with inline CSS

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

CSS Border Top color for the above div is #f112cb

HTML with inline CSS

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

#f112cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f112cb Color code Preview on White Background

This is how #f112cb Color code will look on white background color. Color contrast ratio is 3.69

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

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