crispedge.com

Color picker

Loading...

#f095b1 hex color - Red - Warm color - Information

#f095b1 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f095b1 Color code in RGB color code model is created after adding 94.12% red color, 58.43% green color and 69.41% blue color. Hex #f095b1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 26% yellow and 6% black.

Hex #f095b1 color code is between #ee99aa web safe hex color code and #ff88bb web safe hex color code. #ee99aa is the nearest web safe color code. You can see here many more shades of #f095b1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef095b1#f095b1
RGB Decimal240, 149, 177rgb(240, 149, 177)
RGB Percent94%, 58%, 69%rgb(94%, 58%, 69%)
CSS RGBa240, 149, 177,1rgba(240,149,177,1)
CMYK Modelcmyk(0%,38%,26%,6%)
HSL Color Space342,75% ,76%hsl(342,75% ,76%)
HSV Color Space342°, 38%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100001001010110110001
Octal360225261
Decimal240149177
Hexf095b1

Different shades of #f095b1 color code.

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

Light Shade of #f095b1
#f6c2d2
Dark Shade of #f095b1
#ea6890
Saturated Shade of #f095b1
#f68faf
Desaturated Shade of #f095b1
#ea9bb3
Grey scale Shade of #f095b1
#c2c2c2
Brighten Shade
#ffaeca
Most Readable Shade
#000000

Shades of #f095b1 color code

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

#f095b1
#d5849d
#ba7389
#a06376
#855262
#6a424e
#50313b
#352127
#1a1013
#000000

Similar Color like #f095b1 color

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

#f196b2
#f297b3
#f398b4
#f499b5
#f59ab6
#f69bb7
#f79cb8
#f89db9
#f99eba
#fa9fbb
#fba0bc
#fca1bd
#fda2be
#fea3bf
#ef94b0
#ee93af
#ed92ae
#ec91ad
#eb90ac
#ea8fab
#e98eaa
#e88da9
#e78ca8
#e68ba7
#e58aa6
#e489a5
#e388a4
#e287a3

Monochromatic Color with #f095b1

#f095b1
#1b1114
#462b34
#704653
#9b6072
#c57b92

Tints of #f095b1 Color

#f095b1
#f1a0b9
#f3acc2
#f5b8cb
#f6c4d3
#f8cfdc
#fadbe5
#fbe7ed
#fdf3f6
#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

#f095b1
#95f0d4

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

Split Complementary

#f095b1
#95f0a7
#95dff0

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

Analogous Color

#f095d5
#f095c3
#f095b1
#f0959f
#f09d95

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

#f095b1
#b1f095
#95b1f0

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

#f095b1
#def095
#95f0d4
#a695f0

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

#f095b1
#95f0d4
#95dff0
#f0a795

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

#f095b1 Color Code Preview on Black Background Color

This is how #f095b1 Color will look on black background color. Color contrast ratio is 9.64

#f095b1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f095b1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f095b1

#f095b1 color code is use for CSS Background Color

Background color for the above div is #f095b1

HTML with inline CSS

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

#f095b1 color code is use for CSS Border Color

CSS Border color for the above div is #f095b1

HTML with inline CSS

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

CSS Border Left color for the above div is #f095b1

HTML with inline CSS

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

CSS Border Right color for the above div is #f095b1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f095b1

HTML with inline CSS

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

CSS Border Top color for the above div is #f095b1

HTML with inline CSS

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

#f095b1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f095b1 Color code Preview on White Background

This is how #f095b1 Color code will look on white background color. Color contrast ratio is 2.18

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

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(240,149,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(149,240,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(240,149,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.