COLOR #FE3FCA

HEX: #FE3FCA
RGB: (254,63,202)

Color info

#FE3FCA contains mainly red and blue colors. Web safe color of #FE3FCA is #FF33CC (or #F3C).

RGB color model

#FE3FCA color RGB value is (254,63,202).

  • red value is 254;
  • green value is 63;
  • blue value is 202.
RGB:
(254,63,202)
(100%,25%,79%)

RGB channels and saturation

R 254 of 255 = 100%
G 63 of 255 = 25%
B 202 of 255 = 79%

254
63
202

R + G + B ~ 68%. #FE3FCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 63 + 202 = 519 (100%)
R 254 of 519 ~ 48.94%
G 63 of 519 ~ 12.14%
B 202 of 519 ~ 38.92%

%48.94
%12.14
%38.92

CMYK color model

#FE3FCA color CMYK value is (0,75,20,0).

  • cyan value is 0.00%
  • magenta value is 75.20%
  • yellow value is 20.47%
  • key color value is 0.39%
CMYK:
(0,75,20,0)
C0M75Y20K0 
(0%,75%,20%,0%)
(0.00/0.75/0.20/0.00)	

CMYK percentages

%0
%75.2
%20.47
%0.39

Codes

Color #FE3FCA in popluar color models

FE3FCA
RGB25463202
HSL316°98.96%62.16%
HSB/HSV316°75.20%99.61%
CMYK0.00%75.20%20.47%
0.39%

Color #FE3FCA in popluar number systems.

HEXFE3FCA
Decimal25463202
Binary1111111011111111001010
Octal37677312

Shades and tints

Shades of #FE3FCA

#FE3FCA
(254,63,202)
#E73AB8
(231,58,184)
#D035A6
(208,53,166)
#B93094
(185,48,148)
#A22B82
(162,43,130)
#8B2670
(139,38,112)
#74215E
(116,33,94)
#5D1C4C
(93,28,76)
#46173A
(70,23,58)
#2F1228
(47,18,40)
#180D16
(24,13,22)
#000000
(0,0,0)

Tints of #FE3FCA

#FE3FCA
(254,63,202)
#FE50CE
(254,80,206)
#FE61D2
(254,97,210)
#FE72D6
(254,114,214)
#FE83DA
(254,131,218)
#FE94DE
(254,148,222)
#FEA5E2
(254,165,226)
#FEB6E6
(254,182,230)
#FEC7EA
(254,199,234)
#FED8EE
(254,216,238)
#FEE9F2
(254,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE3FCA color. Also use rgb(254,63,202) instead hex code.

Text Font Color

.myTextColor { color: #FE3FCA; }

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

This text font color is #FE3FCA.


Background Color

.myBgColor { background-color: #FE3FCA; }

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

This div background color is #FE3FCA.


Border color

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

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

This div border color is #FE3FCA.


Opacity

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

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

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

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

This text has shadow with #FE3FCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE3FCA on black background.


Color preview on white background

This text has color #FE3FCA on white background.



Black color preview on #FE3FCA background

This text has black color on #FE3FCA background.


White color preview on #FE3FCA background

This text has white color on #FE3FCA background.