COLOR #F64AD7

HEX: #F64AD7 RGB: (246,74,215)

Color info

#F64AD7 contains mainly red and blue colors. Web safe color of #F64AD7 is #FF33CC (or #F3C).

RGB color model

#F64AD7 color RGB value is (246,74,215).

RGB: (246,74,215) (96%, 29%, 84%)

RGB channels and saturation

R 246 of 255 = 96%
G 74 of 255 = 29%
B 215 of 255 = 84%

246
74
215

R + G + B ~ 70%. #F64AD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 74 + 215 = 535 (100%)
R 246 of 535 ~ 45.98%
G 74 of 535 ~ 13.83%
B 215 of 535 ~ 40.19'%

%45.98
%13.83
%40.19

CMYK color model

#F64AD7 color CMYK value is (0,70,13,4).

  • cyan value is 0.00%
  • magenta value is 69.92%
  • yellow value is 12.60%
  • key color value is 3.53%

CMYK: (0,70,13,4)
C0M70Y13K4 (0%, 70%, 13%, 4%)
(0.00 / 0.70 / 0.13 / 0.04)

CMYK percentages

%0
%69.92
%12.6
%3.53

Codes

Color #F64AD7 in popluar color models

F6 4A D7
RGB 246 74 215
HSL 311° 90.53% 62.75%
HSB/HSV 311° 69.92% 96.47%
CMYK 0.00% 69.92% 12.60%
3.53%

Color #F64AD7 in popluar number systems.

HEX F6 4A D7
Decimal 246 74 215
Binary 11110110 1001010 11010111
Octal 366 112 327

Shades and tints

Shades of #F64AD7

#F64AD7
(246,74,215)
#E044C4
(224,68,196)
#CA3EB1
(202,62,177)
#B4389E
(180,56,158)
#9E328B
(158,50,139)
#882C78
(136,44,120)
#722665
(114,38,101)
#5C2052
(92,32,82)
#461A3F
(70,26,63)
#30142C
(48,20,44)
#1A0E19
(26,14,25)
#000000
(0,0,0)

Tints of #F64AD7

#F64AD7
(246,74,215)
#F65ADA
(246,90,218)
#F66ADD
(246,106,221)
#F67AE0
(246,122,224)
#F68AE3
(246,138,227)
#F69AE6
(246,154,230)
#F6AAE9
(246,170,233)
#F6BAEC
(246,186,236)
#F6CAEF
(246,202,239)
#F6DAF2
(246,218,242)
#F6EAF5
(246,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F64AD7 color. Also use rgb(246,74,215) instead hex code.

Text Font Color

.myTextColor { color: #F64AD7; }

<p style="color:#F64AD7">This sample text font color is #F64AD7.</p>

This text font color is #F64AD7.

Background Color

.myBgColor { background-color: #F64AD7; }

<div style="background-color:#F64AD7">Inner text</div>

This div background color is #F64AD7.

Border color

.myBorderColor { border: 1px solid #F64AD7; }

<div style="border:3px solid #F64AD7">Div</div>

This div border color is #F64AD7.

Opacity

.myOpacity80 { color: #F64AD7; opacity: 0.8; }

<p style="color:#F64AD7;opacity:0.8;">80%</p>

Text with #F64AD7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F64AD7;}

<p style="text-shadow: 3px 3px 1px #F64AD7">Text here.</p>

This text has shadow with #F64AD7 color.


.textShadow {text-shadow: 3px 3px 1px #F64AD7', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F64AD7, 5px 5px 20px red">Text here.</p>

This text has shadow with #F64AD7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F64AD7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F64AD7, Direction=45, Strength=4)">Text</p>

This text has shadow with #F64AD7 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F64AD7;
-webkit-box-shadow: 1px 1px 3px 2px #F64AD7;
box-shadow: 1px 1px 3px 2px #F64AD7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F64AD7; -webkit-box-shadow: 1px 1px 3px 2px #F64AD7; box-shadow:1px 1px 3px 2px #F64AD7;">
Div content here
</div>

This div box has shadow with color #F64AD7.

Preview

Color preview on black background

This text has color #F64AD7 on black background.


Color preview on white background

This text has color #F64AD7 on white background.


Black color preview on #F64AD7 background

This text has black color on #F64AD7 background.


White color preview on #F64AD7 background

This text has white color on #F64AD7 background.


Related colors

Complementary color

Complementary color for #hex is #09B528.


I love getcolorcode.com

Triadic colors

1 #D7F64A and #4AD7F6 with #F64AD7 are triadic colors.

2 #D74AF6 and #4AF6D7 with #F64AD7 are triadic colors.