crispedge.com

Color picker

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

#f287a5 hex color - Red - Warm color - Information

#f287a5 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f287a5 Color code in RGB color code model is created after adding 94.9% red color, 52.94% green color and 64.71% blue color. Hex #f287a5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 32% yellow and 5% black.

Hex #f287a5 color code is between #ee88aa web safe hex color code and #ff7799 web safe hex color code. #ee88aa is the nearest web safe color code. You can see here many more shades of #f287a5 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef287a5#f287a5
RGB Decimal242, 135, 165rgb(242, 135, 165)
RGB Percent95%, 53%, 65%rgb(95%, 53%, 65%)
CSS RGBa242, 135, 165,1rgba(242,135,165,1)
CMYK Modelcmyk(0%,44%,32%,5%)
HSL Color Space343,80% ,74%hsl(343,80% ,74%)
HSV Color Space343°, 44%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100101000011110100101
Octal362207245
Decimal242135165
Hexf287a5

Different shades of #f287a5 color code.

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

Light Shade of #f287a5
#f7b5c8
Dark Shade of #f287a5
#ed5982
Saturated Shade of #f287a5
#f980a2
Desaturated Shade of #f287a5
#eb8ea8
Grey scale Shade of #f287a5
#bcbcbc
Brighten Shade
#ffa0be
Most Readable Shade
#000000

Shades of #f287a5 color code

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

#f287a5
#d77892
#bc6980
#a15a6e
#864b5b
#6b3c49
#502d37
#351e24
#1a0f12
#000000

Similar Color like #f287a5 color

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

#f388a6
#f489a7
#f58aa8
#f68ba9
#f78caa
#f88dab
#f98eac
#fa8fad
#fb90ae
#fc91af
#fd92b0
#fe93b1
#ff94b2
#ff95b3
#f186a4
#f085a3
#ef84a2
#ee83a1
#ed82a0
#ec819f
#eb809e
#ea7f9d
#e97e9c
#e87d9b
#e77c9a
#e67b99
#e57a98
#e47997

Monochromatic Color with #f287a5

#f287a5
#1d1014
#482831
#72404e
#9d586b
#c76f88

Tints of #f287a5 Color

#f287a5
#f394af
#f4a1b9
#f6afc3
#f7bccd
#f9c9d7
#fad7e1
#fce4eb
#fdf1f5
#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

#f287a5
#87f2d4

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

Split Complementary

#f287a5
#87f29e
#87dbf2

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

Analogous Color

#f287d0
#f287ba
#f287a5
#f28790
#f29487

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

#f287a5
#a5f287
#87a5f2

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

#f287a5
#daf287
#87f2d4
#9e87f2

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

#f287a5
#87f2d4
#87dbf2
#f29e87

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

#f287a5 Color Code Preview on Black Background Color

This is how #f287a5 Color will look on black background color. Color contrast ratio is 8.78

#f287a5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f287a5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f287a5

#f287a5 color code is use for CSS Background Color

Background color for the above div is #f287a5

HTML with inline CSS

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

#f287a5 color code is use for CSS Border Color

CSS Border color for the above div is #f287a5

HTML with inline CSS

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

CSS Border Left color for the above div is #f287a5

HTML with inline CSS

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

CSS Border Right color for the above div is #f287a5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f287a5

HTML with inline CSS

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

CSS Border Top color for the above div is #f287a5

HTML with inline CSS

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

#f287a5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f287a5 Color code Preview on White Background

This is how #f287a5 Color code will look on white background color. Color contrast ratio is 2.39

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

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.