crispedge.com

Color picker

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

#f002eb hex color - Violet - Warm color - Information

#f002eb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f002eb Color code in RGB color code model is created after adding 94.12% red color, 0.78% green color and 92.16% blue color. Hex #f002eb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 99% magenta, 2% yellow and 6% black.

Hex #f002eb color code is between #ee00ee web safe hex color code and #ff00dd web safe hex color code. #ee00ee is the nearest web safe color code. You can see here many more shades of #f002eb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef002eb#f002eb
RGB Decimal240, 2, 235rgb(240, 2, 235)
RGB Percent94%, 1%, 92%rgb(94%, 1%, 92%)
CSS RGBa240, 2, 235,1rgba(240,2,235,1)
CMYK Modelcmyk(0%,99%,2%,6%)
HSL Color Space301,98% ,47%hsl(301,98% ,47%)
HSV Color Space301°, 99%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100000000001011101011
Octal3602353
Decimal2402235
Hexf002eb

Different shades of #f002eb color code.

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

Light Shade of #f002eb
#fd28f9
Dark Shade of #f002eb
#bd02b9
Saturated Shade of #f002eb
#f200ed
Desaturated Shade of #f002eb
#e40edf
Grey scale Shade of #f002eb
#797979
Brighten Shade
#ff1bff
Most Readable Shade
#FFFFFF

Shades of #f002eb color code

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

#f002eb
#d501d0
#ba01b6
#a0019c
#850182
#6a0068
#50004e
#350034
#1a001a
#000000

Similar Color like #f002eb color

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

#f103ec
#f204ed
#f305ee
#f406ef
#f507f0
#f608f1
#f709f2
#f80af3
#f90bf4
#fa0cf5
#fb0df6
#fc0ef7
#fd0ff8
#fe10f9
#ef01ea
#ee00e9
#ed00e8
#ec00e7
#eb00e6
#ea00e5
#e900e4
#e800e3
#e700e2
#e600e1
#e500e0
#e400df
#e300de
#e200dd

Monochromatic Color with #f002eb

#f002eb
#1b001b
#460145
#70016e
#9b0198
#c502c1

Tints of #f002eb Color

#f002eb
#f11eed
#f33aef
#f556f1
#f672f3
#f88ef6
#faaaf8
#fbc6fa
#fde2fc
#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

#f002eb
#02f007

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

Split Complementary

#f002eb
#74f002
#02f07e

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

Analogous Color

#9602f0
#c502f0
#f002eb
#f002bb
#f0028c

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

#f002eb
#ebf002
#02ebf0

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

#f002eb
#f07e02
#02f007
#0274f0

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

#f002eb
#02f007
#02f07e
#f00274

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

#f002eb Color Code Preview on Black Background Color

This is how #f002eb Color will look on black background color. Color contrast ratio is 5.91

#f002eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f002eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f002eb

#f002eb color code is use for CSS Background Color

Background color for the above div is #f002eb

HTML with inline CSS

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

#f002eb color code is use for CSS Border Color

CSS Border color for the above div is #f002eb

HTML with inline CSS

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

CSS Border Left color for the above div is #f002eb

HTML with inline CSS

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

CSS Border Right color for the above div is #f002eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f002eb

HTML with inline CSS

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

CSS Border Top color for the above div is #f002eb

HTML with inline CSS

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

#f002eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f002eb Color code Preview on White Background

This is how #f002eb Color code will look on white background color. Color contrast ratio is 3.55

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

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.