COLOR #F49FE8

HEX: #F49FE8
RGB: (244,159,232)

Color info

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

RGB color model

#F49FE8 color RGB value is (244,159,232).

  • red value is 244;
  • green value is 159;
  • blue value is 232.
RGB:
(244,159,232)
(96%,62%,91%)

RGB channels and saturation

R 244 of 255 = 96%
G 159 of 255 = 62%
B 232 of 255 = 91%

244
159
232

R + G + B ~ 83%. #F49FE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 159 + 232 = 635 (100%)
R 244 of 635 ~ 38.43%
G 159 of 635 ~ 25.04%
B 232 of 635 ~ 36.54%

%38.43
%25.04
%36.54

CMYK color model

#F49FE8 color CMYK value is (0,35,5,4).

  • cyan value is 0.00%
  • magenta value is 34.84%
  • yellow value is 4.92%
  • key color value is 4.31%
CMYK:
(0,35,5,4)
C0M35Y5K4 
(0%,35%,5%,4%)
(0.00/0.35/0.05/0.04)	

CMYK percentages

%0
%34.84
%4.92
%4.31

Codes

Color #F49FE8 in popluar color models

F49FE8
RGB244159232
HSL308°79.44%79.02%
HSB/HSV308°34.84%95.69%
CMYK0.00%34.84%4.92%
4.31%

Color #F49FE8 in popluar number systems.

HEXF49FE8
Decimal244159232
Binary111101001001111111101000
Octal364237350

Shades and tints

Shades of #F49FE8

#F49FE8
(244,159,232)
#DE91D3
(222,145,211)
#C883BE
(200,131,190)
#B275A9
(178,117,169)
#9C6794
(156,103,148)
#86597F
(134,89,127)
#704B6A
(112,75,106)
#5A3D55
(90,61,85)
#442F40
(68,47,64)
#2E212B
(46,33,43)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #F49FE8

#F49FE8
(244,159,232)
#F5A7EA
(245,167,234)
#F6AFEC
(246,175,236)
#F7B7EE
(247,183,238)
#F8BFF0
(248,191,240)
#F9C7F2
(249,199,242)
#FACFF4
(250,207,244)
#FBD7F6
(251,215,246)
#FCDFF8
(252,223,248)
#FDE7FA
(253,231,250)
#FEEFFC
(254,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F49FE8 color. Also use rgb(244,159,232) instead hex code.

Text Font Color

.myTextColor { color: #F49FE8; }

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

This text font color is #F49FE8.


Background Color

.myBgColor { background-color: #F49FE8; }

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

This div background color is #F49FE8.


Border color

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

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

This div border color is #F49FE8.


Opacity

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

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

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

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

This text has shadow with #F49FE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F49FE8 on black background.


Color preview on white background

This text has color #F49FE8 on white background.



Black color preview on #F49FE8 background

This text has black color on #F49FE8 background.


White color preview on #F49FE8 background

This text has white color on #F49FE8 background.