Color Hex Logo

#f162aa Color Hex

#F162AA
(241,98,170)
0 Favorites   0 Comments

Color spaces of #f162aa

RGB 24198170
HSL0.920.840.66
HSV330°59°95°
CMYK 0.000.590.29   0.05
XYZ47.899030.338441.3616
Yxy30.33840.40050.2537
Hunter Lab55.080358.8368-5.9666
CIE-Lab61.945161.9224-10.4587

#f162aa color RGB value is (241,98,170).

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

The process color (four color CMYK) of #f162aa color hex is 0.00, 0.59, 0.29, 0.05. Web safe color of #f162aa is #ff6699. Color #f162aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100010 10101010
Octal 361 142 252
Decimal 241 98 170
Hex F1 62 AA

RGB Percentages of Color #f162aa

%47.35
%19.25
%33.40

CMYK Percentages of Color #f162aa

%0
%59
%29
%5

Triadic Colors of #f162aa

#f162aa #aaf162 #62aaf1

Analogous Colors of #f162aa

#f162aa #f16262 #f162f1

Monochromatic Colors of #f162aa

#f162aa

Complementary Color

#f162aa #62f1a9

#f162aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f162aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f162aa Color CSS Codes

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

#f162aa Text Font Color

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

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


#f162aa Background Color

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

This div background color is #f162aa


#f162aa Border Color

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

This div border color is #f162aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f162aa


Comments

No comments written yet.

Please login to write comment.