crispedge.com

Color picker

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

#ff499d hex color - Red - Warm color - Information

#ff499d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ff499d Color code in RGB color code model is created after adding 100% red color, 28.63% green color and 61.57% blue color. Hex #ff499d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 71% magenta, 38% yellow and 0% black.

Hex #ff499d color code is between #ee4499 web safe hex color code and #dd55aa web safe hex color code. #ee4499 is the nearest web safe color code. You can see here many more shades of #ff499d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeff499d#ff499d
RGB Decimal255, 73, 157rgb(255, 73, 157)
RGB Percent100%, 29%, 62%rgb(100%, 29%, 62%)
CSS RGBa255, 73, 157,1rgba(255,73,157,1)
CMYK Modelcmyk(0%,71%,38%,0%)
HSL Color Space332,100% ,64%hsl(332,100% ,64%)
HSV Color Space332°, 71%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110100100110011101
Octal377111235
Decimal25573157
Hexff499d

Different shades of #ff499d color code.

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

Light Shade of #ff499d
#ff7cb8
Dark Shade of #ff499d
#ff1682
Saturated Shade of #ff499d
#ff499d
Desaturated Shade of #ff499d
#f6529e
Grey scale Shade of #ff499d
#a4a4a4
Brighten Shade
#ff62b6
Most Readable Shade
#000000

Shades of #ff499d color code

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

#ff499d
#e2408b
#c6387a
#aa3068
#8d2857
#712045
#551834
#381022
#1c0811
#000000

Similar Color like #ff499d color

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

#ff4a9e
#ff4b9f
#ff4ca0
#ff4da1
#ff4ea2
#ff4fa3
#ff50a4
#ff51a5
#ff52a6
#ff53a7
#ff54a8
#ff55a9
#ff56aa
#ff57ab
#fe489c
#fd479b
#fc469a
#fb4599
#fa4498
#f94397
#f84296
#f74195
#f64094
#f53f93
#f43e92
#f33d91
#f23c90
#f13b8f

Monochromatic Color with #ff499d

#ff499d
#2a0c1a
#551834
#80254f
#aa3169
#d43d83

Tints of #ff499d Color

#ff499d
#ff5da7
#ff71b2
#ff85bd
#ff99c8
#ffaed3
#ffc2de
#ffd6e9
#ffeaf4
#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

#ff499d
#49ffab

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

Split Complementary

#ff499d
#49ff50
#49f8ff

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

Analogous Color

#ff49e6
#ff49c1
#ff499d
#ff4979
#ff4954

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

#ff499d
#9dff49
#499dff

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

#ff499d
#f8ff49
#49ffab
#5049ff

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

#ff499d
#49ffab
#49f8ff
#ff5049

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

#ff499d Color Code Preview on Black Background Color

This is how #ff499d Color will look on black background color. Color contrast ratio is 6.69

#ff499d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff499d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff499d

#ff499d color code is use for CSS Background Color

Background color for the above div is #ff499d

HTML with inline CSS

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

#ff499d color code is use for CSS Border Color

CSS Border color for the above div is #ff499d

HTML with inline CSS

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

CSS Border Left color for the above div is #ff499d

HTML with inline CSS

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

CSS Border Right color for the above div is #ff499d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff499d

HTML with inline CSS

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

CSS Border Top color for the above div is #ff499d

HTML with inline CSS

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

#ff499d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff499d Color code Preview on White Background

This is how #ff499d Color code will look on white background color. Color contrast ratio is 3.14

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.