COLOR #F48EE9

HEX: #F48EE9
RGB: (244,142,233)

Color info

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

RGB color model

#F48EE9 color RGB value is (244,142,233).

  • red value is 244;
  • green value is 142;
  • blue value is 233.
RGB:
(244,142,233)
(96%,56%,91%)

RGB channels and saturation

R 244 of 255 = 96%
G 142 of 255 = 56%
B 233 of 255 = 91%

244
142
233

R + G + B ~ 81%. #F48EE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 142 + 233 = 619 (100%)
R 244 of 619 ~ 39.42%
G 142 of 619 ~ 22.94%
B 233 of 619 ~ 37.64%

%39.42
%22.94
%37.64

CMYK color model

#F48EE9 color CMYK value is (0,42,5,4).

  • cyan value is 0.00%
  • magenta value is 41.80%
  • yellow value is 4.51%
  • key color value is 4.31%
CMYK:
(0,42,5,4)
C0M42Y5K4 
(0%,42%,5%,4%)
(0.00/0.42/0.05/0.04)	

CMYK percentages

%0
%41.8
%4.51
%4.31

Codes

Color #F48EE9 in popluar color models

F48EE9
RGB244142233
HSL306°82.26%75.69%
HSB/HSV306°41.80%95.69%
CMYK0.00%41.80%4.51%
4.31%

Color #F48EE9 in popluar number systems.

HEXF48EE9
Decimal244142233
Binary111101001000111011101001
Octal364216351

Shades and tints

Shades of #F48EE9

#F48EE9
(244,142,233)
#DE82D4
(222,130,212)
#C876BF
(200,118,191)
#B26AAA
(178,106,170)
#9C5E95
(156,94,149)
#865280
(134,82,128)
#70466B
(112,70,107)
#5A3A56
(90,58,86)
#442E41
(68,46,65)
#2E222C
(46,34,44)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #F48EE9

#F48EE9
(244,142,233)
#F598EB
(245,152,235)
#F6A2ED
(246,162,237)
#F7ACEF
(247,172,239)
#F8B6F1
(248,182,241)
#F9C0F3
(249,192,243)
#FACAF5
(250,202,245)
#FBD4F7
(251,212,247)
#FCDEF9
(252,222,249)
#FDE8FB
(253,232,251)
#FEF2FD
(254,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48EE9 color. Also use rgb(244,142,233) instead hex code.

Text Font Color

.myTextColor { color: #F48EE9; }

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

This text font color is #F48EE9.


Background Color

.myBgColor { background-color: #F48EE9; }

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

This div background color is #F48EE9.


Border color

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

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

This div border color is #F48EE9.


Opacity

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

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

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

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

This text has shadow with #F48EE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48EE9 on black background.


Color preview on white background

This text has color #F48EE9 on white background.



Black color preview on #F48EE9 background

This text has black color on #F48EE9 background.


White color preview on #F48EE9 background

This text has white color on #F48EE9 background.