crispedge.com

Color picker

Loading...

#ff25aa hex color - Red - Warm color - Information

#ff25aa hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #ff25aa Color code in RGB color code model is created after adding 100% red color, 14.51% green color and 66.67% blue color. Hex #ff25aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 85% magenta, 33% yellow and 0% black.

Hex #ff25aa color code is between #ee2299 web safe hex color code and #dd33bb web safe hex color code. #ee2299 is the nearest web safe color code. You can see here many more shades of #ff25aa color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeff25aa#ff25aa
RGB Decimal255, 37, 170rgb(255, 37, 170)
RGB Percent100%, 15%, 67%rgb(100%, 15%, 67%)
CSS RGBa255, 37, 170,1rgba(255,37,170,1)
CMYK Modelcmyk(0%,85%,33%,0%)
HSL Color Space323,100% ,57%hsl(323,100% ,57%)
HSV Color Space323°, 85%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110010010110101010
Octal37745252
Decimal25537170
Hexff25aa

Different shades of #ff25aa color code.

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

Light Shade of #ff25aa
#ff58be
Dark Shade of #ff25aa
#f10093
Saturated Shade of #ff25aa
#ff25aa
Desaturated Shade of #ff25aa
#f430a8
Grey scale Shade of #ff25aa
#929292
Brighten Shade
#ff3ec3
Most Readable Shade
#000000

Shades of #ff25aa color code

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

#ff25aa
#e22097
#c61c84
#aa1871
#8d145e
#71104b
#550c38
#380825
#1c0412
#000000

Similar Color like #ff25aa color

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

#ff26ab
#ff27ac
#ff28ad
#ff29ae
#ff2aaf
#ff2bb0
#ff2cb1
#ff2db2
#ff2eb3
#ff2fb4
#ff30b5
#ff31b6
#ff32b7
#ff33b8
#fe24a9
#fd23a8
#fc22a7
#fb21a6
#fa20a5
#f91fa4
#f81ea3
#f71da2
#f61ca1
#f51ba0
#f41a9f
#f3199e
#f2189d
#f1179c

Monochromatic Color with #ff25aa

#ff25aa
#2a061c
#550c39
#801355
#aa1971
#d41f8e

Tints of #ff25aa Color

#ff25aa
#ff3db3
#ff55bc
#ff6dc6
#ff85cf
#ff9ed9
#ffb6e2
#ffceec
#ffe6f5
#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

#ff25aa
#25ff7a

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

Split Complementary

#ff25aa
#3dff25
#25ffe7

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

Analogous Color

#fd25ff
#ff25d6
#ff25aa
#ff257e
#ff2553

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

#ff25aa
#aaff25
#25aaff

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

#ff25aa
#ffe725
#25ff7a
#253dff

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

#ff25aa
#25ff7a
#25ffe7
#ff253d

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

#ff25aa Color Code Preview on Black Background Color

This is how #ff25aa Color will look on black background color. Color contrast ratio is 6.10

#ff25aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff25aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff25aa

#ff25aa color code is use for CSS Background Color

Background color for the above div is #ff25aa

HTML with inline CSS

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

#ff25aa color code is use for CSS Border Color

CSS Border color for the above div is #ff25aa

HTML with inline CSS

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

CSS Border Left color for the above div is #ff25aa

HTML with inline CSS

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

CSS Border Right color for the above div is #ff25aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff25aa

HTML with inline CSS

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

CSS Border Top color for the above div is #ff25aa

HTML with inline CSS

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

#ff25aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff25aa Color code Preview on White Background

This is how #ff25aa Color code will look on white background color. Color contrast ratio is 3.44

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

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,37,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(37,255,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,37,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.