COLOR #FE15C3

HEX: #FE15C3
RGB: (254,21,195)

Color info

#FE15C3 contains mainly red and blue colors. Web safe color of #FE15C3 is #FF00CC (or #F0C).

RGB color model

#FE15C3 color RGB value is (254,21,195).

  • red value is 254;
  • green value is 21;
  • blue value is 195.
RGB:
(254,21,195)
(100%,8%,76%)

RGB channels and saturation

R 254 of 255 = 100%
G 21 of 255 = 8%
B 195 of 255 = 76%

254
21
195

R + G + B ~ 61%. #FE15C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 21 + 195 = 470 (100%)
R 254 of 470 ~ 54.04%
G 21 of 470 ~ 4.47%
B 195 of 470 ~ 41.49%

%54.04
%41.49

CMYK color model

#FE15C3 color CMYK value is (0,92,23,0).

  • cyan value is 0.00%
  • magenta value is 91.73%
  • yellow value is 23.23%
  • key color value is 0.39%
CMYK:
(0,92,23,0)
C0M92Y23K0 
(0%,92%,23%,0%)
(0.00/0.92/0.23/0.00)	

CMYK percentages

%0
%91.73
%23.23
%0.39

Codes

Color #FE15C3 in popluar color models

FE15C3
RGB25421195
HSL315°99.15%53.92%
HSB/HSV315°91.73%99.61%
CMYK0.00%91.73%23.23%
0.39%

Color #FE15C3 in popluar number systems.

HEXFE15C3
Decimal25421195
Binary111111101010111000011
Octal37625303

Shades and tints

Shades of #FE15C3

#FE15C3
(254,21,195)
#E714B2
(231,20,178)
#D013A1
(208,19,161)
#B91290
(185,18,144)
#A2117F
(162,17,127)
#8B106E
(139,16,110)
#740F5D
(116,15,93)
#5D0E4C
(93,14,76)
#460D3B
(70,13,59)
#2F0C2A
(47,12,42)
#180B19
(24,11,25)
#000000
(0,0,0)

Tints of #FE15C3

#FE15C3
(254,21,195)
#FE2AC8
(254,42,200)
#FE3FCD
(254,63,205)
#FE54D2
(254,84,210)
#FE69D7
(254,105,215)
#FE7EDC
(254,126,220)
#FE93E1
(254,147,225)
#FEA8E6
(254,168,230)
#FEBDEB
(254,189,235)
#FED2F0
(254,210,240)
#FEE7F5
(254,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE15C3 color. Also use rgb(254,21,195) instead hex code.

Text Font Color

.myTextColor { color: #FE15C3; }

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

This text font color is #FE15C3.


Background Color

.myBgColor { background-color: #FE15C3; }

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

This div background color is #FE15C3.


Border color

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

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

This div border color is #FE15C3.


Opacity

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

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

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

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

This text has shadow with #FE15C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE15C3 on black background.


Color preview on white background

This text has color #FE15C3 on white background.



Black color preview on #FE15C3 background

This text has black color on #FE15C3 background.


White color preview on #FE15C3 background

This text has white color on #FE15C3 background.