Skip to main content Skip to docs navigation

#ff65aa hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Yíng Guāng Sè Pink and its hex is #FF69AF Nearest Color Name

Color Hue/Base color: Red

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

Hex #ff65aa color code is between #ee6699 web safe hex color code and #dd55bb web safe hex color code. #ee6699 is the nearest web safe color code. You can see here many more shades of #ff65aa color code.

RGB Chart

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

Color Table

Hex Color Code ff65aa #ff65aa
RGB Decimal 255, 101, 170 255, 101, 170
RGB Percent 100%, 40%, 67% rgb(100%, 40%, 67%)
CSS RGBa 255, 101, 170,1 rgba(255,101,170,1)
CMYK Model cmyk(0%,60%,33%,0%)
HSL Color Space 333,100% ,70% hsl(333,100% ,70%)
HSV Color Space 333°, 60%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111111 01100101 10101010
Octal 377 145 252
Decimal 255 101 170
Hex ff 65 aa

Different shades of #ff65aa color code.

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

Darkest of #ff65aa
#cb005b
Darker of #ff65aa
#fe0072
Dark of #ff65aa
#ff328e
Base of #ff65aa
#ff65aa
Light of #ff65aa
#ff98c6
Lighter
#ffcbe2
Lightest
#fffefe

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

#ff65aa
#65ffba

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

Split Complementary

#ff65aa
#65ff6d
#65f7ff

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

Analogous Color

#fa65ff
#ff65ea
#ff65aa
#ff6577
#ff9365

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

#ff65aa
#65aaff
#aaff65

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

#ff65aa
#aaff65
#65ffba
#ba65ff

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ff65aa
#f7ff65
#65ffba
#6d65ff

Square 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).

Monochromatic Color with #ff65aa

#980044
#cb005b
#fe0072
#ff328e
#ff65aa
#ff98c6
#ffcbe2
#fffefe
#ffffff

Tints of #ff65aa Color

#ff65aa
#ff76b3
#ff87bc
#ff98c6
#ffa9cf
#ffbad9
#ffcbe2
#ffdcec
#ffedf5
#ffffff

Shades of #ff65aa color code

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

#ff65aa
#e25997
#c64e84
#aa4371
#8d385e
#712c4b
#552138
#381625
#1c0b12
#000000

Tones

#ff65aa
#f074ac
#e084ad
#d193af
#c1a3b0

Tones

Similar Color like #ff65aa color

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

#ff66ab
#ff67ac
#ff68ad
#ff69ae
#ff6aaf
#ff6bb0
#ff6cb1
#ff6db2
#ff6eb3
#ff6fb4
#ff70b5
#ff71b6
#ff72b7
#ff73b8
#fe64a9
#fd63a8
#fc62a7
#fb61a6
#fa60a5
#f95fa4
#f85ea3
#f75da2
#f65ca1
#f55ba0
#f45a9f
#f3599e
#f2589d
#f1579c

Download this Dark Red

Hex #ff65aa 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.

#ff65aa Color Code Preview on Black Background Color

This is how #ff65aa Color will look on black background color. Color contrast ratio is 7.69

#ff65aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff65aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff65aa

#ff65aa color code is use for CSS Background Color

Background color for the above div is #ff65aa

HTML with inline CSS

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

#ff65aa color code is use for CSS Border Color

CSS Border color for the above div is #ff65aa

HTML with inline CSS

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

CSS Border Left color for the above div is #ff65aa

HTML with inline CSS

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

CSS Border Right color for the above div is #ff65aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff65aa

HTML with inline CSS

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

CSS Border Top color for the above div is #ff65aa

HTML with inline CSS

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

#ff65aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff65aa Color code Preview on White Background

This is how #ff65aa Color code will look on white background color. Color contrast ratio is 2.73

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(255,101,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(101,255,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,101,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }