Color Hex Logo

#f62571 Color Hex

#F62571
(246,37,113)
0 Favorites   0 Comments

Color spaces of #f62571

RGB 24637113
HSL0.940.920.55
HSV338°85°96°
CMYK 0.000.850.54   0.04
XYZ41.648222.108217.6950
Yxy22.10820.51130.2714
Hunter Lab47.019475.825610.6007
CIE-Lab54.141677.437111.7914

#f62571 color RGB value is (246,37,113).

#f62571 hex color red value is 246, green value is 37 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #f62571 hue: 0.94 , saturation: 0.92 and the lightness value of f62571 is 0.55.

The process color (four color CMYK) of #f62571 color hex is 0.00, 0.85, 0.54, 0.04. Web safe color of #f62571 is #ff3366. Color #f62571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100101 01110001
Octal 366 45 161
Decimal 246 37 113
Hex F6 25 71

RGB Percentages of Color #f62571

%62.12
%9.34
%28.54

CMYK Percentages of Color #f62571

%0
%85
%54
%4

Triadic Colors of #f62571

#f62571 #71f625 #2571f6

Analogous Colors of #f62571

#f62571 #f64225 #f625da

Monochromatic Colors of #f62571

#f62571

Complementary Color

#f62571 #25f6aa

#f62571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f62571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f62571 Color CSS Codes

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

#f62571 Text Font Color

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

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


#f62571 Background Color

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

This div background color is #f62571


#f62571 Border Color

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

This div border color is #f62571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f62571


Comments

No comments written yet.

Please login to write comment.