Skip to main content Skip to docs navigation

#f220bc 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 Magnificent Magenta and its hex is #EE22AA Nearest Color Name

Color Hue/Base color: Red

Hex #f220bc Color code in RGB color code model is created after adding 94.9% red color, 12.55% green color and 73.73% blue color. Hex #f220bc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 87% magenta, 22% yellow and 5.1% black.

Hex #f220bc color code is between #ee22bb web safe hex color code and #ff11cc web safe hex color code. #ee22bb is the nearest web safe color code. You can see here many more shades of #f220bc color code.

RGB Chart

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

Color Table

Hex Color Code f220bc #f220bc
RGB Decimal 242, 32, 188 242, 32, 188
RGB Percent 95%, 13%, 74% rgb(95%, 13%, 74%)
CSS RGBa 242, 32, 188,1 rgba(242,32,188,1)
CMYK Model cmyk(0%,87%,22%,5.1%)
HSL Color Space 315,89% ,54% hsl(315,89% ,54%)
HSV Color Space 315°, 87%, 95%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110010 00100000 10111100
Octal 362 40 274
Decimal 242 32 188
Hex f2 20 bc

Different shades of #f220bc color code.

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

Darkest of #f220bc
#720757
Darker of #f220bc
#a3097b
Dark of #f220bc
#d30ca0
Base of #f220bc
#f220bc
Light of #f220bc
#f550ca
Lighter
#f880d9
Lightest
#fab1e7

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

#f220bc
#20f256

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

Split Complementary

#f220bc
#53f220
#20f2bf

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

Analogous Color

#ae20f2
#d120f2
#f220bc
#f22076
#f22220

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

#f220bc
#20bcf2
#bcf220

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

#f220bc
#bcf220
#20f256
#5620f2

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

#f220bc
#f2bf20
#20f256
#2053f2

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

#420432
#720757
#a3097b
#d30ca0
#f220bc
#f550ca
#f880d9
#fab1e7
#fde1f6

Tints of #f220bc Color

#f220bc
#f338c3
#f451ca
#f66ad2
#f783d9
#f99be1
#fab4e8
#fccdf0
#fde6f7
#ffffff

Shades of #f220bc color code

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

#f220bc
#d71ca7
#bc1892
#a1157d
#861168
#6b0e53
#500a3e
#350729
#1a0314
#000000

Tones

#f220bc
#da38b1
#c34fa5
#ab679a
#947e8e

Tones

Similar Color like #f220bc color

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

#f321bd
#f422be
#f523bf
#f624c0
#f725c1
#f826c2
#f927c3
#fa28c4
#fb29c5
#fc2ac6
#fd2bc7
#fe2cc8
#ff2dc9
#ff2eca
#f11fbb
#f01eba
#ef1db9
#ee1cb8
#ed1bb7
#ec1ab6
#eb19b5
#ea18b4
#e917b3
#e816b2
#e715b1
#e614b0
#e513af
#e412ae

Download this Dark Red

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

#f220bc Color Code Preview on Black Background Color

This is how #f220bc Color will look on black background color. Color contrast ratio is 5.71

#f220bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f220bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f220bc

#f220bc color code is use for CSS Background Color

Background color for the above div is #f220bc

HTML with inline CSS

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

#f220bc color code is use for CSS Border Color

CSS Border color for the above div is #f220bc

HTML with inline CSS

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

CSS Border Left color for the above div is #f220bc

HTML with inline CSS

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

CSS Border Right color for the above div is #f220bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f220bc

HTML with inline CSS

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

CSS Border Top color for the above div is #f220bc

HTML with inline CSS

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

#f220bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f220bc Color code Preview on White Background

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

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(242,32,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(32,242,86,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(242,32,188,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }