COLOR #F2A4F5

HEX: #F2A4F5 RGB: (242,164,245)

Color info

#F2A4F5 contains mainly red and blue colors. Web safe color of #F2A4F5 is #FF99FF (or #F9F).

RGB color model

#F2A4F5 color RGB value is (242,164,245).

RGB: (242,164,245) (95%, 64%, 96%)

RGB channels and saturation

R 242 of 255 = 95%
G 164 of 255 = 64%
B 245 of 255 = 96%

242
164
245

R + G + B ~ 85%. #F2A4F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 164 + 245 = 651 (100%)
R 242 of 651 ~ 37.17%
G 164 of 651 ~ 25.19%
B 245 of 651 ~ 37.63'%

%37.17
%25.19
%37.63

CMYK color model

#F2A4F5 color CMYK value is (1,33,0,4).

  • cyan value is 1.22%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (1,33,0,4)
C1M33Y0K4 (1%, 33%, 0%, 4%)
(0.01 / 0.33 / 0.00 / 0.04)

CMYK percentages

%1.22
%33.06
%0
%3.92

Codes

Color #F2A4F5 in popluar color models

F2 A4 F5
RGB 242 164 245
HSL 298° 80.20% 80.20%
HSB/HSV 298° 33.06% 96.08%
CMYK 1.22% 33.06% 0.00%
3.92%

Color #F2A4F5 in popluar number systems.

HEX F2 A4 F5
Decimal 242 164 245
Binary 11110010 10100100 11110101
Octal 362 244 365

Shades and tints

Shades of #F2A4F5

#F2A4F5
(242,164,245)
#DC96DF
(220,150,223)
#C688C9
(198,136,201)
#B07AB3
(176,122,179)
#9A6C9D
(154,108,157)
#845E87
(132,94,135)
#6E5071
(110,80,113)
#58425B
(88,66,91)
#423445
(66,52,69)
#2C262F
(44,38,47)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #F2A4F5

#F2A4F5
(242,164,245)
#F3ACF5
(243,172,245)
#F4B4F5
(244,180,245)
#F5BCF5
(245,188,245)
#F6C4F5
(246,196,245)
#F7CCF5
(247,204,245)
#F8D4F5
(248,212,245)
#F9DCF5
(249,220,245)
#FAE4F5
(250,228,245)
#FBECF5
(251,236,245)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A4F5 color. Also use rgb(242,164,245) instead hex code.

Text Font Color

.myTextColor { color: #F2A4F5; }

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

This text font color is #F2A4F5.

Background Color

.myBgColor { background-color: #F2A4F5; }

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

This div background color is #F2A4F5.

Border color

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

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

This div border color is #F2A4F5.

Opacity

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

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

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

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

This text has shadow with #F2A4F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2A4F5.

Preview

Color preview on black background

This text has color #F2A4F5 on black background.


Color preview on white background

This text has color #F2A4F5 on white background.


Black color preview on #F2A4F5 background

This text has black color on #F2A4F5 background.


White color preview on #F2A4F5 background

This text has white color on #F2A4F5 background.


Related colors

Complementary color

Complementary color for #hex is #0D5B0A.


I love getcolorcode.com

Triadic colors

1 #F5F2A4 and #A4F5F2 with #F2A4F5 are triadic colors.

2 #F5A4F2 and #A4F2F5 with #F2A4F5 are triadic colors.