Skip to main content Skip to docs navigation

#f279fa hex color | Download Light 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 Electric Flamingo and its hex is #FC74FD Nearest Color Name

Color Hue/Base color: Violet

Hex #f279fa Color code in RGB color code model is created after adding 94.9% red color, 47.45% green color and 98.04% blue color. Hex #f279fa Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 52% magenta, 0% yellow and 1.96% black.

Hex #f279fa color code is between #ee77ff web safe hex color code and #ff88ee web safe hex color code. #ee77ff is the nearest web safe color code. You can see here many more shades of #f279fa color code.

RGB Chart

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

Color Table

Hex Color Code f279fa #f279fa
RGB Decimal 242, 121, 250 242, 121, 250
RGB Percent 95%, 47%, 98% rgb(95%, 47%, 98%)
CSS RGBa 242, 121, 250,1 rgba(242,121,250,1)
CMYK Model cmyk(3%,52%,0%,1.96%)
HSL Color Space 296,93% ,73% hsl(296,93% ,73%)
HSV Color Space 296°, 52%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110010 01111001 11111010
Octal 362 171 372
Decimal 242 121 250
Hex f2 79 fa

Different shades of #f279fa color code.

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

Darkest of #f279fa
#c608d2
Darker of #f279fa
#e817f6
Dark of #f279fa
#ed48f8
Base of #f279fa
#f279fa
Light of #f279fa
#f7aafc
Lighter
#fcdbfe
Lightest
#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

#f279fa
#81fa79

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

Split Complementary

#f279fa
#c2fa79
#79fab2

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

Analogous Color

#a779fa
#bc79fa
#f279fa
#fa79d7
#fa79a1

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

#f279fa
#79faf2
#faf279

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

#f279fa
#faf279
#81fa79
#7981fa

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

#f279fa
#fab279
#81fa79
#79c2fa

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

#9706a1
#c608d2
#e817f6
#ed48f8
#f279fa
#f7aafc
#fcdbfe
#ffffff
#ffffff

Tints of #f279fa Color

#f279fa
#f387fa
#f496fb
#f6a5fb
#f7b4fc
#f9c3fc
#fad2fd
#fce1fd
#fdf0fe
#ffffff

Shades of #f279fa color code

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

#f279fa
#d76bde
#bc5ec2
#a150a6
#86438a
#6b356f
#502853
#351a37
#1a0d1b
#000000

Tones

#f279fa
#e687ec
#da95de
#cda3d0
#c1b1c2

Tones

Similar Color like #f279fa color

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

#f37afb
#f47bfc
#f57cfd
#f67dfe
#f77eff
#f87fff
#f980ff
#fa81ff
#fb82ff
#fc83ff
#fd84ff
#fe85ff
#ff86ff
#ff87ff
#f178f9
#f077f8
#ef76f7
#ee75f6
#ed74f5
#ec73f4
#eb72f3
#ea71f2
#e970f1
#e86ff0
#e76eef
#e66dee
#e56ced
#e46bec

Download this Light Violet

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

#f279fa Color Code Preview on Black Background Color

This is how #f279fa Color will look on black background color. Color contrast ratio is 8.89

#f279fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f279fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f279fa

#f279fa color code is use for CSS Background Color

Background color for the above div is #f279fa

HTML with inline CSS

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

#f279fa color code is use for CSS Border Color

CSS Border color for the above div is #f279fa

HTML with inline CSS

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

CSS Border Left color for the above div is #f279fa

HTML with inline CSS

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

CSS Border Right color for the above div is #f279fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f279fa

HTML with inline CSS

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

CSS Border Top color for the above div is #f279fa

HTML with inline CSS

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

#f279fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f279fa Color code Preview on White Background

This is how #f279fa Color code will look on white background color. Color contrast ratio is 2.36

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

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