Color Hex Logo

#f612df Color Hex

#F612DF
(246,18,223)
0 Favorites   0 Comments

Color spaces of #f612df

RGB 24618223
HSL0.850.930.52
HSV306°93°96°
CMYK 0.000.930.09   0.04
XYZ51.541625.353271.9891
Yxy25.35320.34620.1703
Hunter Lab50.352094.6014-49.5216
CIE-Lab57.417991.2769-47.6511

#f612df color RGB value is (246,18,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010010 11011111
Octal 366 22 337
Decimal 246 18 223
Hex F6 12 DF

RGB Percentages of Color #f612df

%50.51
%3.70
%45.79

CMYK Percentages of Color #f612df

%0
%93
%9
%4

Triadic Colors of #f612df

#f612df #dff612 #12dff6

Analogous Colors of #f612df

#f612df #f6126d #9b12f6

Monochromatic Colors of #f612df

#f612df

Complementary Color

#f612df #12f629

#f612df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f612df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f612df Color CSS Codes

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

#f612df Text Font Color

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

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


#f612df Background Color

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

This div background color is #f612df


#f612df Border Color

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

This div border color is #f612df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f612df


Comments

No comments written yet.

Please login to write comment.