crispedge.com

Color picker

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

#f47a96 hex color - Orange - Warm color - Information

#f47a96 hex color - Orange - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Orange

Hex #f47a96 Color code in RGB color code model is created after adding 95.69% red color, 47.84% green color and 58.82% blue color. Hex #f47a96 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 39% yellow and 4% black.

Hex #f47a96 color code is between #ee7799 web safe hex color code and #ff8888 web safe hex color code. #ee7799 is the nearest web safe color code. You can see here many more shades of #f47a96 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef47a96#f47a96
RGB Decimal244, 122, 150rgb(244, 122, 150)
RGB Percent96%, 48%, 59%rgb(96%, 48%, 59%)
CSS RGBa244, 122, 150,1rgba(244,122,150,1)
CMYK Modelcmyk(0%,50%,39%,4%)
HSL Color Space346,85% ,72%hsl(346,85% ,72%)
HSV Color Space346°, 50%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101000111101010010110
Octal364172226
Decimal244122150
Hexf47a96

Different shades of #f47a96 color code.

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

Light Shade of #f47a96
#f8a9bb
Dark Shade of #f47a96
#f04b71
Saturated Shade of #f47a96
#fb7392
Desaturated Shade of #f47a96
#ed819a
Grey scale Shade of #f47a96
#b7b7b7
Brighten Shade
#ff93af
Most Readable Shade
#000000

Shades of #f47a96 color code

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

#f47a96
#d86c85
#bd5e74
#a25164
#874353
#6c3642
#512832
#361b21
#1b0d10
#000000

Similar Color like #f47a96 color

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

#f57b97
#f67c98
#f77d99
#f87e9a
#f97f9b
#fa809c
#fb819d
#fc829e
#fd839f
#fe84a0
#ff85a1
#ff86a2
#ff87a3
#ff88a4
#f37995
#f27894
#f17793
#f07692
#ef7591
#ee7490
#ed738f
#ec728e
#eb718d
#ea708c
#e96f8b
#e86e8a
#e76d89
#e66c88

Monochromatic Color with #f47a96

#f47a96
#1f1013
#4a252d
#743a48
#9f4f62
#c9657c

Tints of #f47a96 Color

#f47a96
#f588a1
#f697ad
#f7a6b9
#f8b5c4
#fac3d0
#fbd2dc
#fce1e7
#fdf0f3
#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

#f47a96
#7af4d8

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

Split Complementary

#f47a96
#7af49b
#7ad3f4

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

Analogous Color

#f47ac7
#f47aae
#f47a96
#f47a7e
#f48f7a

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

#f47a96
#96f47a
#7a96f4

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

#f47a96
#d3f47a
#7af4d8
#9b7af4

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

#f47a96
#7af4d8
#7ad3f4
#f49b7a

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

#f47a96 Color Code Preview on Black Background Color

This is how #f47a96 Color will look on black background color. Color contrast ratio is 8.07

#f47a96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f47a96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f47a96

#f47a96 color code is use for CSS Background Color

Background color for the above div is #f47a96

HTML with inline CSS

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

#f47a96 color code is use for CSS Border Color

CSS Border color for the above div is #f47a96

HTML with inline CSS

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

CSS Border Left color for the above div is #f47a96

HTML with inline CSS

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

CSS Border Right color for the above div is #f47a96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f47a96

HTML with inline CSS

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

CSS Border Top color for the above div is #f47a96

HTML with inline CSS

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

#f47a96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f47a96 Color code Preview on White Background

This is how #f47a96 Color code will look on white background color. Color contrast ratio is 2.60

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

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.