Color Hex Logo

#f161ed Color Hex

#F161ED
(241,97,237)
0 Favorites   0 Comments

Color spaces of #f161ed

RGB 24197237
HSL0.840.840.66
HSV302°60°95°
CMYK 0.000.600.02   0.05
XYZ55.836433.364683.6179
Yxy33.36460.32310.1931
Hunter Lab57.762171.4654-45.3963
CIE-Lab64.455071.9689-44.4356

#f161ed color RGB value is (241,97,237).

#f161ed hex color red value is 241, green value is 97 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f161ed hue: 0.84 , saturation: 0.84 and the lightness value of f161ed is 0.66.

The process color (four color CMYK) of #f161ed color hex is 0.00, 0.60, 0.02, 0.05. Web safe color of #f161ed is #ff66ff. Color #f161ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100001 11101101
Octal 361 141 355
Decimal 241 97 237
Hex F1 61 ED

RGB Percentages of Color #f161ed

%41.91
%16.87
%41.22

CMYK Percentages of Color #f161ed

%0
%60
%2
%5

Triadic Colors of #f161ed

#f161ed #edf161 #61edf1

Analogous Colors of #f161ed

#f161ed #f161a5 #ad61f1

Monochromatic Colors of #f161ed

#f161ed

Complementary Color

#f161ed #61f165

#f161ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f161ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f161ed Color CSS Codes

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

#f161ed Text Font Color

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

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


#f161ed Background Color

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

This div background color is #f161ed


#f161ed Border Color

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

This div border color is #f161ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,97,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f161ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f161ed;
  -webkit-box-shadow: 1px 1px 3px 2px #f161ed;
  box-shadow:         1px 1px 3px 2px #f161ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,97,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f161ed


Comments

No comments written yet.

Please login to write comment.