Skip to main content Skip to docs navigation

#f221fe hex color | Download Dark Violet 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 Cotton Candy Explosions and its hex is #DD22FF Nearest Color Name

Color Hue/Base color: Violet

Hex #f221fe Color code in RGB color code model is created after adding 94.9% red color, 12.94% green color and 99.61% blue color. Hex #f221fe Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 87% magenta, 0% yellow and 0.39% black.

Hex #f221fe color code is between #ee22ff web safe hex color code and #ff11ee web safe hex color code. #ee22ff is the nearest web safe color code. You can see here many more shades of #f221fe color code.

RGB Chart

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

Color Table

Hex Color Code f221fe #f221fe
RGB Decimal 242, 33, 254 242, 33, 254
RGB Percent 95%, 13%, 100% rgb(95%, 13%, 100%)
CSS RGBa 242, 33, 254,1 rgba(242,33,254,1)
CMYK Model cmyk(5%,87%,0%,0.39%)
HSL Color Space 297,99% ,56% hsl(297,99% ,56%)
HSV Color Space 297°, 87%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110010 00100001 11111110
Octal 362 41 376
Decimal 242 33 254
Hex f2 21 fe

Different shades of #f221fe color code.

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

Darkest of #f221fe
#7e0185
Darker of #f221fe
#ae01b8
Dark of #f221fe
#de01eb
Base of #f221fe
#f221fe
Light of #f221fe
#f554fe
Lighter
#f887fe
Lightest
#fbb9ff

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

#f221fe
#2dfe21

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

Split Complementary

#f221fe
#9bfe21
#21fe83

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

Analogous Color

#7121fe
#9621fe
#f221fe
#fe21c0
#fe2164

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

#f221fe
#21fef2
#fef221

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

#f221fe
#fef221
#2dfe21
#212dfe

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

#f221fe
#fe8321
#2dfe21
#219bfe

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

#4e0053
#7e0185
#ae01b8
#de01eb
#f221fe
#f554fe
#f887fe
#fbb9ff
#feecff

Tints of #f221fe Color

#f221fe
#f339fe
#f452fe
#f66bfe
#f783fe
#f99cfe
#fab5fe
#fccdfe
#fde6fe
#ffffff

Shades of #f221fe color code

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

#f221fe
#d71de1
#bc19c5
#a116a9
#86128d
#6b0e70
#500b54
#350738
#1a031c
#000000

Tones

#f221fe
#de37e8
#ca4ed1
#b664bb
#a27aa5

Tones

Similar Color like #f221fe color

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

#f322ff
#f423ff
#f524ff
#f625ff
#f726ff
#f827ff
#f928ff
#fa29ff
#fb2aff
#fc2bff
#fd2cff
#fe2dff
#ff2eff
#ff2fff
#f120fd
#f01ffc
#ef1efb
#ee1dfa
#ed1cf9
#ec1bf8
#eb1af7
#ea19f6
#e918f5
#e817f4
#e716f3
#e615f2
#e514f1
#e413f0

Download this Dark Violet

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

#f221fe Color Code Preview on Black Background Color

This is how #f221fe Color will look on black background color. Color contrast ratio is 6.42

#f221fe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f221fe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f221fe

#f221fe color code is use for CSS Background Color

Background color for the above div is #f221fe

HTML with inline CSS

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

#f221fe color code is use for CSS Border Color

CSS Border color for the above div is #f221fe

HTML with inline CSS

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

CSS Border Left color for the above div is #f221fe

HTML with inline CSS

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

CSS Border Right color for the above div is #f221fe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f221fe

HTML with inline CSS

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

CSS Border Top color for the above div is #f221fe

HTML with inline CSS

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

#f221fe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f221fe Color code Preview on White Background

This is how #f221fe Color code will look on white background color. Color contrast ratio is 3.27

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

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