COLOR #FE07D5

HEX: #FE07D5
RGB: (254,7,213)

Color info

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

RGB color model

#FE07D5 color RGB value is (254,7,213).

  • red value is 254;
  • green value is 7;
  • blue value is 213.
RGB:
(254,7,213)
(100%,3%,84%)

RGB channels and saturation

R 254 of 255 = 100%
G 7 of 255 = 3%
B 213 of 255 = 84%

254
7
213

R + G + B ~ 62%. #FE07D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 7 + 213 = 474 (100%)
R 254 of 474 ~ 53.59%
G 7 of 474 ~ 1.48%
B 213 of 474 ~ 44.94%

%53.59
%44.94

CMYK color model

#FE07D5 color CMYK value is (0,97,16,0).

  • cyan value is 0.00%
  • magenta value is 97.24%
  • yellow value is 16.14%
  • key color value is 0.39%
CMYK:
(0,97,16,0)
C0M97Y16K0 
(0%,97%,16%,0%)
(0.00/0.97/0.16/0.00)	

CMYK percentages

%0
%97.24
%16.14
%0.39

Codes

Color #FE07D5 in popluar color models

FE07D5
RGB2547213
HSL310°99.20%51.18%
HSB/HSV310°97.24%99.61%
CMYK0.00%97.24%16.14%
0.39%

Color #FE07D5 in popluar number systems.

HEXFE07D5
Decimal2547213
Binary1111111011111010101
Octal3767325

Shades and tints

Shades of #FE07D5

#FE07D5
(254,7,213)
#E707C2
(231,7,194)
#D007AF
(208,7,175)
#B9079C
(185,7,156)
#A20789
(162,7,137)
#8B0776
(139,7,118)
#740763
(116,7,99)
#5D0750
(93,7,80)
#46073D
(70,7,61)
#2F072A
(47,7,42)
#180717
(24,7,23)
#000000
(0,0,0)

Tints of #FE07D5

#FE07D5
(254,7,213)
#FE1DD8
(254,29,216)
#FE33DB
(254,51,219)
#FE49DE
(254,73,222)
#FE5FE1
(254,95,225)
#FE75E4
(254,117,228)
#FE8BE7
(254,139,231)
#FEA1EA
(254,161,234)
#FEB7ED
(254,183,237)
#FECDF0
(254,205,240)
#FEE3F3
(254,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE07D5 color. Also use rgb(254,7,213) instead hex code.

Text Font Color

.myTextColor { color: #FE07D5; }

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

This text font color is #FE07D5.


Background Color

.myBgColor { background-color: #FE07D5; }

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

This div background color is #FE07D5.


Border color

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

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

This div border color is #FE07D5.


Opacity

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

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

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

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

This text has shadow with #FE07D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE07D5 on black background.


Color preview on white background

This text has color #FE07D5 on white background.



Black color preview on #FE07D5 background

This text has black color on #FE07D5 background.


White color preview on #FE07D5 background

This text has white color on #FE07D5 background.