Color Hex Logo

#f63fec Color Hex

#F63FEC
(246,63,236)
0 Favorites   0 Comments

Color spaces of #f63fec

RGB 24663236
HSL0.840.910.61
HSV303°74°96°
CMYK 0.000.740.04   0.04
XYZ54.923929.204082.0990
Yxy29.20400.33040.1757
Hunter Lab54.040786.8459-52.2452
CIE-Lab60.961284.7347-49.3436

#f63fec color RGB value is (246,63,236).

#f63fec hex color red value is 246, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f63fec hue: 0.84 , saturation: 0.91 and the lightness value of f63fec is 0.61.

The process color (four color CMYK) of #f63fec color hex is 0.00, 0.74, 0.04, 0.04. Web safe color of #f63fec is #ff33ff. Color #f63fec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111111 11101100
Octal 366 77 354
Decimal 246 63 236
Hex F6 3F EC

RGB Percentages of Color #f63fec

%45.14
%11.56
%43.30

CMYK Percentages of Color #f63fec

%0
%74
%4
%4

Triadic Colors of #f63fec

#f63fec #ecf63f #3fecf6

Analogous Colors of #f63fec

#f63fec #f63f91 #a53ff6

Monochromatic Colors of #f63fec

#f63fec

Complementary Color

#f63fec #3ff649

#f63fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63fec Color CSS Codes

.mybgcolor {background-color:#f63fec; } 
.myforecolor {color:#f63fec; }
.mybordercolor {border:3px solid #f63fec; }

#f63fec Text Font Color

<p style="color:#f63fec">Text here</p>

This sample text font color is #f63fec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f63fec Background Color

<div style="background-color:#f63fec">
Div content here</div>

This div background color is #f63fec


#f63fec Border Color

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

This div border color is #f63fec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,63,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f63fec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f63fec;
  -webkit-box-shadow: 1px 1px 3px 2px #f63fec;
  box-shadow:         1px 1px 3px 2px #f63fec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,63,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f63fec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f63fec;
  -webkit-box-shadow: 1px 1px 3px 2px #f63fec;
  box-shadow:         1px 1px 3px 2px #f63fec;">
Div content here</div>

This div box has shadow with color #f63fec


Comments

No comments written yet.

Please login to write comment.