Color Hex Logo

#f63fc4 Color Hex

#F63FC4
(246,63,196)
0 Favorites   0 Comments

Color spaces of #f63fc4

RGB 24663196
HSL0.880.910.61
HSV316°74°96°
CMYK 0.000.740.20   0.04
XYZ49.747327.133454.8398
Yxy27.13340.37770.2060
Hunter Lab52.089779.3160-25.9574
CIE-Lab59.097679.2496-29.6477

#f63fc4 color RGB value is (246,63,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111111 11000100
Octal 366 77 304
Decimal 246 63 196
Hex F6 3F C4

RGB Percentages of Color #f63fc4

%48.71
%12.48
%38.81

CMYK Percentages of Color #f63fc4

%0
%74
%20
%4

Triadic Colors of #f63fc4

#f63fc4 #c4f63f #3fc4f6

Analogous Colors of #f63fc4

#f63fc4 #f63f69 #cd3ff6

Monochromatic Colors of #f63fc4

#f63fc4

Complementary Color

#f63fc4 #3ff671

#f63fc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63fc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63fc4 Color CSS Codes

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

#f63fc4 Text Font Color

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

This sample text font color is #f63fc4
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.


#f63fc4 Background Color

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

This div background color is #f63fc4


#f63fc4 Border Color

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

This div border color is #f63fc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63fc4


Comments

No comments written yet.

Please login to write comment.