COLOR #F48CE5

HEX: #F48CE5
RGB: (244,140,229)

Color info

#F48CE5 contains mainly red and blue colors. Web safe color of #F48CE5 is #FF99CC (or #F9C).

RGB color model

#F48CE5 color RGB value is (244,140,229).

  • red value is 244;
  • green value is 140;
  • blue value is 229.
RGB:
(244,140,229)
(96%,55%,90%)

RGB channels and saturation

R 244 of 255 = 96%
G 140 of 255 = 55%
B 229 of 255 = 90%

244
140
229

R + G + B ~ 80%. #F48CE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 140 + 229 = 613 (100%)
R 244 of 613 ~ 39.8%
G 140 of 613 ~ 22.84%
B 229 of 613 ~ 37.36%

%39.8
%22.84
%37.36

CMYK color model

#F48CE5 color CMYK value is (0,43,6,4).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 6.15%
  • key color value is 4.31%
CMYK:
(0,43,6,4)
C0M43Y6K4 
(0%,43%,6%,4%)
(0.00/0.43/0.06/0.04)	

CMYK percentages

%0
%42.62
%6.15
%4.31

Codes

Color #F48CE5 in popluar color models

F48CE5
RGB244140229
HSL309°82.54%75.29%
HSB/HSV309°42.62%95.69%
CMYK0.00%42.62%6.15%
4.31%

Color #F48CE5 in popluar number systems.

HEXF48CE5
Decimal244140229
Binary111101001000110011100101
Octal364214345

Shades and tints

Shades of #F48CE5

#F48CE5
(244,140,229)
#DE80D1
(222,128,209)
#C874BD
(200,116,189)
#B268A9
(178,104,169)
#9C5C95
(156,92,149)
#865081
(134,80,129)
#70446D
(112,68,109)
#5A3859
(90,56,89)
#442C45
(68,44,69)
#2E2031
(46,32,49)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #F48CE5

#F48CE5
(244,140,229)
#F596E7
(245,150,231)
#F6A0E9
(246,160,233)
#F7AAEB
(247,170,235)
#F8B4ED
(248,180,237)
#F9BEEF
(249,190,239)
#FAC8F1
(250,200,241)
#FBD2F3
(251,210,243)
#FCDCF5
(252,220,245)
#FDE6F7
(253,230,247)
#FEF0F9
(254,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48CE5 color. Also use rgb(244,140,229) instead hex code.

Text Font Color

.myTextColor { color: #F48CE5; }

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

This text font color is #F48CE5.


Background Color

.myBgColor { background-color: #F48CE5; }

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

This div background color is #F48CE5.


Border color

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

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

This div border color is #F48CE5.


Opacity

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

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

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

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

This text has shadow with #F48CE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48CE5 on black background.


Color preview on white background

This text has color #F48CE5 on white background.



Black color preview on #F48CE5 background

This text has black color on #F48CE5 background.


White color preview on #F48CE5 background

This text has white color on #F48CE5 background.