COLOR #F48AF5

HEX: #F48AF5
RGB: (244,138,245)

Color info

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

RGB color model

#F48AF5 color RGB value is (244,138,245).

  • red value is 244;
  • green value is 138;
  • blue value is 245.
RGB:
(244,138,245)
(96%,54%,96%)

RGB channels and saturation

R 244 of 255 = 96%
G 138 of 255 = 54%
B 245 of 255 = 96%

244
138
245

R + G + B ~ 82%. #F48AF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 138 + 245 = 627 (100%)
R 244 of 627 ~ 38.92%
G 138 of 627 ~ 22.01%
B 245 of 627 ~ 39.07%

%38.92
%22.01
%39.07

CMYK color model

#F48AF5 color CMYK value is (0,44,0,4).

  • cyan value is 0.41%
  • magenta value is 43.67%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(0,44,0,4)
C0M44Y0K4 
(0%,44%,0%,4%)
(0.00/0.44/0.00/0.04)	

CMYK percentages

%0.41
%43.67
%0
%3.92

Codes

Color #F48AF5 in popluar color models

F48AF5
RGB244138245
HSL299°84.25%75.10%
HSB/HSV299°43.67%96.08%
CMYK0.41%43.67%0.00%
3.92%

Color #F48AF5 in popluar number systems.

HEXF48AF5
Decimal244138245
Binary111101001000101011110101
Octal364212365

Shades and tints

Shades of #F48AF5

#F48AF5
(244,138,245)
#DE7EDF
(222,126,223)
#C872C9
(200,114,201)
#B266B3
(178,102,179)
#9C5A9D
(156,90,157)
#864E87
(134,78,135)
#704271
(112,66,113)
#5A365B
(90,54,91)
#442A45
(68,42,69)
#2E1E2F
(46,30,47)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #F48AF5

#F48AF5
(244,138,245)
#F594F5
(245,148,245)
#F69EF5
(246,158,245)
#F7A8F5
(247,168,245)
#F8B2F5
(248,178,245)
#F9BCF5
(249,188,245)
#FAC6F5
(250,198,245)
#FBD0F5
(251,208,245)
#FCDAF5
(252,218,245)
#FDE4F5
(253,228,245)
#FEEEF5
(254,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48AF5 color. Also use rgb(244,138,245) instead hex code.

Text Font Color

.myTextColor { color: #F48AF5; }

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

This text font color is #F48AF5.


Background Color

.myBgColor { background-color: #F48AF5; }

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

This div background color is #F48AF5.


Border color

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

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

This div border color is #F48AF5.


Opacity

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

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

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

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

This text has shadow with #F48AF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48AF5 on black background.


Color preview on white background

This text has color #F48AF5 on white background.



Black color preview on #F48AF5 background

This text has black color on #F48AF5 background.


White color preview on #F48AF5 background

This text has white color on #F48AF5 background.