COLOR #F63AE1

HEX: #F63AE1 RGB: (246,58,225)

Color info

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

RGB color model

#F63AE1 color RGB value is (246,58,225).

RGB: (246,58,225) (96%, 23%, 88%)

RGB channels and saturation

R 246 of 255 = 96%
G 58 of 255 = 23%
B 225 of 255 = 88%

246
58
225

R + G + B ~ 69%. #F63AE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 58 + 225 = 529 (100%)
R 246 of 529 ~ 46.5%
G 58 of 529 ~ 10.96%
B 225 of 529 ~ 42.53'%

%46.5
%10.96
%42.53

CMYK color model

#F63AE1 color CMYK value is (0,76,9,4).

  • cyan value is 0.00%
  • magenta value is 76.42%
  • yellow value is 8.54%
  • key color value is 3.53%

CMYK: (0,76,9,4)
C0M76Y9K4 (0%, 76%, 9%, 4%)
(0.00 / 0.76 / 0.09 / 0.04)

CMYK percentages

%0
%76.42
%8.54
%3.53

Codes

Color #F63AE1 in popluar color models

F6 3A E1
RGB 246 58 225
HSL 307° 91.26% 59.61%
HSB/HSV 307° 76.42% 96.47%
CMYK 0.00% 76.42% 8.54%
3.53%

Color #F63AE1 in popluar number systems.

HEX F6 3A E1
Decimal 246 58 225
Binary 11110110 111010 11100001
Octal 366 72 341

Shades and tints

Shades of #F63AE1

#F63AE1
(246,58,225)
#E035CD
(224,53,205)
#CA30B9
(202,48,185)
#B42BA5
(180,43,165)
#9E2691
(158,38,145)
#88217D
(136,33,125)
#721C69
(114,28,105)
#5C1755
(92,23,85)
#461241
(70,18,65)
#300D2D
(48,13,45)
#1A0819
(26,8,25)
#000000
(0,0,0)

Tints of #F63AE1

#F63AE1
(246,58,225)
#F64BE3
(246,75,227)
#F65CE5
(246,92,229)
#F66DE7
(246,109,231)
#F67EE9
(246,126,233)
#F68FEB
(246,143,235)
#F6A0ED
(246,160,237)
#F6B1EF
(246,177,239)
#F6C2F1
(246,194,241)
#F6D3F3
(246,211,243)
#F6E4F5
(246,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F63AE1 color. Also use rgb(246,58,225) instead hex code.

Text Font Color

.myTextColor { color: #F63AE1; }

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

This text font color is #F63AE1.

Background Color

.myBgColor { background-color: #F63AE1; }

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

This div background color is #F63AE1.

Border color

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

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

This div border color is #F63AE1.

Opacity

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

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

Text with #F63AE1 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 #F63AE1;}

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

This text has shadow with #F63AE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F63AE1.

Preview

Color preview on black background

This text has color #F63AE1 on black background.


Color preview on white background

This text has color #F63AE1 on white background.


Black color preview on #F63AE1 background

This text has black color on #F63AE1 background.


White color preview on #F63AE1 background

This text has white color on #F63AE1 background.


Related colors

Complementary color

Complementary color for #hex is #09C51E.


I love getcolorcode.com

Triadic colors

1 #E1F63A and #3AE1F6 with #F63AE1 are triadic colors.

2 #E13AF6 and #3AF6E1 with #F63AE1 are triadic colors.