COLOR #F78DEB

HEX: #F78DEB
RGB: (247,141,235)

Color info

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

RGB color model

#F78DEB color RGB value is (247,141,235).

  • red value is 247;
  • green value is 141;
  • blue value is 235.
RGB:
(247,141,235)
(97%,55%,92%)

RGB channels and saturation

R 247 of 255 = 97%
G 141 of 255 = 55%
B 235 of 255 = 92%

247
141
235

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

Portions of RGB colors in percentages

R + G + B =
247 + 141 + 235 = 623 (100%)
R 247 of 623 ~ 39.65%
G 141 of 623 ~ 22.63%
B 235 of 623 ~ 37.72%

%39.65
%22.63
%37.72

CMYK color model

#F78DEB color CMYK value is (0,43,5,3).

  • cyan value is 0.00%
  • magenta value is 42.91%
  • yellow value is 4.86%
  • key color value is 3.14%
CMYK:
(0,43,5,3)
C0M43Y5K3 
(0%,43%,5%,3%)
(0.00/0.43/0.05/0.03)	

CMYK percentages

%0
%42.91
%4.86
%3.14

Codes

Color #F78DEB in popluar color models

F78DEB
RGB247141235
HSL307°86.89%76.08%
HSB/HSV307°42.91%96.86%
CMYK0.00%42.91%4.86%
3.14%

Color #F78DEB in popluar number systems.

HEXF78DEB
Decimal247141235
Binary111101111000110111101011
Octal367215353

Shades and tints

Shades of #F78DEB

#F78DEB
(247,141,235)
#E181D6
(225,129,214)
#CB75C1
(203,117,193)
#B569AC
(181,105,172)
#9F5D97
(159,93,151)
#895182
(137,81,130)
#73456D
(115,69,109)
#5D3958
(93,57,88)
#472D43
(71,45,67)
#31212E
(49,33,46)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #F78DEB

#F78DEB
(247,141,235)
#F797EC
(247,151,236)
#F7A1ED
(247,161,237)
#F7ABEE
(247,171,238)
#F7B5EF
(247,181,239)
#F7BFF0
(247,191,240)
#F7C9F1
(247,201,241)
#F7D3F2
(247,211,242)
#F7DDF3
(247,221,243)
#F7E7F4
(247,231,244)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F78DEB color. Also use rgb(247,141,235) instead hex code.

Text Font Color

.myTextColor { color: #F78DEB; }

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

This text font color is #F78DEB.


Background Color

.myBgColor { background-color: #F78DEB; }

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

This div background color is #F78DEB.


Border color

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

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

This div border color is #F78DEB.


Opacity

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

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

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

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

This text has shadow with #F78DEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78DEB on black background.


Color preview on white background

This text has color #F78DEB on white background.



Black color preview on #F78DEB background

This text has black color on #F78DEB background.


White color preview on #F78DEB background

This text has white color on #F78DEB background.