COLOR #FE78E5

HEX: #FE78E5
RGB: (254,120,229)

Color info

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

RGB color model

#FE78E5 color RGB value is (254,120,229).

  • red value is 254;
  • green value is 120;
  • blue value is 229.
RGB:
(254,120,229)
(100%,47%,90%)

RGB channels and saturation

R 254 of 255 = 100%
G 120 of 255 = 47%
B 229 of 255 = 90%

254
120
229

R + G + B ~ 79%. #FE78E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 120 + 229 = 603 (100%)
R 254 of 603 ~ 42.12%
G 120 of 603 ~ 19.9%
B 229 of 603 ~ 37.98%

%42.12
%19.9
%37.98

CMYK color model

#FE78E5 color CMYK value is (0,53,10,0).

  • cyan value is 0.00%
  • magenta value is 52.76%
  • yellow value is 9.84%
  • key color value is 0.39%
CMYK:
(0,53,10,0)
C0M53Y10K0 
(0%,53%,10%,0%)
(0.00/0.53/0.10/0.00)	

CMYK percentages

%0
%52.76
%9.84
%0.39

Codes

Color #FE78E5 in popluar color models

FE78E5
RGB254120229
HSL311°98.53%73.33%
HSB/HSV311°52.76%99.61%
CMYK0.00%52.76%9.84%
0.39%

Color #FE78E5 in popluar number systems.

HEXFE78E5
Decimal254120229
Binary11111110111100011100101
Octal376170345

Shades and tints

Shades of #FE78E5

#FE78E5
(254,120,229)
#E76ED1
(231,110,209)
#D064BD
(208,100,189)
#B95AA9
(185,90,169)
#A25095
(162,80,149)
#8B4681
(139,70,129)
#743C6D
(116,60,109)
#5D3259
(93,50,89)
#462845
(70,40,69)
#2F1E31
(47,30,49)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #FE78E5

#FE78E5
(254,120,229)
#FE84E7
(254,132,231)
#FE90E9
(254,144,233)
#FE9CEB
(254,156,235)
#FEA8ED
(254,168,237)
#FEB4EF
(254,180,239)
#FEC0F1
(254,192,241)
#FECCF3
(254,204,243)
#FED8F5
(254,216,245)
#FEE4F7
(254,228,247)
#FEF0F9
(254,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE78E5 color. Also use rgb(254,120,229) instead hex code.

Text Font Color

.myTextColor { color: #FE78E5; }

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

This text font color is #FE78E5.


Background Color

.myBgColor { background-color: #FE78E5; }

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

This div background color is #FE78E5.


Border color

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

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

This div border color is #FE78E5.


Opacity

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

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

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

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

This text has shadow with #FE78E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE78E5 on black background.


Color preview on white background

This text has color #FE78E5 on white background.



Black color preview on #FE78E5 background

This text has black color on #FE78E5 background.


White color preview on #FE78E5 background

This text has white color on #FE78E5 background.