Color Hex Logo

#f161ce Color Hex

#F161CE
(241,97,206)
0 Favorites   0 Comments

Color spaces of #f161ce

RGB 24197206
HSL0.870.840.66
HSV315°60°95°
CMYK 0.000.600.15   0.05
XYZ51.690931.706461.7881
Yxy31.70640.35600.2184
Hunter Lab56.308465.3225-25.6439
CIE-Lab63.099567.1809-29.2030

#f161ce color RGB value is (241,97,206).

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

The process color (four color CMYK) of #f161ce color hex is 0.00, 0.60, 0.15, 0.05. Web safe color of #f161ce is #ff66cc. Color #f161ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100001 11001110
Octal 361 141 316
Decimal 241 97 206
Hex F1 61 CE

RGB Percentages of Color #f161ce

%44.30
%17.83
%37.87

CMYK Percentages of Color #f161ce

%0
%60
%15
%5

Triadic Colors of #f161ce

#f161ce #cef161 #61cef1

Analogous Colors of #f161ce

#f161ce #f16186 #cc61f1

Monochromatic Colors of #f161ce

#f161ce

Complementary Color

#f161ce #61f184

#f161ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f161ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f161ce Color CSS Codes

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

#f161ce Text Font Color

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

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


#f161ce Background Color

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

This div background color is #f161ce


#f161ce Border Color

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

This div border color is #f161ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f161ce


Comments

No comments written yet.

Please login to write comment.