crispedge.com

Color picker

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

#f084a0 hex color - Red - Warm color - Information

#f084a0 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f084a0 Color code in RGB color code model is created after adding 94.12% red color, 51.76% green color and 62.75% blue color. Hex #f084a0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 33% yellow and 6% black.

Hex #f084a0 color code is between #ee8899 web safe hex color code and #ff77aa web safe hex color code. #ee8899 is the nearest web safe color code. You can see here many more shades of #f084a0 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codef084a0#f084a0
RGB Decimal240, 132, 160rgb(240, 132, 160)
RGB Percent94%, 52%, 63%rgb(94%, 52%, 63%)
CSS RGBa240, 132, 160,1rgba(240,132,160,1)
CMYK Modelcmyk(0%,45%,33%,6%)
HSL Color Space344,78% ,73%hsl(344,78% ,73%)
HSV Color Space344°, 45%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100001000010010100000
Octal360204240
Decimal240132160
Hexf084a0

Different shades of #f084a0 color code.

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

Light Shade of #f084a0
#f6b1c3
Dark Shade of #f084a0
#ea577d
Saturated Shade of #f084a0
#f77d9d
Desaturated Shade of #f084a0
#e98ba3
Grey scale Shade of #f084a0
#bababa
Brighten Shade
#ff9db9
Most Readable Shade
#000000

Shades of #f084a0 color code

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

#f084a0
#d5758e
#ba667c
#a0586a
#854958
#6a3a47
#502c35
#351d23
#1a0e11
#000000

Similar Color like #f084a0 color

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

#f185a1
#f286a2
#f387a3
#f488a4
#f589a5
#f68aa6
#f78ba7
#f88ca8
#f98da9
#fa8eaa
#fb8fab
#fc90ac
#fd91ad
#fe92ae
#ef839f
#ee829e
#ed819d
#ec809c
#eb7f9b
#ea7e9a
#e97d99
#e87c98
#e77b97
#e67a96
#e57995
#e47894
#e37793
#e27692

Monochromatic Color with #f084a0

#f084a0
#1b0f12
#46272f
#703e4b
#9b5567
#c56d84

Tints of #f084a0 Color

#f084a0
#f191aa
#f39fb5
#f5adbf
#f6baca
#f8c8d4
#fad6df
#fbe3e9
#fdf1f4
#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

#f084a0
#84f0d4

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

Split Complementary

#f084a0
#84f09e
#84d6f0

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

Analogous Color

#f084cb
#f084b6
#f084a0
#f0848a
#f09384

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

#f084a0
#a0f084
#84a0f0

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

#f084a0
#d6f084
#84f0d4
#9e84f0

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

#f084a0
#84f0d4
#84d6f0
#f09e84

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

#f084a0 Color Code Preview on Black Background Color

This is how #f084a0 Color will look on black background color. Color contrast ratio is 8.51

#f084a0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f084a0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f084a0

#f084a0 color code is use for CSS Background Color

Background color for the above div is #f084a0

HTML with inline CSS

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

#f084a0 color code is use for CSS Border Color

CSS Border color for the above div is #f084a0

HTML with inline CSS

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

CSS Border Left color for the above div is #f084a0

HTML with inline CSS

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

CSS Border Right color for the above div is #f084a0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f084a0

HTML with inline CSS

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

CSS Border Top color for the above div is #f084a0

HTML with inline CSS

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

#f084a0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f084a0 Color code Preview on White Background

This is how #f084a0 Color code will look on white background color. Color contrast ratio is 2.47

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

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.