Skip to main content Skip to docs navigation

#f70ab1 hex color - Red - Warm color - Information

#f70ab1 hex color - Red - Warm color

On this page
@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Hue/Base color: Red

Hex #f70ab1 Color code in RGB color code model is created after adding 96.86% red color, 3.92% green color and 69.41% blue color. Hex #f70ab1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 96% magenta, 28% yellow and 3.14% black.

Hex #f70ab1 color code is between #ff11aa web safe hex color code and #ee00bb web safe hex color code. #ff11aa is the nearest web safe color code. You can see here many more shades of #f70ab1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code f70ab1 #f70ab1
RGB Decimal 247, 10, 177 rgb(247, 10, 177)
RGB Percent 97%, 4%, 69% rgb(97%, 4%, 69%)
CSS RGBa 247, 10, 177,1 rgba(247,10,177,1)
CMYK Model cmyk(0%,96%,28%,3.14%)
HSL Color Space 318,94% ,50% hsl(318,94% ,50%)
HSV Color Space 318°, 96%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110111 00001010 10110001
Octal 367 12 261
Decimal 247 10 177
Hex f7 0a b1

Different shades of #f70ab1 color code.

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

Light Shade of #f70ab1
#f93bc1
Dark Shade of #f70ab1
#c7078e
Saturated Shade of #f70ab1
#ff02b4
Desaturated Shade of #f70ab1
#ea17ac
Grey scale Shade of #f70ab1
#808080
Brighten Shade
#ff23ca
Most Readable Shade
#FFFFFF

Shades of #f70ab1 color code

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

#f70ab1
#db089d
#c00789
#a40676
#890562
#6d044e
#52033b
#360227
#1b0113
#000000

Similar Color like #f70ab1 color

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

#f80bb2
#f90cb3
#fa0db4
#fb0eb5
#fc0fb6
#fd10b7
#fe11b8
#ff12b9
#ff13ba
#ff14bb
#ff15bc
#ff16bd
#ff17be
#ff18bf
#f609b0
#f508af
#f407ae
#f306ad
#f205ac
#f104ab
#f003aa
#ef02a9
#ee01a8
#ed00a7
#ec00a6
#eb00a5
#ea00a4
#e900a3

Monochromatic Color with #f70ab1

#f70ab1
#220119
#4d0337
#770556
#a20774
#cc0893

Tints of #f70ab1 Color

#f70ab1
#f725b9
#f840c2
#f95bcb
#fa76d3
#fb92dc
#fcade5
#fdc8ed
#fee3f6
#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

#f70ab1
#0af750

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

Split Complementary

#f70ab1
#3bf70a
#0af7c7

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

Analogous Color

#de0af7
#f70ae0
#f70ab1
#f70a82
#f70a52

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

#f70ab1
#b1f70a
#0ab1f7

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

#f70ab1
#f7c60a
#0af750
#0a3af7

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

#f70ab1
#0af750
#0af7c6
#f70a3b

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

#f70ab1 Color Code Preview on Black Background Color

This is how #f70ab1 Color will look on black background color. Color contrast ratio is 5.63

#f70ab1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f70ab1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f70ab1

#f70ab1 color code is use for CSS Background Color

Background color for the above div is #f70ab1

HTML with inline CSS

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

#f70ab1 color code is use for CSS Border Color

CSS Border color for the above div is #f70ab1

HTML with inline CSS

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

CSS Border Left color for the above div is #f70ab1

HTML with inline CSS

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

CSS Border Right color for the above div is #f70ab1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f70ab1

HTML with inline CSS

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

CSS Border Top color for the above div is #f70ab1

HTML with inline CSS

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

#f70ab1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f70ab1 Color code Preview on White Background

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

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(247,10,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(10,247,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(247,10,177,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.


Fatal error: Uncaught Error: Undefined constant "GETPOSTTYPE" in /var/www/html/ce/wp-content/themes/crispedge/footer.php:18 Stack trace: #0 /var/www/html/ce/wp-includes/template.php(810): require_once() #1 /var/www/html/ce/wp-includes/template.php(745): load_template() #2 /var/www/html/ce/wp-includes/general-template.php(92): locate_template() #3 /var/www/html/ce/wp-content/themes/crispedge/page-color.php(1495): get_footer() #4 /var/www/html/ce/wp-includes/template-loader.php(106): include('...') #5 /var/www/html/ce/wp-blog-header.php(19): require_once('...') #6 /var/www/html/ce/index.php(17): require('...') #7 {main} thrown in /var/www/html/ce/wp-content/themes/crispedge/footer.php on line 18