crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ff6496 hex color - Red - Warm color - Information

#ff6496 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ff6496 Color code in RGB color code model is created after adding 100% red color, 39.22% green color and 58.82% blue color. Hex #ff6496 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 41% yellow and 0% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeff6496#ff6496
RGB Decimal255, 100, 150rgb(255, 100, 150)
RGB Percent100%, 39%, 59%rgb(100%, 39%, 59%)
CSS RGBa255, 100, 150,1rgba(255,100,150,1)
CMYK Modelcmyk(0%,61%,41%,0%)
HSL Color Space341,100% ,70%hsl(341,100% ,70%)
HSV Color Space341°, 61%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110110010010010110
Octal377144226
Decimal255100150
Hexff6496

Different shades of #ff6496 color code.

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

Light Shade of #ff6496
#ff97b9
Dark Shade of #ff6496
#ff3173
Saturated Shade of #ff6496
#ff6496
Desaturated Shade of #ff6496
#f76c99
Grey scale Shade of #ff6496
#b1b1b1
Brighten Shade
#ff7daf
Most Readable Shade
#000000

Shades of #ff6496 color code

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

#ff6496
#e25885
#c64d74
#aa4264
#8d3753
#712c42
#552132
#381621
#1c0b10
#000000

Similar Color like #ff6496 color

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

#ff6597
#ff6698
#ff6799
#ff689a
#ff699b
#ff6a9c
#ff6b9d
#ff6c9e
#ff6d9f
#ff6ea0
#ff6fa1
#ff70a2
#ff71a3
#ff72a4
#fe6395
#fd6294
#fc6193
#fb6092
#fa5f91
#f95e90
#f85d8f
#f75c8e
#f65b8d
#f55a8c
#f4598b
#f3588a
#f25789
#f15688

Monochromatic Color with #ff6496

#ff6496
#2a1119
#552132
#80324b
#aa4364
#d4537d

Tints of #ff6496 Color

#ff6496
#ff75a1
#ff86ad
#ff97b9
#ffa8c4
#ffbad0
#ffcbdc
#ffdce7
#ffedf3
#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

#ff6496
#64ffcd

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

Split Complementary

#ff6496
#64ff7f
#64e4ff

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

Analogous Color

#ff64d4
#ff64b5
#ff6496
#ff6477
#ff7064

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

#ff6496
#96ff64
#6496ff

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

#ff6496
#e3ff64
#64ffcd
#7f64ff

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

#ff6496
#64ffcd
#64e4ff
#ff7f64

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

#ff6496 Color Code Preview on Black Background Color

This is how #ff6496 Color will look on black background color. Color contrast ratio is 7.52

#ff6496 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff6496

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff6496

#ff6496 color code is use for CSS Background Color

Background color for the above div is #ff6496

HTML with inline CSS

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

#ff6496 color code is use for CSS Border Color

CSS Border color for the above div is #ff6496

HTML with inline CSS

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

CSS Border Left color for the above div is #ff6496

HTML with inline CSS

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

CSS Border Right color for the above div is #ff6496

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff6496

HTML with inline CSS

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

CSS Border Top color for the above div is #ff6496

HTML with inline CSS

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

#ff6496 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff6496 Color code Preview on White Background

This is how #ff6496 Color code will look on white background color. Color contrast ratio is 2.79

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.