COLOR #F378DE

HEX: #F378DE
RGB: (243,120,222)

Color info

#F378DE contains mainly red and blue colors. Web safe color of #F378DE is #FF66CC (or #F6C).

RGB color model

#F378DE color RGB value is (243,120,222).

  • red value is 243;
  • green value is 120;
  • blue value is 222.
RGB:
(243,120,222)
(95%,47%,87%)

RGB channels and saturation

R 243 of 255 = 95%
G 120 of 255 = 47%
B 222 of 255 = 87%

243
120
222

R + G + B ~ 76%. #F378DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 120 + 222 = 585 (100%)
R 243 of 585 ~ 41.54%
G 120 of 585 ~ 20.51%
B 222 of 585 ~ 37.95%

%41.54
%20.51
%37.95

CMYK color model

#F378DE color CMYK value is (0,51,9,5).

  • cyan value is 0.00%
  • magenta value is 50.62%
  • yellow value is 8.64%
  • key color value is 4.71%
CMYK:
(0,51,9,5)
C0M51Y9K5 
(0%,51%,9%,5%)
(0.00/0.51/0.09/0.05)	

CMYK percentages

%0
%50.62
%8.64
%4.71

Codes

Color #F378DE in popluar color models

F378DE
RGB243120222
HSL310°83.67%71.18%
HSB/HSV310°50.62%95.29%
CMYK0.00%50.62%8.64%
4.71%

Color #F378DE in popluar number systems.

HEXF378DE
Decimal243120222
Binary11110011111100011011110
Octal363170336

Shades and tints

Shades of #F378DE

#F378DE
(243,120,222)
#DD6ECA
(221,110,202)
#C764B6
(199,100,182)
#B15AA2
(177,90,162)
#9B508E
(155,80,142)
#85467A
(133,70,122)
#6F3C66
(111,60,102)
#593252
(89,50,82)
#43283E
(67,40,62)
#2D1E2A
(45,30,42)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #F378DE

#F378DE
(243,120,222)
#F484E1
(244,132,225)
#F590E4
(245,144,228)
#F69CE7
(246,156,231)
#F7A8EA
(247,168,234)
#F8B4ED
(248,180,237)
#F9C0F0
(249,192,240)
#FACCF3
(250,204,243)
#FBD8F6
(251,216,246)
#FCE4F9
(252,228,249)
#FDF0FC
(253,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F378DE color. Also use rgb(243,120,222) instead hex code.

Text Font Color

.myTextColor { color: #F378DE; }

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

This text font color is #F378DE.


Background Color

.myBgColor { background-color: #F378DE; }

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

This div background color is #F378DE.


Border color

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

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

This div border color is #F378DE.


Opacity

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

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

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

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

This text has shadow with #F378DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F378DE on black background.


Color preview on white background

This text has color #F378DE on white background.



Black color preview on #F378DE background

This text has black color on #F378DE background.


White color preview on #F378DE background

This text has white color on #F378DE background.