COLOR #F47DFA

HEX: #F47DFA
RGB: (244,125,250)

Color info

#F47DFA contains mainly red and blue colors. Web safe color of #F47DFA is #FF66FF (or #F6F).

RGB color model

#F47DFA color RGB value is (244,125,250).

  • red value is 244;
  • green value is 125;
  • blue value is 250.
RGB:
(244,125,250)
(96%,49%,98%)

RGB channels and saturation

R 244 of 255 = 96%
G 125 of 255 = 49%
B 250 of 255 = 98%

244
125
250

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

Portions of RGB colors in percentages

R + G + B =
244 + 125 + 250 = 619 (100%)
R 244 of 619 ~ 39.42%
G 125 of 619 ~ 20.19%
B 250 of 619 ~ 40.39%

%39.42
%20.19
%40.39

CMYK color model

#F47DFA color CMYK value is (2,50,0,2).

  • cyan value is 2.40%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(2,50,0,2)
C2M50Y0K2 
(2%,50%,0%,2%)
(0.02/0.50/0.00/0.02)	

CMYK percentages

%2.4
%50
%0
%1.96

Codes

Color #F47DFA in popluar color models

F47DFA
RGB244125250
HSL297°92.59%73.53%
HSB/HSV297°50.00%98.04%
CMYK2.40%50.00%0.00%
1.96%

Color #F47DFA in popluar number systems.

HEXF47DFA
Decimal244125250
Binary11110100111110111111010
Octal364175372

Shades and tints

Shades of #F47DFA

#F47DFA
(244,125,250)
#DE72E4
(222,114,228)
#C867CE
(200,103,206)
#B25CB8
(178,92,184)
#9C51A2
(156,81,162)
#86468C
(134,70,140)
#703B76
(112,59,118)
#5A3060
(90,48,96)
#44254A
(68,37,74)
#2E1A34
(46,26,52)
#180F1E
(24,15,30)
#000000
(0,0,0)

Tints of #F47DFA

#F47DFA
(244,125,250)
#F588FA
(245,136,250)
#F693FA
(246,147,250)
#F79EFA
(247,158,250)
#F8A9FA
(248,169,250)
#F9B4FA
(249,180,250)
#FABFFA
(250,191,250)
#FBCAFA
(251,202,250)
#FCD5FA
(252,213,250)
#FDE0FA
(253,224,250)
#FEEBFA
(254,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F47DFA color. Also use rgb(244,125,250) instead hex code.

Text Font Color

.myTextColor { color: #F47DFA; }

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

This text font color is #F47DFA.


Background Color

.myBgColor { background-color: #F47DFA; }

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

This div background color is #F47DFA.


Border color

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

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

This div border color is #F47DFA.


Opacity

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

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

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

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

This text has shadow with #F47DFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F47DFA on black background.


Color preview on white background

This text has color #F47DFA on white background.



Black color preview on #F47DFA background

This text has black color on #F47DFA background.


White color preview on #F47DFA background

This text has white color on #F47DFA background.