crispedge.com

Color picker

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

#f072df hex color - Violet - Warm color - Information

#f072df hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f072df Color code in RGB color code model is created after adding 94.12% red color, 44.71% green color and 87.45% blue color. Hex #f072df Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 53% magenta, 7% yellow and 6% black.

Hex #f072df color code is between #ee77dd web safe hex color code and #ff66ee web safe hex color code. #ee77dd is the nearest web safe color code. You can see here many more shades of #f072df color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef072df#f072df
RGB Decimal240, 114, 223rgb(240, 114, 223)
RGB Percent94%, 45%, 87%rgb(94%, 45%, 87%)
CSS RGBa240, 114, 223,1rgba(240,114,223,1)
CMYK Modelcmyk(0%,53%,7%,6%)
HSL Color Space308,81% ,69%hsl(308,81% ,69%)
HSV Color Space308°, 53%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100000111001011011111
Octal360162337
Decimal240114223
Hexf072df

Different shades of #f072df color code.

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

Light Shade of #f072df
#f5a0e9
Dark Shade of #f072df
#eb44d5
Saturated Shade of #f072df
#f86ae5
Desaturated Shade of #f072df
#e87ad9
Grey scale Shade of #f072df
#b1b1b1
Brighten Shade
#ff8bf8
Most Readable Shade
#000000

Shades of #f072df color code

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

#f072df
#d565c6
#ba58ad
#a04c94
#853f7b
#6a3263
#50264a
#351931
#1a0c18
#000000

Similar Color like #f072df color

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

#f173e0
#f274e1
#f375e2
#f476e3
#f577e4
#f678e5
#f779e6
#f87ae7
#f97be8
#fa7ce9
#fb7dea
#fc7eeb
#fd7fec
#fe80ed
#ef71de
#ee70dd
#ed6fdc
#ec6edb
#eb6dda
#ea6cd9
#e96bd8
#e86ad7
#e769d6
#e668d5
#e567d4
#e466d3
#e365d2
#e264d1

Monochromatic Color with #f072df

#f072df
#1b0d1a
#462141
#703569
#9b4a90
#c55eb8

Tints of #f072df Color

#f072df
#f181e2
#f391e6
#f5a1e9
#f6b0ed
#f8c0f0
#fad0f4
#fbdff7
#fdeffb
#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

#f072df
#72f083

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

Split Complementary

#f072df
#a0f072
#72f0c2

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

Analogous Color

#cf72f0
#e872f0
#f072df
#f072c6
#f072ad

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

#f072df
#dff072
#72dff0

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

#f072df
#f0c272
#72f083
#72a0f0

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

#f072df
#72f083
#72f0c2
#f072a0

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

#f072df Color Code Preview on Black Background Color

This is how #f072df Color will look on black background color. Color contrast ratio is 8.18

#f072df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f072df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f072df

#f072df color code is use for CSS Background Color

Background color for the above div is #f072df

HTML with inline CSS

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

#f072df color code is use for CSS Border Color

CSS Border color for the above div is #f072df

HTML with inline CSS

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

CSS Border Left color for the above div is #f072df

HTML with inline CSS

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

CSS Border Right color for the above div is #f072df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f072df

HTML with inline CSS

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

CSS Border Top color for the above div is #f072df

HTML with inline CSS

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

#f072df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f072df Color code Preview on White Background

This is how #f072df Color code will look on white background color. Color contrast ratio is 2.57

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

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.