crispedge.com

Color picker

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

#f49fd2 hex color - Red - Warm color - Information

#f49fd2 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #f49fd2 Color code in RGB color code model is created after adding 95.69% red color, 62.35% green color and 82.35% blue color. Hex #f49fd2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 14% yellow and 4% black.

Hex #f49fd2 color code is between #ee99cc web safe hex color code and #ffaadd web safe hex color code. #ee99cc is the nearest web safe color code. You can see here many more shades of #f49fd2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef49fd2#f49fd2
RGB Decimal244, 159, 210rgb(244, 159, 210)
RGB Percent96%, 62%, 82%rgb(96%, 62%, 82%)
CSS RGBa244, 159, 210,1rgba(244,159,210,1)
CMYK Modelcmyk(0%,35%,14%,4%)
HSL Color Space324,79% ,79%hsl(324,79% ,79%)
HSV Color Space324°, 35%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101001001111111010010
Octal364237322
Decimal244159210
Hexf49fd2

Different shades of #f49fd2 color code.

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

Light Shade of #f49fd2
#f9cde7
Dark Shade of #f49fd2
#ef71bd
Saturated Shade of #f49fd2
#f99ad3
Desaturated Shade of #f49fd2
#efa4d1
Grey scale Shade of #f49fd2
#c9c9c9
Brighten Shade
#ffb8eb
Most Readable Shade
#000000

Shades of #f49fd2 color code

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

#f49fd2
#d88dba
#bd7ba3
#a26a8c
#875874
#6c465d
#513546
#36232e
#1b1117
#000000

Similar Color like #f49fd2 color

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

#f5a0d3
#f6a1d4
#f7a2d5
#f8a3d6
#f9a4d7
#faa5d8
#fba6d9
#fca7da
#fda8db
#fea9dc
#ffaadd
#ffabde
#ffacdf
#ffade0
#f39ed1
#f29dd0
#f19ccf
#f09bce
#ef9acd
#ee99cc
#ed98cb
#ec97ca
#eb96c9
#ea95c8
#e994c7
#e893c6
#e792c5
#e691c4

Monochromatic Color with #f49fd2

#f49fd2
#1f151b
#4a3040
#744c64
#9f6889
#c983ad

Tints of #f49fd2 Color

#f49fd2
#f5a9d7
#f6b4dc
#f7bfe1
#f8c9e6
#fad4eb
#fbdff0
#fce9f5
#fdf4fa
#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

#f49fd2
#9ff4c1

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

Split Complementary

#f49fd2
#a8f49f
#9ff4ec

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

Analogous Color

#f49ff4
#f49fe3
#f49fd2
#f49fc1
#f49fb0

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

#f49fd2
#d2f49f
#9fd2f4

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

#f49fd2
#f4eb9f
#9ff4c1
#9fa7f4

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

#f49fd2
#9ff4c1
#9ff4ec
#f49fa8

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

#f49fd2 Color Code Preview on Black Background Color

This is how #f49fd2 Color will look on black background color. Color contrast ratio is 10.74

#f49fd2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f49fd2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f49fd2

#f49fd2 color code is use for CSS Background Color

Background color for the above div is #f49fd2

HTML with inline CSS

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

#f49fd2 color code is use for CSS Border Color

CSS Border color for the above div is #f49fd2

HTML with inline CSS

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

CSS Border Left color for the above div is #f49fd2

HTML with inline CSS

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

CSS Border Right color for the above div is #f49fd2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f49fd2

HTML with inline CSS

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

CSS Border Top color for the above div is #f49fd2

HTML with inline CSS

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

#f49fd2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f49fd2 Color code Preview on White Background

This is how #f49fd2 Color code will look on white background color. Color contrast ratio is 1.96

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

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.