crispedge.com

Color picker

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

#f885ff hex color - Violet - Warm color - Information

#f885ff hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f885ff Color code in RGB color code model is created after adding 97.25% red color, 52.16% green color and 100% blue color. Hex #f885ff Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 48% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef885ff#f885ff
RGB Decimal248, 133, 255rgb(248, 133, 255)
RGB Percent97%, 52%, 100%rgb(97%, 52%, 100%)
CSS RGBa248, 133, 255,1rgba(248,133,255,1)
CMYK Modelcmyk(3%,48%,0%,0%)
HSL Color Space297,100% ,76%hsl(297,100% ,76%)
HSV Color Space297°, 48%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110001000010111111111
Octal370205377
Decimal248133255
Hexf885ff

Different shades of #f885ff color code.

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

Light Shade of #f885ff
#fbb8ff
Dark Shade of #f885ff
#f552ff
Saturated Shade of #f885ff
#f885ff
Desaturated Shade of #f885ff
#f38bf9
Grey scale Shade of #f885ff
#c2c2c2
Brighten Shade
#ff9eff
Most Readable Shade
#000000

Shades of #f885ff color code

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

#f885ff
#dc76e2
#c067c6
#a558aa
#89498d
#6e3b71
#522c55
#371d38
#1b0e1c
#000000

Similar Color like #f885ff color

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

#f986ff
#fa87ff
#fb88ff
#fc89ff
#fd8aff
#fe8bff
#ff8cff
#ff8dff
#ff8eff
#ff8fff
#ff90ff
#ff91ff
#ff92ff
#ff93ff
#f784fe
#f683fd
#f582fc
#f481fb
#f380fa
#f27ff9
#f17ef8
#f07df7
#ef7cf6
#ee7bf5
#ed7af4
#ec79f3
#eb78f2
#ea77f1

Monochromatic Color with #f885ff

#f885ff
#29162a
#532c55
#7c4380
#a559aa
#cf6fd4

Tints of #f885ff Color

#f885ff
#f892ff
#f9a0ff
#faadff
#fbbbff
#fbc8ff
#fcd6ff
#fde3ff
#fef1ff
#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

#f885ff
#8cff85

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

Split Complementary

#f885ff
#c9ff85
#85ffbb

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

Analogous Color

#c785ff
#e085ff
#f885ff
#ff85ee
#ff85d5

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

#f885ff
#fff885
#85fff8

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

#f885ff
#ffbb85
#8cff85
#85c9ff

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

#f885ff
#8cff85
#85ffbb
#ff85c9

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

#f885ff Color Code Preview on Black Background Color

This is how #f885ff Color will look on black background color. Color contrast ratio is 9.79

#f885ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f885ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f885ff

#f885ff color code is use for CSS Background Color

Background color for the above div is #f885ff

HTML with inline CSS

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

#f885ff color code is use for CSS Border Color

CSS Border color for the above div is #f885ff

HTML with inline CSS

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

CSS Border Left color for the above div is #f885ff

HTML with inline CSS

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

CSS Border Right color for the above div is #f885ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f885ff

HTML with inline CSS

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

CSS Border Top color for the above div is #f885ff

HTML with inline CSS

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

#f885ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f885ff Color code Preview on White Background

This is how #f885ff Color code will look on white background color. Color contrast ratio is 2.14

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

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.