COLOR #F39FD4

HEX: #F39FD4
RGB: (243,159,212)

Color info

#F39FD4 contains mainly red and blue colors. Web safe color of #F39FD4 is #FF99CC (or #F9C).

RGB color model

#F39FD4 color RGB value is (243,159,212).

  • red value is 243;
  • green value is 159;
  • blue value is 212.
RGB:
(243,159,212)
(95%,62%,83%)

RGB channels and saturation

R 243 of 255 = 95%
G 159 of 255 = 62%
B 212 of 255 = 83%

243
159
212

R + G + B ~ 80%. #F39FD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 159 + 212 = 614 (100%)
R 243 of 614 ~ 39.58%
G 159 of 614 ~ 25.9%
B 212 of 614 ~ 34.53%

%39.58
%25.9
%34.53

CMYK color model

#F39FD4 color CMYK value is (0,35,13,5).

  • cyan value is 0.00%
  • magenta value is 34.57%
  • yellow value is 12.76%
  • key color value is 4.71%
CMYK:
(0,35,13,5)
C0M35Y13K5 
(0%,35%,13%,5%)
(0.00/0.35/0.13/0.05)	

CMYK percentages

%0
%34.57
%12.76
%4.71

Codes

Color #F39FD4 in popluar color models

F39FD4
RGB243159212
HSL322°77.78%78.82%
HSB/HSV322°34.57%95.29%
CMYK0.00%34.57%12.76%
4.71%

Color #F39FD4 in popluar number systems.

HEXF39FD4
Decimal243159212
Binary111100111001111111010100
Octal363237324

Shades and tints

Shades of #F39FD4

#F39FD4
(243,159,212)
#DD91C1
(221,145,193)
#C783AE
(199,131,174)
#B1759B
(177,117,155)
#9B6788
(155,103,136)
#855975
(133,89,117)
#6F4B62
(111,75,98)
#593D4F
(89,61,79)
#432F3C
(67,47,60)
#2D2129
(45,33,41)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #F39FD4

#F39FD4
(243,159,212)
#F4A7D7
(244,167,215)
#F5AFDA
(245,175,218)
#F6B7DD
(246,183,221)
#F7BFE0
(247,191,224)
#F8C7E3
(248,199,227)
#F9CFE6
(249,207,230)
#FAD7E9
(250,215,233)
#FBDFEC
(251,223,236)
#FCE7EF
(252,231,239)
#FDEFF2
(253,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F39FD4 color. Also use rgb(243,159,212) instead hex code.

Text Font Color

.myTextColor { color: #F39FD4; }

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

This text font color is #F39FD4.


Background Color

.myBgColor { background-color: #F39FD4; }

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

This div background color is #F39FD4.


Border color

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

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

This div border color is #F39FD4.


Opacity

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

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

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

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

This text has shadow with #F39FD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F39FD4 on black background.


Color preview on white background

This text has color #F39FD4 on white background.



Black color preview on #F39FD4 background

This text has black color on #F39FD4 background.


White color preview on #F39FD4 background

This text has white color on #F39FD4 background.