Color Hex Logo

#f612c7 Color Hex

#F612C7
(246,18,199)
0 Favorites   0 Comments

Color spaces of #f612c7

RGB 24618199
HSL0.870.930.52
HSV312°93°96°
CMYK 0.000.930.19   0.04
XYZ48.531124.149056.1362
Yxy24.14900.37670.1875
Hunter Lab49.141690.2845-33.3299
CIE-Lab56.236788.2704-35.8245

#f612c7 color RGB value is (246,18,199).

#f612c7 hex color red value is 246, green value is 18 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #f612c7 hue: 0.87 , saturation: 0.93 and the lightness value of f612c7 is 0.52.

The process color (four color CMYK) of #f612c7 color hex is 0.00, 0.93, 0.19, 0.04. Web safe color of #f612c7 is #ff00cc. Color #f612c7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010010 11000111
Octal 366 22 307
Decimal 246 18 199
Hex F6 12 C7

RGB Percentages of Color #f612c7

%53.13
%3.89
%42.98

CMYK Percentages of Color #f612c7

%0
%93
%19
%4

Triadic Colors of #f612c7

#f612c7 #c7f612 #12c7f6

Analogous Colors of #f612c7

#f612c7 #f61255 #b312f6

Monochromatic Colors of #f612c7

#f612c7

Complementary Color

#f612c7 #12f641

#f612c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f612c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f612c7 Color CSS Codes

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

#f612c7 Text Font Color

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

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


#f612c7 Background Color

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

This div background color is #f612c7


#f612c7 Border Color

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

This div border color is #f612c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f612c7


Comments

No comments written yet.

Please login to write comment.