COLOR #FC63E7

HEX: #FC63E7
RGB: (252,99,231)

Renk bilgisi

#FC63E7 contains mainly red and blue colors. #FC63E7 ‘ nin web güvenlik rengi #FF66FF (ya da #F6F) dir.

RGB renk modeli

#FC63E7 color RGB value is (252,99,231).

  • kırmız ton 252;
  • yeşil ton 99;
  • mavi ton 231.
RGB:
(252,99,231)
(99%,39%,91%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 99 of 255 = 39%
B 231 of 255 = 91%

252
99
231

R + G + B ~ 76%. #FC63E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 99 + 231 = 582 (100%)
R 252 of 582 ~ 43.3%
G 99 of 582 ~ 17.01%
B 231 of 582 ~ 39.69%

%43.3
%17.01
%39.69

CMYK RENK MODELİ

#FC63E7 rengi CMYK tonu (0,61,8,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.71%
  • sarı tonu 8.33%
  • ana renk tonu 1.18%
CMYK:
(0,61,8,1)
C0M61Y8K1 
(0%,61%,8%,1%)
(0.00/0.61/0.08/0.01)	

CMYK yüzdeleri

%0
%60.71
%8.33
%1.18

Codes

Color #FC63E7 in popluar color models

FC63E7
RGB25299231
HSL308°96.23%68.82%
HSB/HSV308°60.71%98.82%
CMYK0.00%60.71%8.33%
1.18%

Color #FC63E7 in popluar number systems.

HEXFC63E7
Decimal25299231
Binary11111100110001111100111
Octal374143347

Shades and tints

Shades of #FC63E7

#FC63E7
(252,99,231)
#E65AD2
(230,90,210)
#D051BD
(208,81,189)
#BA48A8
(186,72,168)
#A43F93
(164,63,147)
#8E367E
(142,54,126)
#782D69
(120,45,105)
#622454
(98,36,84)
#4C1B3F
(76,27,63)
#36122A
(54,18,42)
#200915
(32,9,21)
#000000
(0,0,0)

Tints of #FC63E7

#FC63E7
(252,99,231)
#FC71E9
(252,113,233)
#FC7FEB
(252,127,235)
#FC8DED
(252,141,237)
#FC9BEF
(252,155,239)
#FCA9F1
(252,169,241)
#FCB7F3
(252,183,243)
#FCC5F5
(252,197,245)
#FCD3F7
(252,211,247)
#FCE1F9
(252,225,249)
#FCEFFB
(252,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC63E7 color. Also use rgb(252,99,231) instead hex code.

Text Font Color

.myTextColor { color: #FC63E7; }

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

This text font color is #FC63E7.


Background Color

.myBgColor { background-color: #FC63E7; }

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

This div background color is #FC63E7.


Border color

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

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

This div border color is #FC63E7.


Opacity

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

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

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

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

This text has shadow with #FC63E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC63E7 on black background.


Color preview on white background

This text has color #FC63E7 on white background.



Black color preview on #FC63E7 background

This text has black color on #FC63E7 background.


White color preview on #FC63E7 background

This text has white color on #FC63E7 background.