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

#f128f9 hex color - Violet - Warm color - Information

#f128f9 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f128f9 Color code in RGB color code model is created after adding 94.51% red color, 15.69% green color and 97.65% blue color. Hex #f128f9 Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 84% magenta, 0% yellow and 2.35% black.

Hex #f128f9 color code is between #ee22ff web safe hex color code and #ff33ee web safe hex color code. #ee22ff is the nearest web safe color code. You can see here many more shades of #f128f9 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codef128f9#f128f9
RGB Decimal241, 40, 249rgb(241, 40, 249)
RGB Percent95%, 16%, 98%rgb(95%, 16%, 98%)
CSS RGBa241, 40, 249,1rgba(241,40,249,1)
CMYK Modelcmyk(3%,84%,0%,2.35%)
HSL Color Space298,95% ,57%hsl(298,95% ,57%)
HSV Color Space298°, 84%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100010010100011111001
Octal36150371
Decimal24140249
Hexf128f9

Different shades of #f128f9 color code.

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

Light Shade of #f128f9
#f45afa
Dark Shade of #f128f9
#df06e8
Saturated Shade of #f128f9
#f722ff
Desaturated Shade of #f128f9
#e733ee
Grey scale Shade of #f128f9
#909090
Brighten Shade
#ff41ff
Most Readable Shade
#000000

Shades of #f128f9 color code

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

#f128f9
#d623dd
#bb1fc1
#a01aa6
#85168a
#6b116e
#500d53
#350837
#1a041b
#000000

Similar Color like #f128f9 color

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

#f229fa
#f32afb
#f42bfc
#f52cfd
#f62dfe
#f72eff
#f82fff
#f930ff
#fa31ff
#fb32ff
#fc33ff
#fd34ff
#fe35ff
#ff36ff
#f027f8
#ef26f7
#ee25f6
#ed24f5
#ec23f4
#eb22f3
#ea21f2
#e920f1
#e81ff0
#e71eef
#e61dee
#e51ced
#e41bec
#e31aeb

Monochromatic Color with #f128f9

#f128f9
#230624
#4c0d4f
#761479
#9f1aa4
#c821ce

Tints of #f128f9 Color

#f128f9
#f23ff9
#f457fa
#f56ffb
#f787fb
#f89ffc
#fab7fd
#fbcffd
#fde7fe
#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

#f128f9
#30f928

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

Split Complementary

#f128f9
#99f928
#28f988

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

Analogous Color

#9d28f9
#c728f9
#f128f9
#f928d7
#f928ad

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

#f128f9
#f9f128
#28f9f1

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

#f128f9
#f98828
#30f928
#2898f9

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

#f128f9
#30f928
#28f988
#f92899

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

#f128f9 Color Code Preview on Black Background Color

This is how #f128f9 Color will look on black background color. Color contrast ratio is 6.41

#f128f9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f128f9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f128f9

#f128f9 color code is use for CSS Background Color

Background color for the above div is #f128f9

HTML with inline CSS

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

#f128f9 color code is use for CSS Border Color

CSS Border color for the above div is #f128f9

HTML with inline CSS

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

CSS Border Left color for the above div is #f128f9

HTML with inline CSS

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

CSS Border Right color for the above div is #f128f9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f128f9

HTML with inline CSS

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

CSS Border Top color for the above div is #f128f9

HTML with inline CSS

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

#f128f9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f128f9 Color code Preview on White Background

This is how #f128f9 Color code will look on white background color. Color contrast ratio is 3.28

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

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(241,40,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(48,249,40,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(241,40,249,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.