COLOR #F49EF5

HEX: #F49EF5
RGB: (244,158,245)

Color info

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

RGB color model

#F49EF5 color RGB value is (244,158,245).

  • red value is 244;
  • green value is 158;
  • blue value is 245.
RGB:
(244,158,245)
(96%,62%,96%)

RGB channels and saturation

R 244 of 255 = 96%
G 158 of 255 = 62%
B 245 of 255 = 96%

244
158
245

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

Portions of RGB colors in percentages

R + G + B =
244 + 158 + 245 = 647 (100%)
R 244 of 647 ~ 37.71%
G 158 of 647 ~ 24.42%
B 245 of 647 ~ 37.87%

%37.71
%24.42
%37.87

CMYK color model

#F49EF5 color CMYK value is (0,36,0,4).

  • cyan value is 0.41%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(0,36,0,4)
C0M36Y0K4 
(0%,36%,0%,4%)
(0.00/0.36/0.00/0.04)	

CMYK percentages

%0.41
%35.51
%0
%3.92

Codes

Color #F49EF5 in popluar color models

F49EF5
RGB244158245
HSL299°81.31%79.02%
HSB/HSV299°35.51%96.08%
CMYK0.41%35.51%0.00%
3.92%

Color #F49EF5 in popluar number systems.

HEXF49EF5
Decimal244158245
Binary111101001001111011110101
Octal364236365

Shades and tints

Shades of #F49EF5

#F49EF5
(244,158,245)
#DE90DF
(222,144,223)
#C882C9
(200,130,201)
#B274B3
(178,116,179)
#9C669D
(156,102,157)
#865887
(134,88,135)
#704A71
(112,74,113)
#5A3C5B
(90,60,91)
#442E45
(68,46,69)
#2E202F
(46,32,47)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #F49EF5

#F49EF5
(244,158,245)
#F5A6F5
(245,166,245)
#F6AEF5
(246,174,245)
#F7B6F5
(247,182,245)
#F8BEF5
(248,190,245)
#F9C6F5
(249,198,245)
#FACEF5
(250,206,245)
#FBD6F5
(251,214,245)
#FCDEF5
(252,222,245)
#FDE6F5
(253,230,245)
#FEEEF5
(254,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49EF5 color. Also use rgb(244,158,245) instead hex code.

Text Font Color

.myTextColor { color: #F49EF5; }

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

This text font color is #F49EF5.


Background Color

.myBgColor { background-color: #F49EF5; }

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

This div background color is #F49EF5.


Border color

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

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

This div border color is #F49EF5.


Opacity

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

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

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

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

This text has shadow with #F49EF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F49EF5 on black background.


Color preview on white background

This text has color #F49EF5 on white background.



Black color preview on #F49EF5 background

This text has black color on #F49EF5 background.


White color preview on #F49EF5 background

This text has white color on #F49EF5 background.