crispedge.com

Color picker

Loading...

#f228dc hex color - Red - Warm color - Information

#f228dc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f228dc Color code in RGB color code model is created after adding 94.9% red color, 15.69% green color and 86.27% blue color. Hex #f228dc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 83% magenta, 9% yellow and 5% black.

Hex #f228dc color code is between #ee22dd web safe hex color code and #ff33cc web safe hex color code. #ee22dd is the nearest web safe color code. You can see here many more shades of #f228dc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codef228dc#f228dc
RGB Decimal242, 40, 220rgb(242, 40, 220)
RGB Percent95%, 16%, 86%rgb(95%, 16%, 86%)
CSS RGBa242, 40, 220,1rgba(242,40,220,1)
CMYK Modelcmyk(0%,83%,9%,5%)
HSL Color Space307,89% ,55%hsl(307,89% ,55%)
HSV Color Space307°, 83%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100100010100011011100
Octal36250334
Decimal24240220
Hexf228dc

Different shades of #f228dc color code.

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

Light Shade of #f228dc
#f558e4
Dark Shade of #f228dc
#da0dc4
Saturated Shade of #f228dc
#fd1de5
Desaturated Shade of #f228dc
#e733d3
Grey scale Shade of #f228dc
#8d8d8d
Brighten Shade
#ff41f5
Most Readable Shade
#000000

Shades of #f228dc color code

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

#f228dc
#d723c3
#bc1fab
#a11a92
#86167a
#6b1161
#500d49
#350830
#1a0418
#000000

Similar Color like #f228dc color

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

#f329dd
#f42ade
#f52bdf
#f62ce0
#f72de1
#f82ee2
#f92fe3
#fa30e4
#fb31e5
#fc32e6
#fd33e7
#fe34e8
#ff35e9
#ff36ea
#f127db
#f026da
#ef25d9
#ee24d8
#ed23d7
#ec22d6
#eb21d5
#ea20d4
#e91fd3
#e81ed2
#e71dd1
#e61cd0
#e51bcf
#e41ace

Monochromatic Color with #f228dc

#f228dc
#1d051b
#480c41
#721368
#9d1a8f
#c721b5

Tints of #f228dc Color

#f228dc
#f33fdf
#f457e3
#f66fe7
#f787eb
#f99fef
#fab7f3
#fccff7
#fde7fb
#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

#f228dc
#28f23e

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

Split Complementary

#f228dc
#77f228
#28f2a3

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

Analogous Color

#b728f2
#e028f2
#f228dc
#f228b4
#f2288b

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

#f228dc
#dcf228
#28dcf2

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

#f228dc
#f2a328
#28f23e
#2877f2

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

#f228dc
#28f23e
#28f2a3
#f22877

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

#f228dc Color Code Preview on Black Background Color

This is how #f228dc Color will look on black background color. Color contrast ratio is 6.11

#f228dc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f228dc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f228dc

#f228dc color code is use for CSS Background Color

Background color for the above div is #f228dc

HTML with inline CSS

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

#f228dc color code is use for CSS Border Color

CSS Border color for the above div is #f228dc

HTML with inline CSS

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

CSS Border Left color for the above div is #f228dc

HTML with inline CSS

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

CSS Border Right color for the above div is #f228dc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f228dc

HTML with inline CSS

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

CSS Border Top color for the above div is #f228dc

HTML with inline CSS

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

#f228dc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f228dc Color code Preview on White Background

This is how #f228dc Color code will look on white background color. Color contrast ratio is 3.44

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(242,40,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(40,242,62,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(242,40,220,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.