COLOR #F74AE1

HEX: #F74AE1 RGB: (247,74,225)

Color info

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

RGB color model

#F74AE1 color RGB value is (247,74,225).

RGB: (247,74,225) (97%, 29%, 88%)

RGB channels and saturation

R 247 of 255 = 97%
G 74 of 255 = 29%
B 225 of 255 = 88%

247
74
225

R + G + B ~ 71%. #F74AE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 74 + 225 = 546 (100%)
R 247 of 546 ~ 45.24%
G 74 of 546 ~ 13.55%
B 225 of 546 ~ 41.21'%

%45.24
%13.55
%41.21

CMYK color model

#F74AE1 color CMYK value is (0,70,9,3).

  • cyan value is 0.00%
  • magenta value is 70.04%
  • yellow value is 8.91%
  • key color value is 3.14%

CMYK: (0,70,9,3)
C0M70Y9K3 (0%, 70%, 9%, 3%)
(0.00 / 0.70 / 0.09 / 0.03)

CMYK percentages

%0
%70.04
%8.91
%3.14

Codes

Color #F74AE1 in popluar color models

F7 4A E1
RGB 247 74 225
HSL 308° 91.53% 62.94%
HSB/HSV 308° 70.04% 96.86%
CMYK 0.00% 70.04% 8.91%
3.14%

Color #F74AE1 in popluar number systems.

HEX F7 4A E1
Decimal 247 74 225
Binary 11110111 1001010 11100001
Octal 367 112 341

Shades and tints

Shades of #F74AE1

#F74AE1
(247,74,225)
#E144CD
(225,68,205)
#CB3EB9
(203,62,185)
#B538A5
(181,56,165)
#9F3291
(159,50,145)
#892C7D
(137,44,125)
#732669
(115,38,105)
#5D2055
(93,32,85)
#471A41
(71,26,65)
#31142D
(49,20,45)
#1B0E19
(27,14,25)
#000000
(0,0,0)

Tints of #F74AE1

#F74AE1
(247,74,225)
#F75AE3
(247,90,227)
#F76AE5
(247,106,229)
#F77AE7
(247,122,231)
#F78AE9
(247,138,233)
#F79AEB
(247,154,235)
#F7AAED
(247,170,237)
#F7BAEF
(247,186,239)
#F7CAF1
(247,202,241)
#F7DAF3
(247,218,243)
#F7EAF5
(247,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F74AE1 color. Also use rgb(247,74,225) instead hex code.

Text Font Color

.myTextColor { color: #F74AE1; }

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

This text font color is #F74AE1.

Background Color

.myBgColor { background-color: #F74AE1; }

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

This div background color is #F74AE1.

Border color

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

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

This div border color is #F74AE1.

Opacity

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

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

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

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

This text has shadow with #F74AE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F74AE1.

Preview

Color preview on black background

This text has color #F74AE1 on black background.


Color preview on white background

This text has color #F74AE1 on white background.


Black color preview on #F74AE1 background

This text has black color on #F74AE1 background.


White color preview on #F74AE1 background

This text has white color on #F74AE1 background.


Related colors

Complementary color

Complementary color for #hex is #08B51E.


I love getcolorcode.com

Triadic colors

1 #E1F74A and #4AE1F7 with #F74AE1 are triadic colors.

2 #E14AF7 and #4AF7E1 with #F74AE1 are triadic colors.