crispedge.com

Color picker

Loading...

#f970c2 hex color - Red - Warm color - Information

#f970c2 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #f970c2 Color code in RGB color code model is created after adding 97.65% red color, 43.92% green color and 76.08% blue color. Hex #f970c2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 22% yellow and 2% black.

Hex #f970c2 color code is between #ff77bb web safe hex color code and #ee66cc web safe hex color code. #ff77bb is the nearest web safe color code. You can see here many more shades of #f970c2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef970c2#f970c2
RGB Decimal249, 112, 194rgb(249, 112, 194)
RGB Percent98%, 44%, 76%rgb(98%, 44%, 76%)
CSS RGBa249, 112, 194,1rgba(249,112,194,1)
CMYK Modelcmyk(0%,55%,22%,2%)
HSL Color Space324,92% ,71%hsl(324,92% ,71%)
HSV Color Space324°, 55%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110010111000011000010
Octal371160302
Decimal249112194
Hexf970c2

Different shades of #f970c2 color code.

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

Light Shade of #f970c2
#fba1d7
Dark Shade of #f970c2
#f73fad
Saturated Shade of #f970c2
#ff6ac3
Desaturated Shade of #f970c2
#f277c1
Grey scale Shade of #f970c2
#b4b4b4
Brighten Shade
#ff89db
Most Readable Shade
#000000

Shades of #f970c2 color code

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

#f970c2
#dd63ac
#c15796
#a64a81
#8a3e6b
#6e3156
#532540
#37182b
#1b0c15
#000000

Similar Color like #f970c2 color

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

#fa71c3
#fb72c4
#fc73c5
#fd74c6
#fe75c7
#ff76c8
#ff77c9
#ff78ca
#ff79cb
#ff7acc
#ff7bcd
#ff7cce
#ff7dcf
#ff7ed0
#f86fc1
#f76ec0
#f66dbf
#f56cbe
#f46bbd
#f36abc
#f269bb
#f168ba
#f067b9
#ef66b8
#ee65b7
#ed64b6
#ec63b5
#eb62b4

Monochromatic Color with #f970c2

#f970c2
#24101c
#4f243e
#79375f
#a44a80
#ce5da1

Tints of #f970c2 Color

#f970c2
#f97fc8
#fa8fcf
#fb9fd6
#fbafdd
#fcbfe3
#fdcfea
#fddff1
#feeff8
#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

#f970c2
#70f9a7

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

Split Complementary

#f970c2
#7ef970
#70f9eb

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

Analogous Color

#f970f9
#f970dd
#f970c2
#f970a7
#f9708b

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

#f970c2
#c2f970
#70c2f9

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

#f970c2
#f9eb70
#70f9a7
#707df9

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

#f970c2
#70f9a7
#70f9eb
#f9707e

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

#f970c2 Color Code Preview on Black Background Color

This is how #f970c2 Color will look on black background color. Color contrast ratio is 8.12

#f970c2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f970c2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f970c2

#f970c2 color code is use for CSS Background Color

Background color for the above div is #f970c2

HTML with inline CSS

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

#f970c2 color code is use for CSS Border Color

CSS Border color for the above div is #f970c2

HTML with inline CSS

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

CSS Border Left color for the above div is #f970c2

HTML with inline CSS

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

CSS Border Right color for the above div is #f970c2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f970c2

HTML with inline CSS

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

CSS Border Top color for the above div is #f970c2

HTML with inline CSS

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

#f970c2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f970c2 Color code Preview on White Background

This is how #f970c2 Color code will look on white background color. Color contrast ratio is 2.58

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

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,112,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(112,249,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,112,194,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.