crispedge.com

Color picker

Loading...

#ff117c hex color - Red - Warm color - Information

#ff117c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ff117c Color code in RGB color code model is created after adding 100% red color, 6.67% green color and 48.63% blue color. Hex #ff117c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 93% magenta, 51% yellow and 0% black.

Hex #ff117c color code is between #ee0077 web safe hex color code and #dd0088 web safe hex color code. #ee0077 is the nearest web safe color code. You can see here many more shades of #ff117c color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeff117c#ff117c
RGB Decimal255, 17, 124rgb(255, 17, 124)
RGB Percent100%, 7%, 49%rgb(100%, 7%, 49%)
CSS RGBa255, 17, 124,1rgba(255,17,124,1)
CMYK Modelcmyk(0%,93%,51%,0%)
HSL Color Space333,100% ,53%hsl(333,100% ,53%)
HSV Color Space333°, 93%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110001000101111100
Octal37721174
Decimal25517124
Hexff117c

Different shades of #ff117c color code.

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

Light Shade of #ff117c
#ff4498
Dark Shade of #ff117c
#dd0063
Saturated Shade of #ff117c
#ff117c
Desaturated Shade of #ff117c
#f31d7d
Grey scale Shade of #ff117c
#888888
Brighten Shade
#ff2a95
Most Readable Shade
#FFFFFF

Shades of #ff117c color code

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

#ff117c
#e20f6e
#c60d60
#aa0b52
#8d0944
#710737
#550529
#38031b
#1c010d
#000000

Similar Color like #ff117c color

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

#ff127d
#ff137e
#ff147f
#ff1580
#ff1681
#ff1782
#ff1883
#ff1984
#ff1a85
#ff1b86
#ff1c87
#ff1d88
#ff1e89
#ff1f8a
#fe107b
#fd0f7a
#fc0e79
#fb0d78
#fa0c77
#f90b76
#f80a75
#f70974
#f60873
#f50772
#f40671
#f30570
#f2046f
#f1036e

Monochromatic Color with #ff117c

#ff117c
#2a0315
#550629
#80093e
#aa0b53
#d40e67

Tints of #ff117c Color

#ff117c
#ff2b8a
#ff4599
#ff60a7
#ff7ab6
#ff95c4
#ffafd3
#ffcae1
#ffe4f0
#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

#ff117c
#11ff94

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

Split Complementary

#ff117c
#11ff1d
#11f3ff

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

Analogous Color

#ff11db
#ff11ac
#ff117c
#ff114c
#ff111d

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

#ff117c
#7cff11
#117cff

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

#ff117c
#f3ff11
#11ff94
#1d11ff

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

#ff117c
#11ff94
#11f3ff
#ff1d11

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

#ff117c Color Code Preview on Black Background Color

This is how #ff117c Color will look on black background color. Color contrast ratio is 5.62

#ff117c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff117c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff117c

#ff117c color code is use for CSS Background Color

Background color for the above div is #ff117c

HTML with inline CSS

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

#ff117c color code is use for CSS Border Color

CSS Border color for the above div is #ff117c

HTML with inline CSS

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

CSS Border Left color for the above div is #ff117c

HTML with inline CSS

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

CSS Border Right color for the above div is #ff117c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff117c

HTML with inline CSS

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

CSS Border Top color for the above div is #ff117c

HTML with inline CSS

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

#ff117c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff117c Color code Preview on White Background

This is how #ff117c Color code will look on white background color. Color contrast ratio is 3.73

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

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(255,17,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(17,255,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,17,124,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.