COLOR #FE4F98

HEX: #FE4F98
RGB: (254,79,152)

Color info

#FE4F98 contains mainly red color. Web safe color of #FE4F98 is #FF6699 (or #F69).

RGB color model

#FE4F98 color RGB value is (254,79,152).

  • red value is 254;
  • green value is 79;
  • blue value is 152.
RGB:
(254,79,152)
(100%,31%,60%)

RGB channels and saturation

R 254 of 255 = 100%
G 79 of 255 = 31%
B 152 of 255 = 60%

254
79
152

R + G + B ~ 64%. #FE4F98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 79 + 152 = 485 (100%)
R 254 of 485 ~ 52.37%
G 79 of 485 ~ 16.29%
B 152 of 485 ~ 31.34%

%52.37
%16.29
%31.34

CMYK color model

#FE4F98 color CMYK value is (0,69,40,0).

  • cyan value is 0.00%
  • magenta value is 68.90%
  • yellow value is 40.16%
  • key color value is 0.39%
CMYK:
(0,69,40,0)
C0M69Y40K0 
(0%,69%,40%,0%)
(0.00/0.69/0.40/0.00)	

CMYK percentages

%0
%68.9
%40.16
%0.39

Codes

Color #FE4F98 in popluar color models

FE4F98
RGB25479152
HSL335°98.87%65.29%
HSB/HSV335°68.90%99.61%
CMYK0.00%68.90%40.16%
0.39%

Color #FE4F98 in popluar number systems.

HEXFE4F98
Decimal25479152
Binary11111110100111110011000
Octal376117230

Shades and tints

Shades of #FE4F98

#FE4F98
(254,79,152)
#E7488B
(231,72,139)
#D0417E
(208,65,126)
#B93A71
(185,58,113)
#A23364
(162,51,100)
#8B2C57
(139,44,87)
#74254A
(116,37,74)
#5D1E3D
(93,30,61)
#461730
(70,23,48)
#2F1023
(47,16,35)
#180916
(24,9,22)
#000000
(0,0,0)

Tints of #FE4F98

#FE4F98
(254,79,152)
#FE5FA1
(254,95,161)
#FE6FAA
(254,111,170)
#FE7FB3
(254,127,179)
#FE8FBC
(254,143,188)
#FE9FC5
(254,159,197)
#FEAFCE
(254,175,206)
#FEBFD7
(254,191,215)
#FECFE0
(254,207,224)
#FEDFE9
(254,223,233)
#FEEFF2
(254,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE4F98 color. Also use rgb(254,79,152) instead hex code.

Text Font Color

.myTextColor { color: #FE4F98; }

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

This text font color is #FE4F98.


Background Color

.myBgColor { background-color: #FE4F98; }

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

This div background color is #FE4F98.


Border color

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

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

This div border color is #FE4F98.


Opacity

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

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

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

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

This text has shadow with #FE4F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE4F98 on black background.


Color preview on white background

This text has color #FE4F98 on white background.



Black color preview on #FE4F98 background

This text has black color on #FE4F98 background.


White color preview on #FE4F98 background

This text has white color on #FE4F98 background.