COLOR #FE60CA

HEX: #FE60CA RGB: (254,96,202)

Color info

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

RGB color model

#FE60CA color RGB value is (254,96,202).

RGB: (254,96,202) (100%, 38%, 79%)

RGB channels and saturation

R 254 of 255 = 100%
G 96 of 255 = 38%
B 202 of 255 = 79%

254
96
202

R + G + B ~ 72%. #FE60CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 96 + 202 = 552 (100%)
R 254 of 552 ~ 46.01%
G 96 of 552 ~ 17.39%
B 202 of 552 ~ 36.59'%

%46.01
%17.39
%36.59

CMYK color model

#FE60CA color CMYK value is (0,62,20,0).

  • cyan value is 0.00%
  • magenta value is 62.20%
  • yellow value is 20.47%
  • key color value is 0.39%

CMYK: (0,62,20,0)
C0M62Y20K0 (0%, 62%, 20%, 0%)
(0.00 / 0.62 / 0.20 / 0.00)

CMYK percentages

%0
%62.2
%20.47
%0.39

Codes

Color #FE60CA in popluar color models

FE 60 CA
RGB 254 96 202
HSL 320° 98.75% 68.63%
HSB/HSV 320° 62.20% 99.61%
CMYK 0.00% 62.20% 20.47%
0.39%

Color #FE60CA in popluar number systems.

HEX FE 60 CA
Decimal 254 96 202
Binary 11111110 1100000 11001010
Octal 376 140 312

Shades and tints

Shades of #FE60CA

#FE60CA
(254,96,202)
#E758B8
(231,88,184)
#D050A6
(208,80,166)
#B94894
(185,72,148)
#A24082
(162,64,130)
#8B3870
(139,56,112)
#74305E
(116,48,94)
#5D284C
(93,40,76)
#46203A
(70,32,58)
#2F1828
(47,24,40)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #FE60CA

#FE60CA
(254,96,202)
#FE6ECE
(254,110,206)
#FE7CD2
(254,124,210)
#FE8AD6
(254,138,214)
#FE98DA
(254,152,218)
#FEA6DE
(254,166,222)
#FEB4E2
(254,180,226)
#FEC2E6
(254,194,230)
#FED0EA
(254,208,234)
#FEDEEE
(254,222,238)
#FEECF2
(254,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE60CA color. Also use rgb(254,96,202) instead hex code.

Text Font Color

.myTextColor { color: #FE60CA; }

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

This text font color is #FE60CA.

Background Color

.myBgColor { background-color: #FE60CA; }

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

This div background color is #FE60CA.

Border color

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

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

This div border color is #FE60CA.

Opacity

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

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

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

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

This text has shadow with #FE60CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE60CA.

Preview

Color preview on black background

This text has color #FE60CA on black background.


Color preview on white background

This text has color #FE60CA on white background.


Black color preview on #FE60CA background

This text has black color on #FE60CA background.


White color preview on #FE60CA background

This text has white color on #FE60CA background.


Related colors

Complementary color

Complementary color for #hex is #019F35.


I love getcolorcode.com

Triadic colors

1 #CAFE60 and #60CAFE with #FE60CA are triadic colors.

2 #CA60FE and #60FECA with #FE60CA are triadic colors.