crispedge.com

Color picker

Loading...

#f35ccc hex color - Red - Warm color - Information

#f35ccc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #f35ccc Color code in RGB color code model is created after adding 95.29% red color, 36.08% green color and 80% blue color. Hex #f35ccc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 16% yellow and 5% black.

Hex #f35ccc color code is between #ee55bb web safe hex color code and #ff66dd web safe hex color code. #ee55bb is the nearest web safe color code. You can see here many more shades of #f35ccc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef35ccc#f35ccc
RGB Decimal243, 92, 204rgb(243, 92, 204)
RGB Percent95%, 36%, 80%rgb(95%, 36%, 80%)
CSS RGBa243, 92, 204,1rgba(243,92,204,1)
CMYK Modelcmyk(0%,62%,16%,5%)
HSL Color Space315,86% ,66%hsl(315,86% ,66%)
HSV Color Space315°, 62%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100110101110011001100
Octal363134314
Decimal24392204
Hexf35ccc

Different shades of #f35ccc color code.

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

Light Shade of #f35ccc
#f68bdb
Dark Shade of #f35ccc
#ef2cbd
Saturated Shade of #f35ccc
#fc53d0
Desaturated Shade of #f35ccc
#ea65c8
Grey scale Shade of #f35ccc
#a7a7a7
Brighten Shade
#ff75e5
Most Readable Shade
#000000

Shades of #f35ccc color code

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

#f35ccc
#d851b5
#bd479e
#a23d88
#873371
#6c285a
#511e44
#36142d
#1b0a16
#000000

Similar Color like #f35ccc color

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

#f45dcd
#f55ece
#f65fcf
#f760d0
#f861d1
#f962d2
#fa63d3
#fb64d4
#fc65d5
#fd66d6
#fe67d7
#ff68d8
#ff69d9
#ff6ada
#f25bcb
#f15aca
#f059c9
#ef58c8
#ee57c7
#ed56c6
#ec55c5
#eb54c4
#ea53c3
#e952c2
#e851c1
#e750c0
#e64fbf
#e54ebe

Monochromatic Color with #f35ccc

#f35ccc
#1e0c1a
#491c3d
#732c61
#9e3c85
#c84ca8

Tints of #f35ccc Color

#f35ccc
#f46ed1
#f580d7
#f792dd
#f8a4e2
#f9b6e8
#fbc8ee
#fcdaf3
#fdecf9
#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

#f35ccc
#5cf383

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

Split Complementary

#f35ccc
#80f35c
#5cf3cf

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

Analogous Color

#de5cf3
#f35cea
#f35ccc
#f35cae
#f35c90

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

#f35ccc
#ccf35c
#5cccf3

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

#f35ccc
#f3ce5c
#5cf383
#5c80f3

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

#f35ccc
#5cf383
#5cf3cf
#f35c80

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

#f35ccc Color Code Preview on Black Background Color

This is how #f35ccc Color will look on black background color. Color contrast ratio is 7.21

#f35ccc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f35ccc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f35ccc

#f35ccc color code is use for CSS Background Color

Background color for the above div is #f35ccc

HTML with inline CSS

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

#f35ccc color code is use for CSS Border Color

CSS Border color for the above div is #f35ccc

HTML with inline CSS

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

CSS Border Left color for the above div is #f35ccc

HTML with inline CSS

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

CSS Border Right color for the above div is #f35ccc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f35ccc

HTML with inline CSS

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

CSS Border Top color for the above div is #f35ccc

HTML with inline CSS

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

#f35ccc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f35ccc Color code Preview on White Background

This is how #f35ccc Color code will look on white background color. Color contrast ratio is 2.91

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

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(243,92,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(92,243,131,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(243,92,204,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.