Skip to main content Skip to docs navigation

#fc07fb hex color | Download Dark Violet BG image | Information

Color Picker

@
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 Info

Woow we have a nearby visually matching color name available. It's name is Rainbow’s Inner Rim and its hex is #FF09FF Nearest Color Name

Color Hue/Base color: Violet

Hex #fc07fb Color code in RGB color code model is created after adding 98.82% red color, 2.75% green color and 98.43% blue color. Hex #fc07fb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 97% magenta, 0% yellow and 1.18% black.

Hex #fc07fb color code is between #ff00ff web safe hex color code and #ee00ee web safe hex color code. #ff00ff is the nearest web safe color code. You can see here many more shades of #fc07fb color code.

RGB Chart

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

Color Table

Hex Color Code fc07fb #fc07fb
RGB Decimal 252, 7, 251 252, 7, 251
RGB Percent 99%, 3%, 98% rgb(99%, 3%, 98%)
CSS RGBa 252, 7, 251,1 rgba(252,7,251,1)
CMYK Model cmyk(0%,97%,0%,1.18%)
HSL Color Space 300,98% ,51% hsl(300,98% ,51%)
HSV Color Space 300°, 97%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 00000111 11111011
Octal 374 7 373
Decimal 252 7 251
Hex fc 07 fb

Different shades of #fc07fb color code.

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

Darkest of #fc07fb
#690168
Darker of #fc07fb
#9b029a
Dark of #fc07fb
#cd02cd
Base of #fc07fb
#fc07fb
Light of #fc07fb
#fd39fc
Lighter
#fd6cfd
Lightest
#fe9efd

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

#fc07fb
#07fc08

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

Split Complementary

#fc07fb
#81fc07
#07fc82

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

Analogous Color

#6e07fc
#9707fc
#fc07fb
#fc07a9
#fc0743

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

#fc07fb
#07fbfc
#fbfc07

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

#fc07fb
#fbfc07
#07fc08
#0807fc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#fc07fb
#fc8207
#07fc08
#0781fc

Square 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).

Monochromatic Color with #fc07fb

#360136
#690168
#9b029a
#cd02cd
#fc07fb
#fd39fc
#fd6cfd
#fe9efd
#fed1fe

Tints of #fc07fb Color

#fc07fb
#fc22fb
#fc3efb
#fd59fc
#fd75fc
#fd90fd
#feacfd
#fec7fe
#fee3fe
#ffffff

Shades of #fc07fb color code

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

#fc07fb
#e006df
#c405c3
#a804a7
#8c038b
#70036f
#540253
#380137
#1c001b
#000000

Tones

#fc07fb
#e320e2
#ca39c9
#b152b0
#986b97

Tones

Similar Color like #fc07fb color

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

#fd08fc
#fe09fd
#ff0afe
#ff0bff
#ff0cff
#ff0dff
#ff0eff
#ff0fff
#ff10ff
#ff11ff
#ff12ff
#ff13ff
#ff14ff
#ff15ff
#fb06fa
#fa05f9
#f904f8
#f803f7
#f702f6
#f601f5
#f500f4
#f400f3
#f300f2
#f200f1
#f100f0
#f000ef
#ef00ee
#ee00ed

Download this Dark Violet

Hex #fc07fb 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.

#fc07fb Color Code Preview on Black Background Color

This is how #fc07fb Color will look on black background color. Color contrast ratio is 6.56

#fc07fb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc07fb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fc07fb

#fc07fb color code is use for CSS Background Color

Background color for the above div is #fc07fb

HTML with inline CSS

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

#fc07fb color code is use for CSS Border Color

CSS Border color for the above div is #fc07fb

HTML with inline CSS

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

CSS Border Left color for the above div is #fc07fb

HTML with inline CSS

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

CSS Border Right color for the above div is #fc07fb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fc07fb

HTML with inline CSS

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

CSS Border Top color for the above div is #fc07fb

HTML with inline CSS

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

#fc07fb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fc07fb Color code Preview on White Background

This is how #fc07fb Color code will look on white background color. Color contrast ratio is 3.20

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(252,7,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(7,252,8,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,7,251,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }