Color Hex Logo

#f601a3 Color Hex

#F601A3
(246,1,163)
0 Favorites   0 Comments

Color spaces of #f601a3

RGB 2461163
HSL0.890.990.48
HSV320°100°96°
CMYK 0.001.000.34   0.04
XYZ44.627722.258936.5946
Yxy22.25890.43130.2151
Hunter Lab47.179386.2822-12.9627
CIE-Lab54.300685.6002-17.8456

#f601a3 color RGB value is (246,1,163).

#f601a3 hex color red value is 246, green value is 1 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #f601a3 hue: 0.89 , saturation: 0.99 and the lightness value of f601a3 is 0.48.

The process color (four color CMYK) of #f601a3 color hex is 0.00, 1.00, 0.34, 0.04. Web safe color of #f601a3 is #ff0099. Color #f601a3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000001 10100011
Octal 366 1 243
Decimal 246 1 163
Hex F6 1 A3

RGB Percentages of Color #f601a3

%60.00
%0.24
%39.76

CMYK Percentages of Color #f601a3

%0
%100
%34
%4

Triadic Colors of #f601a3

#f601a3 #a3f601 #01a3f6

Analogous Colors of #f601a3

#f601a3 #f60128 #cf01f6

Monochromatic Colors of #f601a3

#f601a3

Complementary Color

#f601a3 #01f654

#f601a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f601a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f601a3 Color CSS Codes

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

#f601a3 Text Font Color

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

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


#f601a3 Background Color

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

This div background color is #f601a3


#f601a3 Border Color

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

This div border color is #f601a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f601a3


Comments

No comments written yet.

Please login to write comment.