crispedge.com

Color picker

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

#f020ab hex color - Red - Warm color - Information

#f020ab hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f020ab Color code in RGB color code model is created after adding 94.12% red color, 12.55% green color and 67.06% blue color. Hex #f020ab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 87% magenta, 29% yellow and 6% black.

Hex #f020ab color code is between #ee22aa web safe hex color code and #ff11bb web safe hex color code. #ee22aa is the nearest web safe color code. You can see here many more shades of #f020ab color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codef020ab#f020ab
RGB Decimal240, 32, 171rgb(240, 32, 171)
RGB Percent94%, 13%, 67%rgb(94%, 13%, 67%)
CSS RGBa240, 32, 171,1rgba(240,32,171,1)
CMYK Modelcmyk(0%,87%,29%,6%)
HSL Color Space320,87% ,53%hsl(320,87% ,53%)
HSV Color Space320°, 87%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100000010000010101011
Octal36040253
Decimal24032171
Hexf020ab

Different shades of #f020ab color code.

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

Light Shade of #f020ab
#f350bd
Dark Shade of #f020ab
#cf0e8f
Saturated Shade of #f020ab
#fc14af
Desaturated Shade of #f020ab
#e42ca7
Grey scale Shade of #f020ab
#888888
Brighten Shade
#ff39c4
Most Readable Shade
#FFFFFF

Shades of #f020ab color code

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

#f020ab
#d51c98
#ba1885
#a01572
#85115f
#6a0e4c
#500a39
#350726
#1a0313
#000000

Similar Color like #f020ab color

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

#f121ac
#f222ad
#f323ae
#f424af
#f525b0
#f626b1
#f727b2
#f828b3
#f929b4
#fa2ab5
#fb2bb6
#fc2cb7
#fd2db8
#fe2eb9
#ef1faa
#ee1ea9
#ed1da8
#ec1ca7
#eb1ba6
#ea1aa5
#e919a4
#e818a3
#e717a2
#e616a1
#e515a0
#e4149f
#e3139e
#e2129d

Monochromatic Color with #f020ab

#f020ab
#1b0414
#460932
#700f50
#9b156e
#c51a8d

Tints of #f020ab Color

#f020ab
#f138b4
#f351bd
#f56ac7
#f683d0
#f89bd9
#fab4e3
#fbcdec
#fde6f5
#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

#f020ab
#20f065

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

Split Complementary

#f020ab
#43f020
#20f0cd

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

Analogous Color

#e220f0
#f020d5
#f020ab
#f02081
#f02058

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

#f020ab
#abf020
#20abf0

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

#f020ab
#f0cd20
#20f065
#2043f0

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

#f020ab
#20f065
#20f0cd
#f02043

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

#f020ab Color Code Preview on Black Background Color

This is how #f020ab Color will look on black background color. Color contrast ratio is 5.50

#f020ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f020ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f020ab

#f020ab color code is use for CSS Background Color

Background color for the above div is #f020ab

HTML with inline CSS

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

#f020ab color code is use for CSS Border Color

CSS Border color for the above div is #f020ab

HTML with inline CSS

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

CSS Border Left color for the above div is #f020ab

HTML with inline CSS

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

CSS Border Right color for the above div is #f020ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f020ab

HTML with inline CSS

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

CSS Border Top color for the above div is #f020ab

HTML with inline CSS

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

#f020ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f020ab Color code Preview on White Background

This is how #f020ab Color code will look on white background color. Color contrast ratio is 3.82

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

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.