crispedge.com

Color picker

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

#f99ae1 hex color - Red - Warm color - Information

#f99ae1 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f99ae1 Color code in RGB color code model is created after adding 97.65% red color, 60.39% green color and 88.24% blue color. Hex #f99ae1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 10% yellow and 2% black.

Hex #f99ae1 color code is between #ff99dd web safe hex color code and #eeaaee web safe hex color code. #ff99dd is the nearest web safe color code. You can see here many more shades of #f99ae1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef99ae1#f99ae1
RGB Decimal249, 154, 225rgb(249, 154, 225)
RGB Percent98%, 60%, 88%rgb(98%, 60%, 88%)
CSS RGBa249, 154, 225,1rgba(249,154,225,1)
CMYK Modelcmyk(0%,38%,10%,2%)
HSL Color Space315,89% ,79%hsl(315,89% ,79%)
HSV Color Space315°, 38%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110011001101011100001
Octal371232341
Decimal249154225
Hexf99ae1

Different shades of #f99ae1 color code.

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

Light Shade of #f99ae1
#fccaef
Dark Shade of #f99ae1
#f66ad3
Saturated Shade of #f99ae1
#fe95e4
Desaturated Shade of #f99ae1
#f49fde
Grey scale Shade of #f99ae1
#c9c9c9
Brighten Shade
#ffb3fa
Most Readable Shade
#000000

Shades of #f99ae1 color code

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

#f99ae1
#dd88c8
#c177af
#a66696
#8a557d
#6e4464
#53334b
#372232
#1b1119
#000000

Similar Color like #f99ae1 color

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

#fa9be2
#fb9ce3
#fc9de4
#fd9ee5
#fe9fe6
#ffa0e7
#ffa1e8
#ffa2e9
#ffa3ea
#ffa4eb
#ffa5ec
#ffa6ed
#ffa7ee
#ffa8ef
#f899e0
#f798df
#f697de
#f596dd
#f495dc
#f394db
#f293da
#f192d9
#f091d8
#ef90d7
#ee8fd6
#ed8ed5
#ec8dd4
#eb8cd3

Monochromatic Color with #f99ae1

#f99ae1
#241721
#4f3147
#794b6e
#a46594
#ce80bb

Tints of #f99ae1 Color

#f99ae1
#f9a5e4
#fab0e7
#fbbbeb
#fbc6ee
#fcd2f1
#fdddf5
#fde8f8
#fef3fb
#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

#f99ae1
#9af9b2

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

Split Complementary

#f99ae1
#b2f99a
#9af9e1

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

Analogous Color

#eb9af9
#f99af4
#f99ae1
#f99ace
#f99abb

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

#f99ae1
#e1f99a
#9ae1f9

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

#f99ae1
#f9e19a
#9af9b2
#9ab1f9

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

#f99ae1
#9af9b2
#9af9e1
#f99ab2

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

#f99ae1 Color Code Preview on Black Background Color

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

#f99ae1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f99ae1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f99ae1

#f99ae1 color code is use for CSS Background Color

Background color for the above div is #f99ae1

HTML with inline CSS

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

#f99ae1 color code is use for CSS Border Color

CSS Border color for the above div is #f99ae1

HTML with inline CSS

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

CSS Border Left color for the above div is #f99ae1

HTML with inline CSS

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

CSS Border Right color for the above div is #f99ae1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f99ae1

HTML with inline CSS

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

CSS Border Top color for the above div is #f99ae1

HTML with inline CSS

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

#f99ae1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f99ae1 Color code Preview on White Background

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

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.