Color Hex Logo

#f41581 Color Hex

#F41581
(244,21,129)
0 Favorites   0 Comments

Color spaces of #f41581

RGB 24421129
HSL0.920.910.52
HSV331°91°96°
CMYK 0.000.910.47   0.04
XYZ41.538821.354422.7013
Yxy21.35440.48530.2495
Hunter Lab46.210879.58433.2211
CIE-Lab53.335280.58030.9501

#f41581 color RGB value is (244,21,129).

#f41581 hex color red value is 244, green value is 21 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #f41581 hue: 0.92 , saturation: 0.91 and the lightness value of f41581 is 0.52.

The process color (four color CMYK) of #f41581 color hex is 0.00, 0.91, 0.47, 0.04. Web safe color of #f41581 is #ff0099. Color #f41581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010101 10000001
Octal 364 25 201
Decimal 244 21 129
Hex F4 15 81

RGB Percentages of Color #f41581

%61.93
%5.33
%32.74

CMYK Percentages of Color #f41581

%0
%91
%47
%4

Triadic Colors of #f41581

#f41581 #81f415 #1581f4

Analogous Colors of #f41581

#f41581 #f41815 #f415f1

Monochromatic Colors of #f41581

#f41581

Complementary Color

#f41581 #15f488

#f41581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41581 Color CSS Codes

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

#f41581 Text Font Color

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

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


#f41581 Background Color

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

This div background color is #f41581


#f41581 Border Color

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

This div border color is #f41581


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,21,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f41581; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f41581;
  -webkit-box-shadow: 1px 1px 3px 2px #f41581;
  box-shadow:         1px 1px 3px 2px #f41581; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,21,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41581


Comments

No comments written yet.

Please login to write comment.