crispedge.com

Color picker

Loading...

#f984b1 hex color - Red - Warm color - Information

#f984b1 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f984b1 Color code in RGB color code model is created after adding 97.65% red color, 51.76% green color and 69.41% blue color. Hex #f984b1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 29% yellow and 2% black.

Hex #f984b1 color code is between #ff88aa web safe hex color code and #ee77bb web safe hex color code. #ff88aa is the nearest web safe color code. You can see here many more shades of #f984b1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef984b1#f984b1
RGB Decimal249, 132, 177rgb(249, 132, 177)
RGB Percent98%, 52%, 69%rgb(98%, 52%, 69%)
CSS RGBa249, 132, 177,1rgba(249,132,177,1)
CMYK Modelcmyk(0%,47%,29%,2%)
HSL Color Space337,91% ,75%hsl(337,91% ,75%)
HSV Color Space337°, 47%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110011000010010110001
Octal371204261
Decimal249132177
Hexf984b1

Different shades of #f984b1 color code.

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

Light Shade of #f984b1
#fbb5d0
Dark Shade of #f984b1
#f75392
Saturated Shade of #f984b1
#ff7eb0
Desaturated Shade of #f984b1
#f38ab2
Grey scale Shade of #f984b1
#bebebe
Brighten Shade
#ff9dca
Most Readable Shade
#000000

Shades of #f984b1 color code

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

#f984b1
#dd759d
#c16689
#a65876
#8a4962
#6e3a4e
#532c3b
#371d27
#1b0e13
#000000

Similar Color like #f984b1 color

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

#fa85b2
#fb86b3
#fc87b4
#fd88b5
#fe89b6
#ff8ab7
#ff8bb8
#ff8cb9
#ff8dba
#ff8ebb
#ff8fbc
#ff90bd
#ff91be
#ff92bf
#f883b0
#f782af
#f681ae
#f580ad
#f47fac
#f37eab
#f27daa
#f17ca9
#f07ba8
#ef7aa7
#ee79a6
#ed78a5
#ec77a4
#eb76a3

Monochromatic Color with #f984b1

#f984b1
#24131a
#4f2a38
#794056
#a45775
#ce6d93

Tints of #f984b1 Color

#f984b1
#f991b9
#fa9fc2
#fbadcb
#fbbad3
#fcc8dc
#fdd6e5
#fde3ed
#fef1f6
#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

#f984b1
#84f9cc

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

Split Complementary

#f984b1
#84f991
#84ecf9

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

Analogous Color

#f984e0
#f984c8
#f984b1
#f9849a
#f98684

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

#f984b1
#b1f984
#84b1f9

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

#f984b1
#ebf984
#84f9cc
#9184f9

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

#f984b1
#84f9cc
#84ecf9
#f99184

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

#f984b1 Color Code Preview on Black Background Color

This is how #f984b1 Color will look on black background color. Color contrast ratio is 8.96

#f984b1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f984b1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f984b1

#f984b1 color code is use for CSS Background Color

Background color for the above div is #f984b1

HTML with inline CSS

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

#f984b1 color code is use for CSS Border Color

CSS Border color for the above div is #f984b1

HTML with inline CSS

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

CSS Border Left color for the above div is #f984b1

HTML with inline CSS

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

CSS Border Right color for the above div is #f984b1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f984b1

HTML with inline CSS

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

CSS Border Top color for the above div is #f984b1

HTML with inline CSS

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

#f984b1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f984b1 Color code Preview on White Background

This is how #f984b1 Color code will look on white background color. Color contrast ratio is 2.34

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

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,132,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(132,249,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,132,177,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.