COLOR #FE44C4

HEX: #FE44C4
RGB: (254,68,196)

Color info

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

RGB color model

#FE44C4 color RGB value is (254,68,196).

  • red value is 254;
  • green value is 68;
  • blue value is 196.
RGB:
(254,68,196)
(100%,27%,77%)

RGB channels and saturation

R 254 of 255 = 100%
G 68 of 255 = 27%
B 196 of 255 = 77%

254
68
196

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

Portions of RGB colors in percentages

R + G + B =
254 + 68 + 196 = 518 (100%)
R 254 of 518 ~ 49.03%
G 68 of 518 ~ 13.13%
B 196 of 518 ~ 37.84%

%49.03
%13.13
%37.84

CMYK color model

#FE44C4 color CMYK value is (0,73,23,0).

  • cyan value is 0.00%
  • magenta value is 73.23%
  • yellow value is 22.83%
  • key color value is 0.39%
CMYK:
(0,73,23,0)
C0M73Y23K0 
(0%,73%,23%,0%)
(0.00/0.73/0.23/0.00)	

CMYK percentages

%0
%73.23
%22.83
%0.39

Codes

Color #FE44C4 in popluar color models

FE44C4
RGB25468196
HSL319°98.94%63.14%
HSB/HSV319°73.23%99.61%
CMYK0.00%73.23%22.83%
0.39%

Color #FE44C4 in popluar number systems.

HEXFE44C4
Decimal25468196
Binary11111110100010011000100
Octal376104304

Shades and tints

Shades of #FE44C4

#FE44C4
(254,68,196)
#E73EB3
(231,62,179)
#D038A2
(208,56,162)
#B93291
(185,50,145)
#A22C80
(162,44,128)
#8B266F
(139,38,111)
#74205E
(116,32,94)
#5D1A4D
(93,26,77)
#46143C
(70,20,60)
#2F0E2B
(47,14,43)
#18081A
(24,8,26)
#000000
(0,0,0)

Tints of #FE44C4

#FE44C4
(254,68,196)
#FE55C9
(254,85,201)
#FE66CE
(254,102,206)
#FE77D3
(254,119,211)
#FE88D8
(254,136,216)
#FE99DD
(254,153,221)
#FEAAE2
(254,170,226)
#FEBBE7
(254,187,231)
#FECCEC
(254,204,236)
#FEDDF1
(254,221,241)
#FEEEF6
(254,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE44C4 color. Also use rgb(254,68,196) instead hex code.

Text Font Color

.myTextColor { color: #FE44C4; }

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

This text font color is #FE44C4.


Background Color

.myBgColor { background-color: #FE44C4; }

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

This div background color is #FE44C4.


Border color

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

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

This div border color is #FE44C4.


Opacity

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

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

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

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

This text has shadow with #FE44C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE44C4 on black background.


Color preview on white background

This text has color #FE44C4 on white background.



Black color preview on #FE44C4 background

This text has black color on #FE44C4 background.


White color preview on #FE44C4 background

This text has white color on #FE44C4 background.