crispedge.com

Color picker

Loading...

#f94d7b hex color - Red - Warm color - Information

#f94d7b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f94d7b Color code in RGB color code model is created after adding 97.65% red color, 30.2% green color and 48.24% blue color. Hex #f94d7b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 51% yellow and 2% black.

Hex #f94d7b color code is between #ff5577 web safe hex color code and #ee4488 web safe hex color code. #ff5577 is the nearest web safe color code. You can see here many more shades of #f94d7b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef94d7b#f94d7b
RGB Decimal249, 77, 123rgb(249, 77, 123)
RGB Percent98%, 30%, 48%rgb(98%, 30%, 48%)
CSS RGBa249, 77, 123,1rgba(249,77,123,1)
CMYK Modelcmyk(0%,69%,51%,2%)
HSL Color Space344,93% ,64%hsl(344,93% ,64%)
HSV Color Space344°, 69%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110010100110101111011
Octal371115173
Decimal24977123
Hexf94d7b

Different shades of #f94d7b color code.

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

Light Shade of #f94d7b
#fb7ea0
Dark Shade of #f94d7b
#f71c56
Saturated Shade of #f94d7b
#ff4778
Desaturated Shade of #f94d7b
#f0567f
Grey scale Shade of #f94d7b
#a3a3a3
Brighten Shade
#ff6694
Most Readable Shade
#000000

Shades of #f94d7b color code

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

#f94d7b
#dd446d
#c13b5f
#a63352
#8a2a44
#6e2236
#531929
#37111b
#1b080d
#000000

Similar Color like #f94d7b color

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

#fa4e7c
#fb4f7d
#fc507e
#fd517f
#fe5280
#ff5381
#ff5482
#ff5583
#ff5684
#ff5785
#ff5886
#ff5987
#ff5a88
#ff5b89
#f84c7a
#f74b79
#f64a78
#f54977
#f44876
#f34775
#f24674
#f14573
#f04472
#ef4371
#ee4270
#ed416f
#ec406e
#eb3f6d

Monochromatic Color with #f94d7b

#f94d7b
#240b12
#4f1827
#79263c
#a43351
#ce4066

Tints of #f94d7b Color

#f94d7b
#f96089
#fa7498
#fb88a7
#fb9cb5
#fcafc4
#fdc3d3
#fdd7e1
#feebf0
#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

#f94d7b
#4df9cb

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

Split Complementary

#f94d7b
#4df975
#4dd1f9

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

Analogous Color

#f94dc0
#f94d9d
#f94d7b
#f94d59
#f9644d

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

#f94d7b
#7bf94d
#4d7bf9

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

#f94d7b
#d1f94d
#4df9cb
#754df9

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

#f94d7b
#4df9cb
#4dd1f9
#f9754d

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

#f94d7b Color Code Preview on Black Background Color

This is how #f94d7b Color will look on black background color. Color contrast ratio is 6.38

#f94d7b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f94d7b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f94d7b

#f94d7b color code is use for CSS Background Color

Background color for the above div is #f94d7b

HTML with inline CSS

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

#f94d7b color code is use for CSS Border Color

CSS Border color for the above div is #f94d7b

HTML with inline CSS

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

CSS Border Left color for the above div is #f94d7b

HTML with inline CSS

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

CSS Border Right color for the above div is #f94d7b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f94d7b

HTML with inline CSS

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

CSS Border Top color for the above div is #f94d7b

HTML with inline CSS

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

#f94d7b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f94d7b Color code Preview on White Background

This is how #f94d7b Color code will look on white background color. Color contrast ratio is 3.29

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

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,77,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(77,249,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,77,123,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.