Color Hex Logo

#f611d7 Color Hex

#F611D7
(246,17,215)
0 Favorites   0 Comments

Color spaces of #f611d7

RGB 24617215
HSL0.860.930.52
HSV308°93°96°
CMYK 0.000.930.13   0.04
XYZ50.472224.900066.4360
Yxy24.90000.35590.1756
Hunter Lab49.899993.2224-44.0079
CIE-Lab56.977990.3342-43.8094

#f611d7 color RGB value is (246,17,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010001 11010111
Octal 366 21 327
Decimal 246 17 215
Hex F6 11 D7

RGB Percentages of Color #f611d7

%51.46
%3.56
%44.98

CMYK Percentages of Color #f611d7

%0
%93
%13
%4

Triadic Colors of #f611d7

#f611d7 #d7f611 #11d7f6

Analogous Colors of #f611d7

#f611d7 #f61165 #a311f6

Monochromatic Colors of #f611d7

#f611d7

Complementary Color

#f611d7 #11f630

#f611d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f611d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f611d7 Color CSS Codes

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

#f611d7 Text Font Color

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

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


#f611d7 Background Color

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

This div background color is #f611d7


#f611d7 Border Color

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

This div border color is #f611d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f611d7


Comments

No comments written yet.

Please login to write comment.