COLOR #F48BFE

HEX: #F48BFE
RGB: (244,139,254)

Color info

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

RGB color model

#F48BFE color RGB value is (244,139,254).

  • red value is 244;
  • green value is 139;
  • blue value is 254.
RGB:
(244,139,254)
(96%,55%,100%)

RGB channels and saturation

R 244 of 255 = 96%
G 139 of 255 = 55%
B 254 of 255 = 100%

244
139
254

R + G + B ~ 84%. #F48BFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 139 + 254 = 637 (100%)
R 244 of 637 ~ 38.3%
G 139 of 637 ~ 21.82%
B 254 of 637 ~ 39.87%

%38.3
%21.82
%39.87

CMYK color model

#F48BFE color CMYK value is (4,45,0,0).

  • cyan value is 3.94%
  • magenta value is 45.28%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(4,45,0,0)
C4M45Y0K0 
(4%,45%,0%,0%)
(0.04/0.45/0.00/0.00)	

CMYK percentages

%3.94
%45.28
%0
%0.39

Codes

Color #F48BFE in popluar color models

F48BFE
RGB244139254
HSL295°98.29%77.06%
HSB/HSV295°45.28%99.61%
CMYK3.94%45.28%0.00%
0.39%

Color #F48BFE in popluar number systems.

HEXF48BFE
Decimal244139254
Binary111101001000101111111110
Octal364213376

Shades and tints

Shades of #F48BFE

#F48BFE
(244,139,254)
#DE7FE7
(222,127,231)
#C873D0
(200,115,208)
#B267B9
(178,103,185)
#9C5BA2
(156,91,162)
#864F8B
(134,79,139)
#704374
(112,67,116)
#5A375D
(90,55,93)
#442B46
(68,43,70)
#2E1F2F
(46,31,47)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #F48BFE

#F48BFE
(244,139,254)
#F595FE
(245,149,254)
#F69FFE
(246,159,254)
#F7A9FE
(247,169,254)
#F8B3FE
(248,179,254)
#F9BDFE
(249,189,254)
#FAC7FE
(250,199,254)
#FBD1FE
(251,209,254)
#FCDBFE
(252,219,254)
#FDE5FE
(253,229,254)
#FEEFFE
(254,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48BFE color. Also use rgb(244,139,254) instead hex code.

Text Font Color

.myTextColor { color: #F48BFE; }

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

This text font color is #F48BFE.


Background Color

.myBgColor { background-color: #F48BFE; }

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

This div background color is #F48BFE.


Border color

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

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

This div border color is #F48BFE.


Opacity

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

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

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

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

This text has shadow with #F48BFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48BFE on black background.


Color preview on white background

This text has color #F48BFE on white background.



Black color preview on #F48BFE background

This text has black color on #F48BFE background.


White color preview on #F48BFE background

This text has white color on #F48BFE background.