Color Hex Logo

#f612af Color Hex

#F612AF
(246,18,175)
0 Favorites   0 Comments

Color spaces of #f612af

RGB 24618175
HSL0.890.930.52
HSV319°93°96°
CMYK 0.000.930.29   0.04
XYZ45.960223.120642.5978
Yxy23.12060.41150.2070
Hunter Lab48.083986.4695-18.8666
CIE-Lab55.196385.5694-23.5234

#f612af color RGB value is (246,18,175).

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

The process color (four color CMYK) of #f612af color hex is 0.00, 0.93, 0.29, 0.04. Web safe color of #f612af is #ff0099. Color #f612af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010010 10101111
Octal 366 22 257
Decimal 246 18 175
Hex F6 12 AF

RGB Percentages of Color #f612af

%56.04
%4.10
%39.86

CMYK Percentages of Color #f612af

%0
%93
%29
%4

Triadic Colors of #f612af

#f612af #aff612 #12aff6

Analogous Colors of #f612af

#f612af #f6123d #cb12f6

Monochromatic Colors of #f612af

#f612af

Complementary Color

#f612af #12f659

#f612af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f612af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f612af Color CSS Codes

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

#f612af Text Font Color

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

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


#f612af Background Color

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

This div background color is #f612af


#f612af Border Color

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

This div border color is #f612af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f612af


Comments

No comments written yet.

Please login to write comment.