crispedge.com

Color picker

Loading...

#fb7f90 hex color - Red - Warm color - Information

#fb7f90 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #fb7f90 Color code in RGB color code model is created after adding 98.43% red color, 49.8% green color and 56.47% blue color. Hex #fb7f90 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 49% magenta, 43% yellow and 2% black.

Hex #fb7f90 color code is between #ff7788 web safe hex color code and #ee8899 web safe hex color code. #ff7788 is the nearest web safe color code. You can see here many more shades of #fb7f90 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefb7f90#fb7f90
RGB Decimal251, 127, 144rgb(251, 127, 144)
RGB Percent98%, 50%, 56%rgb(98%, 50%, 56%)
CSS RGBa251, 127, 144,1rgba(251,127,144,1)
CMYK Modelcmyk(0%,49%,43%,2%)
HSL Color Space352,94% ,74%hsl(352,94% ,74%)
HSV Color Space352°, 49%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110110111111110010000
Octal373177220
Decimal251127144
Hexfb7f90

Different shades of #fb7f90 color code.

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

Light Shade of #fb7f90
#fdb0bb
Dark Shade of #fb7f90
#f94e65
Saturated Shade of #fb7f90
#ff7b8d
Desaturated Shade of #fb7f90
#f48695
Grey scale Shade of #fb7f90
#bdbdbd
Brighten Shade
#ff98a9
Most Readable Shade
#000000

Shades of #fb7f90 color code

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

#fb7f90
#df7080
#c36270
#a75460
#8b4650
#6f3840
#532a30
#371c20
#1b0e10
#000000

Similar Color like #fb7f90 color

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

#fc8091
#fd8192
#fe8293
#ff8394
#ff8495
#ff8596
#ff8697
#ff8798
#ff8899
#ff899a
#ff8a9b
#ff8b9c
#ff8c9d
#ff8d9e
#fa7e8f
#f97d8e
#f87c8d
#f77b8c
#f67a8b
#f5798a
#f47889
#f37788
#f27687
#f17586
#f07485
#ef7384
#ee7283
#ed7182

Monochromatic Color with #fb7f90

#fb7f90
#261316
#51292e
#7b3e47
#a6545f
#d06978

Tints of #fb7f90 Color

#fb7f90
#fb8d9c
#fb9ba8
#fca9b5
#fcb7c1
#fdc6cd
#fdd4da
#fee2e6
#fef0f2
#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

#fb7f90
#7ffbea

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

Split Complementary

#fb7f90
#7ffbac
#7fcefb

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

Analogous Color

#fb7fc2
#fb7fa9
#fb7f90
#fb877f
#fba07f

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

#fb7f90
#90fb7f
#7f90fb

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

#fb7f90
#cefb7f
#7ffbea
#ac7ffb

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

#fb7f90
#7ffbea
#7fcefb
#fbac7f

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

#fb7f90 Color Code Preview on Black Background Color

This is how #fb7f90 Color will look on black background color. Color contrast ratio is 8.54

#fb7f90 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb7f90

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb7f90

#fb7f90 color code is use for CSS Background Color

Background color for the above div is #fb7f90

HTML with inline CSS

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

#fb7f90 color code is use for CSS Border Color

CSS Border color for the above div is #fb7f90

HTML with inline CSS

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

CSS Border Left color for the above div is #fb7f90

HTML with inline CSS

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

CSS Border Right color for the above div is #fb7f90

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fb7f90

HTML with inline CSS

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

CSS Border Top color for the above div is #fb7f90

HTML with inline CSS

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

#fb7f90 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fb7f90 Color code Preview on White Background

This is how #fb7f90 Color code will look on white background color. Color contrast ratio is 2.46

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

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(251,127,144,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(127,251,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(251,127,144,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.