COLOR #F395FD

HEX: #F395FD
RGB: (243,149,253)

Color info

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

RGB color model

#F395FD color RGB value is (243,149,253).

  • red value is 243;
  • green value is 149;
  • blue value is 253.
RGB:
(243,149,253)
(95%,58%,99%)

RGB channels and saturation

R 243 of 255 = 95%
G 149 of 255 = 58%
B 253 of 255 = 99%

243
149
253

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

Portions of RGB colors in percentages

R + G + B =
243 + 149 + 253 = 645 (100%)
R 243 of 645 ~ 37.67%
G 149 of 645 ~ 23.1%
B 253 of 645 ~ 39.22%

%37.67
%23.1
%39.22

CMYK color model

#F395FD color CMYK value is (4,41,0,1).

  • cyan value is 3.95%
  • magenta value is 41.11%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(4,41,0,1)
C4M41Y0K1 
(4%,41%,0%,1%)
(0.04/0.41/0.00/0.01)	

CMYK percentages

%3.95
%41.11
%0
%0.78

Codes

Color #F395FD in popluar color models

F395FD
RGB243149253
HSL294°96.30%78.82%
HSB/HSV294°41.11%99.22%
CMYK3.95%41.11%0.00%
0.78%

Color #F395FD in popluar number systems.

HEXF395FD
Decimal243149253
Binary111100111001010111111101
Octal363225375

Shades and tints

Shades of #F395FD

#F395FD
(243,149,253)
#DD88E6
(221,136,230)
#C77BCF
(199,123,207)
#B16EB8
(177,110,184)
#9B61A1
(155,97,161)
#85548A
(133,84,138)
#6F4773
(111,71,115)
#593A5C
(89,58,92)
#432D45
(67,45,69)
#2D202E
(45,32,46)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #F395FD

#F395FD
(243,149,253)
#F49EFD
(244,158,253)
#F5A7FD
(245,167,253)
#F6B0FD
(246,176,253)
#F7B9FD
(247,185,253)
#F8C2FD
(248,194,253)
#F9CBFD
(249,203,253)
#FAD4FD
(250,212,253)
#FBDDFD
(251,221,253)
#FCE6FD
(252,230,253)
#FDEFFD
(253,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F395FD color. Also use rgb(243,149,253) instead hex code.

Text Font Color

.myTextColor { color: #F395FD; }

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

This text font color is #F395FD.


Background Color

.myBgColor { background-color: #F395FD; }

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

This div background color is #F395FD.


Border color

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

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

This div border color is #F395FD.


Opacity

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

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

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

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

This text has shadow with #F395FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F395FD on black background.


Color preview on white background

This text has color #F395FD on white background.



Black color preview on #F395FD background

This text has black color on #F395FD background.


White color preview on #F395FD background

This text has white color on #F395FD background.