crispedge.com

Color picker

Loading...

#ff95fc hex color - Red - Warm color - Information

#ff95fc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ff95fc Color code in RGB color code model is created after adding 100% red color, 58.43% green color and 98.82% blue color. Hex #ff95fc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 1% yellow and 0% black.

Hex #ff95fc color code is between #ee99ff web safe hex color code and #dd88ee web safe hex color code. #ee99ff is the nearest web safe color code. You can see here many more shades of #ff95fc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeff95fc#ff95fc
RGB Decimal255, 149, 252rgb(255, 149, 252)
RGB Percent100%, 58%, 99%rgb(100%, 58%, 99%)
CSS RGBa255, 149, 252,1rgba(255,149,252,1)
CMYK Modelcmyk(0%,42%,1%,0%)
HSL Color Space302,100% ,79%hsl(302,100% ,79%)
HSV Color Space302°, 42%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111001010111111100
Octal377225374
Decimal255149252
Hexff95fc

Different shades of #ff95fc color code.

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

Light Shade of #ff95fc
#ffc8fd
Dark Shade of #ff95fc
#ff62fb
Saturated Shade of #ff95fc
#ff95fc
Desaturated Shade of #ff95fc
#fa9af7
Grey scale Shade of #ff95fc
#cacaca
Brighten Shade
#ffaeff
Most Readable Shade
#000000

Shades of #ff95fc color code

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

#ff95fc
#e284e0
#c673c4
#aa63a8
#8d528c
#714270
#553154
#382138
#1c101c
#000000

Similar Color like #ff95fc color

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

#ff96fd
#ff97fe
#ff98ff
#ff99ff
#ff9aff
#ff9bff
#ff9cff
#ff9dff
#ff9eff
#ff9fff
#ffa0ff
#ffa1ff
#ffa2ff
#ffa3ff
#fe94fb
#fd93fa
#fc92f9
#fb91f8
#fa90f7
#f98ff6
#f88ef5
#f78df4
#f68cf3
#f58bf2
#f48af1
#f389f0
#f288ef
#f187ee

Monochromatic Color with #ff95fc

#ff95fc
#2a192a
#553254
#804b7e
#aa63a8
#d47cd2

Tints of #ff95fc Color

#ff95fc
#ffa0fc
#ffacfc
#ffb8fd
#ffc4fd
#ffcffd
#ffdbfe
#ffe7fe
#fff3fe
#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

#ff95fc
#95ff98

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

Split Complementary

#ff95fc
#c7ff95
#95ffcd

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

Analogous Color

#d895ff
#ed95ff
#ff95fc
#ff95e7
#ff95d2

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

#ff95fc
#fcff95
#95fcff

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

#ff95fc
#ffcd95
#95ff98
#95c7ff

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

#ff95fc
#95ff98
#95ffcd
#ff95c7

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

#ff95fc Color Code Preview on Black Background Color

This is how #ff95fc Color will look on black background color. Color contrast ratio is 10.96

#ff95fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff95fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff95fc

#ff95fc color code is use for CSS Background Color

Background color for the above div is #ff95fc

HTML with inline CSS

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

#ff95fc color code is use for CSS Border Color

CSS Border color for the above div is #ff95fc

HTML with inline CSS

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

CSS Border Left color for the above div is #ff95fc

HTML with inline CSS

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

CSS Border Right color for the above div is #ff95fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff95fc

HTML with inline CSS

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

CSS Border Top color for the above div is #ff95fc

HTML with inline CSS

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

#ff95fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff95fc Color code Preview on White Background

This is how #ff95fc Color code will look on white background color. Color contrast ratio is 1.92

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

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(255,149,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(149,255,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,149,252,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.