crispedge.com

Color picker

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

#fe0997 hex color - Red - Warm color - Information

#fe0997 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #fe0997 Color code in RGB color code model is created after adding 99.61% red color, 3.53% green color and 59.22% blue color. Hex #fe0997 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 96% magenta, 41% yellow and 0% black.

Hex #fe0997 color code is between #ff1199 web safe hex color code and #ee0088 web safe hex color code. #ff1199 is the nearest web safe color code. You can see here many more shades of #fe0997 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefe0997#fe0997
RGB Decimal254, 9, 151rgb(254, 9, 151)
RGB Percent100%, 4%, 59%rgb(100%, 4%, 59%)
CSS RGBa254, 9, 151,1rgba(254,9,151,1)
CMYK Modelcmyk(0%,96%,41%,0%)
HSL Color Space325,99% ,52%hsl(325,99% ,52%)
HSV Color Space325°, 96%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111100000100110010111
Octal37611227
Decimal2549151
Hexfe0997

Different shades of #fe0997 color code.

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

Light Shade of #fe0997
#fe3cac
Dark Shade of #fe0997
#d3017b
Saturated Shade of #fe0997
#ff0897
Desaturated Shade of #fe0997
#f21595
Grey scale Shade of #fe0997
#838383
Brighten Shade
#ff22b0
Most Readable Shade
#FFFFFF

Shades of #fe0997 color code

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

#fe0997
#e10886
#c50775
#a90664
#8d0553
#700443
#540332
#380221
#1c0110
#000000

Similar Color like #fe0997 color

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

#ff0a98
#ff0b99
#ff0c9a
#ff0d9b
#ff0e9c
#ff0f9d
#ff109e
#ff119f
#ff12a0
#ff13a1
#ff14a2
#ff15a3
#ff16a4
#ff17a5
#fd0896
#fc0795
#fb0694
#fa0593
#f90492
#f80391
#f70290
#f6018f
#f5008e
#f4008d
#f3008c
#f2008b
#f1008a
#f00089

Monochromatic Color with #fe0997

#fe0997
#290119
#540332
#7e044b
#a90664
#d3087e

Tints of #fe0997 Color

#fe0997
#fe24a2
#fe3fae
#fe5bb9
#fe76c5
#fe91d0
#feaddc
#fec8e7
#fee3f3
#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

#fe0997
#09fe70

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

Split Complementary

#fe0997
#1cfe09
#09feea

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

Analogous Color

#fe09f9
#fe09c8
#fe0997
#fe0966
#fe0935

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

#fe0997
#97fe09
#0997fe

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

#fe0997
#feea09
#09fe70
#091cfe

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

#fe0997
#09fe70
#09feeb
#fe091c

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

#fe0997 Color Code Preview on Black Background Color

This is how #fe0997 Color will look on black background color. Color contrast ratio is 5.70

#fe0997 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe0997

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe0997

#fe0997 color code is use for CSS Background Color

Background color for the above div is #fe0997

HTML with inline CSS

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

#fe0997 color code is use for CSS Border Color

CSS Border color for the above div is #fe0997

HTML with inline CSS

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

CSS Border Left color for the above div is #fe0997

HTML with inline CSS

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

CSS Border Right color for the above div is #fe0997

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe0997

HTML with inline CSS

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

CSS Border Top color for the above div is #fe0997

HTML with inline CSS

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

#fe0997 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe0997 Color code Preview on White Background

This is how #fe0997 Color code will look on white background color. Color contrast ratio is 3.68

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

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.