crispedge.com

Color picker

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

#f98cd5 hex color - Violet - Warm color - Information

#f98cd5 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f98cd5 Color code in RGB color code model is created after adding 97.65% red color, 54.9% green color and 83.53% blue color. Hex #f98cd5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 14% yellow and 2% black.

Hex #f98cd5 color code is between #ff88dd web safe hex color code and #ee99cc web safe hex color code. #ff88dd is the nearest web safe color code. You can see here many more shades of #f98cd5 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef98cd5#f98cd5
RGB Decimal249, 140, 213rgb(249, 140, 213)
RGB Percent98%, 55%, 84%rgb(98%, 55%, 84%)
CSS RGBa249, 140, 213,1rgba(249,140,213,1)
CMYK Modelcmyk(0%,44%,14%,2%)
HSL Color Space320,90% ,76%hsl(320,90% ,76%)
HSV Color Space320°, 44%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110011000110011010101
Octal371214325
Decimal249140213
Hexf98cd5

Different shades of #f98cd5 color code.

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

Light Shade of #f98cd5
#fcbce7
Dark Shade of #f98cd5
#f65cc3
Saturated Shade of #f98cd5
#ff86d7
Desaturated Shade of #f98cd5
#f392d3
Grey scale Shade of #f98cd5
#c2c2c2
Brighten Shade
#ffa5ee
Most Readable Shade
#000000

Shades of #f98cd5 color code

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

#f98cd5
#dd7cbd
#c16ca5
#a65d8e
#8a4d76
#6e3e5e
#532e47
#371f2f
#1b0f17
#000000

Similar Color like #f98cd5 color

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

#fa8dd6
#fb8ed7
#fc8fd8
#fd90d9
#fe91da
#ff92db
#ff93dc
#ff94dd
#ff95de
#ff96df
#ff97e0
#ff98e1
#ff99e2
#ff9ae3
#f88bd4
#f78ad3
#f689d2
#f588d1
#f487d0
#f386cf
#f285ce
#f184cd
#f083cc
#ef82cb
#ee81ca
#ed80c9
#ec7fc8
#eb7ec7

Monochromatic Color with #f98cd5

#f98cd5
#24151f
#4f2c44
#794468
#a45c8c
#ce74b1

Tints of #f98cd5 Color

#f98cd5
#f998d9
#faa5de
#fbb2e3
#fbbfe7
#fccbec
#fdd8f1
#fde5f5
#fef2fa
#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

#f98cd5
#8cf9b0

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

Split Complementary

#f98cd5
#9ff98c
#8cf9e6

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

Analogous Color

#f18cf9
#f98ceb
#f98cd5
#f98cbf
#f98ca9

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

#f98cd5
#d5f98c
#8cd5f9

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

#f98cd5
#f9e68c
#8cf9b0
#8c9ef9

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

#f98cd5
#8cf9b0
#8cf9e7
#f98c9f

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

#f98cd5 Color Code Preview on Black Background Color

This is how #f98cd5 Color will look on black background color. Color contrast ratio is 9.74

#f98cd5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f98cd5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f98cd5

#f98cd5 color code is use for CSS Background Color

Background color for the above div is #f98cd5

HTML with inline CSS

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

#f98cd5 color code is use for CSS Border Color

CSS Border color for the above div is #f98cd5

HTML with inline CSS

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

CSS Border Left color for the above div is #f98cd5

HTML with inline CSS

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

CSS Border Right color for the above div is #f98cd5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f98cd5

HTML with inline CSS

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

CSS Border Top color for the above div is #f98cd5

HTML with inline CSS

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

#f98cd5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f98cd5 Color code Preview on White Background

This is how #f98cd5 Color code will look on white background color. Color contrast ratio is 2.16

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

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.