crispedge.com

Color picker

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

#f982a4 hex color - Red - Warm color - Information

#f982a4 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f982a4 Color code in RGB color code model is created after adding 97.65% red color, 50.98% green color and 64.31% blue color. Hex #f982a4 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 48% magenta, 34% yellow and 2% black.

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codef982a4#f982a4
RGB Decimal249, 130, 164rgb(249, 130, 164)
RGB Percent98%, 51%, 64%rgb(98%, 51%, 64%)
CSS RGBa249, 130, 164,1rgba(249,130,164,1)
CMYK Modelcmyk(0%,48%,34%,2%)
HSL Color Space343,91% ,74%hsl(343,91% ,74%)
HSV Color Space343°, 48%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110011000001010100100
Octal371202244
Decimal249130164
Hexf982a4

Different shades of #f982a4 color code.

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

Light Shade of #f982a4
#fbb3c7
Dark Shade of #f982a4
#f75181
Saturated Shade of #f982a4
#ff7ca1
Desaturated Shade of #f982a4
#f289a7
Grey scale Shade of #f982a4
#bdbdbd
Brighten Shade
#ff9bbd
Most Readable Shade
#000000

Shades of #f982a4 color code

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

#f982a4
#dd7391
#c1657f
#a6566d
#8a485b
#6e3948
#532b36
#371c24
#1b0e12
#000000

Similar Color like #f982a4 color

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

#fa83a5
#fb84a6
#fc85a7
#fd86a8
#fe87a9
#ff88aa
#ff89ab
#ff8aac
#ff8bad
#ff8cae
#ff8daf
#ff8eb0
#ff8fb1
#ff90b2
#f881a3
#f780a2
#f67fa1
#f57ea0
#f47d9f
#f37c9e
#f27b9d
#f17a9c
#f0799b
#ef789a
#ee7799
#ed7698
#ec7597
#eb7496

Monochromatic Color with #f982a4

#f982a4
#241318
#4f2934
#793f50
#a4566c
#ce6c88

Tints of #f982a4 Color

#f982a4
#f98fae
#fa9db8
#fbabc2
#fbb9cc
#fcc7d6
#fdd5e0
#fde3ea
#fef1f4
#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

#f982a4
#82f9d7

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

Split Complementary

#f982a4
#82f99b
#82dff9

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

Analogous Color

#f982d4
#f982bc
#f982a4
#f9828c
#f99082

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

#f982a4
#a4f982
#82a4f9

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

#f982a4
#dff982
#82f9d7
#9b82f9

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

#f982a4
#82f9d7
#82dff9
#f99c82

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

#f982a4 Color Code Preview on Black Background Color

This is how #f982a4 Color will look on black background color. Color contrast ratio is 8.76

#f982a4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f982a4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f982a4

#f982a4 color code is use for CSS Background Color

Background color for the above div is #f982a4

HTML with inline CSS

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

#f982a4 color code is use for CSS Border Color

CSS Border color for the above div is #f982a4

HTML with inline CSS

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

CSS Border Left color for the above div is #f982a4

HTML with inline CSS

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

CSS Border Right color for the above div is #f982a4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f982a4

HTML with inline CSS

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

CSS Border Top color for the above div is #f982a4

HTML with inline CSS

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

#f982a4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f982a4 Color code Preview on White Background

This is how #f982a4 Color code will look on white background color. Color contrast ratio is 2.40

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.