What is hex #F64A8A color?

 
The hex code #F64A8A is also know by an other name that is French Rose.
This color is composed of 246% red, 74% green and 138% blue. So we can say that the RGB value is (246,74,138)
You need to use it for a printer? The CMYK colors code equivalent of hex #F64A8A is C:0 M:70 Y:44, K:4) .
In the HSV/HSB scale, #F64A8A has a hue of 338°, 70% saturation and a brightness value of 96%.
If you want to know all about the hex #F64A8A, 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 #F64A8A (complementary, analogous, triadic, tetradic...).

Hex #F64A8A Color Codes & Equivalents

Color Name [French Rose]
RGB Values (246,74,138)
CMYK Values (0%, 70%, 44%, 4%)
HSV/HSB Values (338°, 70%, 96%)
Closest Web Safe
#FF3399
Inverse Color
#09b575
Closest Pantone®
1915 C
Closest RAL
RAL 4003 [Heather violet]
Complementary Color
#4af6b6

#F64A8A Converted to Grayscale Codes

Average
#999999
Lightness (Desaturation)
#a0a0a0
Weighted (BT601)
#858585
Luma (BT709)
#737373

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

Complementary Palette

The complementary color of #F64A8A is #4af6b6. 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 #F64A8A you will find #4af6b6. 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.

#F64A8A #4af6b6

Analogous Palette

The analogous color scheme of #F64A8A is composed with colors #F64AE0 and #F6604A. 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 #F64A8A 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.

#F64AE0 #F64A8A #F6604A

Split-Complementary Palette

The split-complementary color scheme of #F64A8A is composed with colors #4AE0F6 and #4AF660. 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.

#F64A8A #4AE0F6 #4AF660

Triadic Palette

The triadic color scheme of #F64A8A is composed with colors #4A8AF6 and #8AF64A. They are located to the right and left of your main color #F64A8A 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.

#F64A8A #4A8AF6 #8AF64A

Tetradic Palette

The tetradic color scheme of #F64A8A is composed with colors #8AF64A, #4AF6B6 and #B64AF6 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.

#F64A8A #8AF64A #4AF6B6 #B64AF6

Square Palette

The square color scheme of #F64A8A is composed with colors #E0F64A, #4AF6B6 and #604AF6 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.

#F64A8A #E0F64A #4AF6B6 #604AF6

Tints, Tones & Shades of Hex #F64A8A

Tints

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

#F64A8A #F65D96 #F770A3 #F884AF #F997BC #FAABC8 #FBBED5 #FCD2E1

Tones

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

#F64A8A #EC538C #E35C8E #DA6591 #D06F93 #C77895 #BE8198 #B48B9A

Shades

Shades result from adding black, creating darker variations.

#F64A8A #F5367D #F42370 #F30F64 #E30B5B #CF0A53 #BC094B #A80844

Hex #F64A8A 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 #F64A8A
Java new Color(246,74,138);
Python Color(#F64A8A)
.NET Color.FromArgb(255, 246,74,138);
Swift / iOS UIColor(red: 0.96, green: 0.29, blue: 0.54, alpha: 1)
Kotlin / Android Color.rgb(246, 74, 138)