crispedge.com

Color picker

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

#f99ad2 hex color - Red - Warm color - Information

#f99ad2 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

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

Hex #f99ad2 color code is between #ff99cc web safe hex color code and #eeaadd web safe hex color code. #ff99cc is the nearest web safe color code. You can see here many more shades of #f99ad2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef99ad2#f99ad2
RGB Decimal249, 154, 210rgb(249, 154, 210)
RGB Percent98%, 60%, 82%rgb(98%, 60%, 82%)
CSS RGBa249, 154, 210,1rgba(249,154,210,1)
CMYK Modelcmyk(0%,38%,16%,2%)
HSL Color Space325,89% ,79%hsl(325,89% ,79%)
HSV Color Space325°, 38%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110011001101011010010
Octal371232322
Decimal249154210
Hexf99ad2

Different shades of #f99ad2 color code.

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

Light Shade of #f99ad2
#fccae7
Dark Shade of #f99ad2
#f66abd
Saturated Shade of #f99ad2
#fe95d3
Desaturated Shade of #f99ad2
#f49fd1
Grey scale Shade of #f99ad2
#c9c9c9
Brighten Shade
#ffb3eb
Most Readable Shade
#000000

Shades of #f99ad2 color code

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

#f99ad2
#dd88ba
#c177a3
#a6668c
#8a5574
#6e445d
#533346
#37222e
#1b1117
#000000

Similar Color like #f99ad2 color

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

#fa9bd3
#fb9cd4
#fc9dd5
#fd9ed6
#fe9fd7
#ffa0d8
#ffa1d9
#ffa2da
#ffa3db
#ffa4dc
#ffa5dd
#ffa6de
#ffa7df
#ffa8e0
#f899d1
#f798d0
#f697cf
#f596ce
#f495cd
#f394cc
#f293cb
#f192ca
#f091c9
#ef90c8
#ee8fc7
#ed8ec6
#ec8dc5
#eb8cc4

Monochromatic Color with #f99ad2

#f99ad2
#24171f
#4f3143
#794b66
#a4658a
#ce80ae

Tints of #f99ad2 Color

#f99ad2
#f9a5d7
#fab0dc
#fbbbe1
#fbc6e6
#fcd2eb
#fdddf0
#fde8f5
#fef3fa
#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

#f99ad2
#9af9c1

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

Split Complementary

#f99ad2
#a2f99a
#9af9f1

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

Analogous Color

#f99af8
#f99ae5
#f99ad2
#f99abf
#f99aac

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

#f99ad2
#d2f99a
#9ad2f9

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

#f99ad2
#f9f09a
#9af9c1
#9aa2f9

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

#f99ad2
#9af9c1
#9af9f1
#f99aa2

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

#f99ad2 Color Code Preview on Black Background Color

This is how #f99ad2 Color will look on black background color. Color contrast ratio is 10.58

#f99ad2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f99ad2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f99ad2

#f99ad2 color code is use for CSS Background Color

Background color for the above div is #f99ad2

HTML with inline CSS

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

#f99ad2 color code is use for CSS Border Color

CSS Border color for the above div is #f99ad2

HTML with inline CSS

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

CSS Border Left color for the above div is #f99ad2

HTML with inline CSS

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

CSS Border Right color for the above div is #f99ad2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f99ad2

HTML with inline CSS

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

CSS Border Top color for the above div is #f99ad2

HTML with inline CSS

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

#f99ad2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f99ad2 Color code Preview on White Background

This is how #f99ad2 Color code will look on white background color. Color contrast ratio is 1.98

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

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.