COLOR #FE72C3

HEX: #FE72C3 RGB: (254,114,195)

Color info

#FE72C3 contains mainly red and blue colors. Web safe color of #FE72C3 is #FF66CC (or #F6C).

RGB color model

#FE72C3 color RGB value is (254,114,195).

RGB: (254,114,195) (100%, 45%, 76%)

RGB channels and saturation

R 254 of 255 = 100%
G 114 of 255 = 45%
B 195 of 255 = 76%

254
114
195

R + G + B ~ 74%. #FE72C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 114 + 195 = 563 (100%)
R 254 of 563 ~ 45.12%
G 114 of 563 ~ 20.25%
B 195 of 563 ~ 34.64'%

%45.12
%20.25
%34.64

CMYK color model

#FE72C3 color CMYK value is (0,55,23,0).

  • cyan value is 0.00%
  • magenta value is 55.12%
  • yellow value is 23.23%
  • key color value is 0.39%

CMYK: (0,55,23,0)
C0M55Y23K0 (0%, 55%, 23%, 0%)
(0.00 / 0.55 / 0.23 / 0.00)

CMYK percentages

%0
%55.12
%23.23
%0.39

Codes

Color #FE72C3 in popluar color models

FE 72 C3
RGB 254 114 195
HSL 325° 98.59% 72.16%
HSB/HSV 325° 55.12% 99.61%
CMYK 0.00% 55.12% 23.23%
0.39%

Color #FE72C3 in popluar number systems.

HEX FE 72 C3
Decimal 254 114 195
Binary 11111110 1110010 11000011
Octal 376 162 303

Shades and tints

Shades of #FE72C3

#FE72C3
(254,114,195)
#E768B2
(231,104,178)
#D05EA1
(208,94,161)
#B95490
(185,84,144)
#A24A7F
(162,74,127)
#8B406E
(139,64,110)
#74365D
(116,54,93)
#5D2C4C
(93,44,76)
#46223B
(70,34,59)
#2F182A
(47,24,42)
#180E19
(24,14,25)
#000000
(0,0,0)

Tints of #FE72C3

#FE72C3
(254,114,195)
#FE7EC8
(254,126,200)
#FE8ACD
(254,138,205)
#FE96D2
(254,150,210)
#FEA2D7
(254,162,215)
#FEAEDC
(254,174,220)
#FEBAE1
(254,186,225)
#FEC6E6
(254,198,230)
#FED2EB
(254,210,235)
#FEDEF0
(254,222,240)
#FEEAF5
(254,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE72C3; }

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

This text font color is #FE72C3.

Background Color

.myBgColor { background-color: #FE72C3; }

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

This div background color is #FE72C3.

Border color

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

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

This div border color is #FE72C3.

Opacity

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

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

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

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

This text has shadow with #FE72C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE72C3.

Preview

Color preview on black background

This text has color #FE72C3 on black background.


Color preview on white background

This text has color #FE72C3 on white background.


Black color preview on #FE72C3 background

This text has black color on #FE72C3 background.


White color preview on #FE72C3 background

This text has white color on #FE72C3 background.


Related colors

Complementary color

Complementary color for #hex is #018D3C.


I love getcolorcode.com

Triadic colors

1 #C3FE72 and #72C3FE with #FE72C3 are triadic colors.

2 #C372FE and #72FEC3 with #FE72C3 are triadic colors.