crispedge.com

Color picker

Loading...

#f977ff hex color - Violet - Warm color - Information

#f977ff hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f977ff Color code in RGB color code model is created after adding 97.65% red color, 46.67% green color and 100% blue color. Hex #f977ff Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 53% magenta, 0% yellow and 0% black.

Hex #f977ff color code is between #ff66ee web safe hex color code and #ee88dd web safe hex color code. #ff66ee is the nearest web safe color code. You can see here many more shades of #f977ff color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef977ff#f977ff
RGB Decimal249, 119, 255rgb(249, 119, 255)
RGB Percent98%, 47%, 100%rgb(98%, 47%, 100%)
CSS RGBa249, 119, 255,1rgba(249,119,255,1)
CMYK Modelcmyk(2%,53%,0%,0%)
HSL Color Space297,100% ,73%hsl(297,100% ,73%)
HSV Color Space297°, 53%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110010111011111111111
Octal371167377
Decimal249119255
Hexf977ff

Different shades of #f977ff color code.

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

Light Shade of #f977ff
#fbaaff
Dark Shade of #f977ff
#f744ff
Saturated Shade of #f977ff
#f977ff
Desaturated Shade of #f977ff
#f37ef8
Grey scale Shade of #f977ff
#bbbbbb
Brighten Shade
#ff90ff
Most Readable Shade
#000000

Shades of #f977ff color code

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

#f977ff
#dd69e2
#c15cc6
#a64faa
#8a428d
#6e3471
#532755
#371a38
#1b0d1c
#000000

Similar Color like #f977ff color

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

#fa78ff
#fb79ff
#fc7aff
#fd7bff
#fe7cff
#ff7dff
#ff7eff
#ff7fff
#ff80ff
#ff81ff
#ff82ff
#ff83ff
#ff84ff
#ff85ff
#f876fe
#f775fd
#f674fc
#f573fb
#f472fa
#f371f9
#f270f8
#f16ff7
#f06ef6
#ef6df5
#ee6cf4
#ed6bf3
#ec6af2
#eb69f1

Monochromatic Color with #f977ff

#f977ff
#29142a
#532855
#7d3c80
#a64faa
#cf63d4

Tints of #f977ff Color

#f977ff
#f986ff
#fa95ff
#fba4ff
#fbb3ff
#fcc2ff
#fdd1ff
#fde0ff
#feefff
#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

#f977ff
#7dff77

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

Split Complementary

#f977ff
#c1ff77
#77ffb5

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

Analogous Color

#c377ff
#de77ff
#f977ff
#ff77ea
#ff77cf

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

#f977ff
#fff977
#77fff9

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

#f977ff
#ffb577
#7dff77
#77c1ff

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

#f977ff
#7dff77
#77ffb5
#ff77c1

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

#f977ff Color Code Preview on Black Background Color

This is how #f977ff Color will look on black background color. Color contrast ratio is 9.11

#f977ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f977ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f977ff

#f977ff color code is use for CSS Background Color

Background color for the above div is #f977ff

HTML with inline CSS

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

#f977ff color code is use for CSS Border Color

CSS Border color for the above div is #f977ff

HTML with inline CSS

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

CSS Border Left color for the above div is #f977ff

HTML with inline CSS

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

CSS Border Right color for the above div is #f977ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f977ff

HTML with inline CSS

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

CSS Border Top color for the above div is #f977ff

HTML with inline CSS

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

#f977ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f977ff Color code Preview on White Background

This is how #f977ff Color code will look on white background color. Color contrast ratio is 2.30

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

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(249,119,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(125,255,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,119,255,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.