Color Hex Logo

#f641c4 Color Hex

#F641C4
(246,65,196)
0 Favorites   0 Comments

Color spaces of #f641c4

RGB 24665196
HSL0.880.910.61
HSV317°74°96°
CMYK 0.000.740.20   0.04
XYZ49.860127.358954.8774
Yxy27.35890.37750.2071
Hunter Lab52.305778.6189-25.5910
CIE-Lab59.305178.6597-29.3263

#f641c4 color RGB value is (246,65,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000001 11000100
Octal 366 101 304
Decimal 246 65 196
Hex F6 41 C4

RGB Percentages of Color #f641c4

%48.52
%12.82
%38.66

CMYK Percentages of Color #f641c4

%0
%74
%20
%4

Triadic Colors of #f641c4

#f641c4 #c4f641 #41c4f6

Analogous Colors of #f641c4

#f641c4 #f6416a #ce41f6

Monochromatic Colors of #f641c4

#f641c4

Complementary Color

#f641c4 #41f673

#f641c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f641c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f641c4 Color CSS Codes

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

#f641c4 Text Font Color

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

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


#f641c4 Background Color

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

This div background color is #f641c4


#f641c4 Border Color

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

This div border color is #f641c4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,65,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 #f641c4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f641c4


Comments

No comments written yet.

Please login to write comment.