COLOR #F48CE8

HEX: #F48CE8
RGB: (244,140,232)

Color info

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

RGB color model

#F48CE8 color RGB value is (244,140,232).

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

RGB channels and saturation

R 244 of 255 = 96%
G 140 of 255 = 55%
B 232 of 255 = 91%

244
140
232

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

Portions of RGB colors in percentages

R + G + B =
244 + 140 + 232 = 616 (100%)
R 244 of 616 ~ 39.61%
G 140 of 616 ~ 22.73%
B 232 of 616 ~ 37.66%

%39.61
%22.73
%37.66

CMYK color model

#F48CE8 color CMYK value is (0,43,5,4).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 4.92%
  • key color value is 4.31%
CMYK:
(0,43,5,4)
C0M43Y5K4 
(0%,43%,5%,4%)
(0.00/0.43/0.05/0.04)	

CMYK percentages

%0
%42.62
%4.92
%4.31

Codes

Color #F48CE8 in popluar color models

F48CE8
RGB244140232
HSL307°82.54%75.29%
HSB/HSV307°42.62%95.69%
CMYK0.00%42.62%4.92%
4.31%

Color #F48CE8 in popluar number systems.

HEXF48CE8
Decimal244140232
Binary111101001000110011101000
Octal364214350

Shades and tints

Shades of #F48CE8

#F48CE8
(244,140,232)
#DE80D3
(222,128,211)
#C874BE
(200,116,190)
#B268A9
(178,104,169)
#9C5C94
(156,92,148)
#86507F
(134,80,127)
#70446A
(112,68,106)
#5A3855
(90,56,85)
#442C40
(68,44,64)
#2E202B
(46,32,43)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #F48CE8

#F48CE8
(244,140,232)
#F596EA
(245,150,234)
#F6A0EC
(246,160,236)
#F7AAEE
(247,170,238)
#F8B4F0
(248,180,240)
#F9BEF2
(249,190,242)
#FAC8F4
(250,200,244)
#FBD2F6
(251,210,246)
#FCDCF8
(252,220,248)
#FDE6FA
(253,230,250)
#FEF0FC
(254,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F48CE8; }

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

This text font color is #F48CE8.


Background Color

.myBgColor { background-color: #F48CE8; }

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

This div background color is #F48CE8.


Border color

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

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

This div border color is #F48CE8.


Opacity

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

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

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

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

This text has shadow with #F48CE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48CE8 on black background.


Color preview on white background

This text has color #F48CE8 on white background.



Black color preview on #F48CE8 background

This text has black color on #F48CE8 background.


White color preview on #F48CE8 background

This text has white color on #F48CE8 background.