What is hex #F400A1 color?

 
The hex code #F400A1 is also know by an other name that is Fashion Fuchsia.
This color is composed of 244% red, 0% green and 161% blue. So we can say that the RGB value is (244,0,161)
You need to use it for a printer? The CMYK colors code equivalent of hex #F400A1 is C:0 M:100 Y:34, K:4) .
In the HSV/HSB scale, #F400A1 has a hue of 320°, 100% saturation and a brightness value of 96%.
If you want to know all about the hex #F400A1, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #F400A1 (complementary, analogous, triadic, tetradic...).

Hex #F400A1 Color Codes & Equivalents

Color Name [Fashion Fuchsia]
RGB Values (244,0,161)
CMYK Values (0%, 100%, 34%, 4%)
HSV/HSB Values (320°, 100%, 96%)
Closest Web Safe
#FF0099
Inverse Color
#0bff5e
Closest Pantone®
Rhodamine Red C
Closest RAL
RAL 4010 [Telemagenta]
Complementary Color
#00f453

#F400A1 Converted to Grayscale Codes

Average
#878787
Lightness (Desaturation)
#7a7a7a
Weighted (BT601)
#5b5b5b
Luma (BT709)
#3f3f3f

Hex #F400A1 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #F400A1 is #00f453. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #F400A1 you will find #00f453. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#F400A1 #00f453

Analogous Palette

The analogous color scheme of #F400A1 is composed with colors #CD00F4 and #F40027. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #F400A1 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#CD00F4 #F400A1 #F40027

Split-Complementary Palette

The split-complementary color scheme of #F400A1 is composed with colors #00F4CD and #27F400. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#F400A1 #00F4CD #27F400

Triadic Palette

The triadic color scheme of #F400A1 is composed with colors #00A1F4 and #A1F400. They are located to the right and left of your main color #F400A1 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#F400A1 #00A1F4 #A1F400

Tetradic Palette

The tetradic color scheme of #F400A1 is composed with colors #A1F400, #00F453 and #5300F4 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#F400A1 #A1F400 #00F453 #5300F4

Square Palette

The square color scheme of #F400A1 is composed with colors #F4CD00, #00F453 and #0027F4 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#F400A1 #F4CD00 #00F453 #0027F4

Tints, Tones & Shades of Hex #F400A1

Tints

Tints are created by adding white, resulting in lighter shades of #F400A1.

#F400A1 #FF09AB #FF1DB2 #FF32B9 #FF46C0 #FF5BC7 #FF6FCE #FF83D5

Tones

Tones are made by mixing with gray, softening the original color.

#F400A1 #E80B9D #DC1799 #D02395 #C42F91 #B83B8D #AC478A #A05386

Shades

Shades result from adding black, creating darker variations.

#F400A1 #DF0093 #CB0086 #B60078 #A2006B #8E005D #790050 #650042

Hex #F400A1 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #F400A1
Java new Color(244,0,161);
Python Color(#F400A1)
.NET Color.FromArgb(255, 244,0,161);
Swift / iOS UIColor(red: 0.96, green: 0, blue: 0.63, alpha: 1)
Kotlin / Android Color.rgb(244, 0, 161)