Color Hex Logo

#f162ef Color Hex

#F162EF
(241,98,239)
0 Favorites   0 Comments

Color spaces of #f162ef

RGB 24198239
HSL0.840.840.66
HSV301°59°95°
CMYK 0.000.590.01   0.05
XYZ56.223333.668185.1967
Yxy33.66810.32110.1923
Hunter Lab58.024271.4174-46.4383
CIE-Lab64.698371.8855-45.1618

#f162ef color RGB value is (241,98,239).

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

The process color (four color CMYK) of #f162ef color hex is 0.00, 0.59, 0.01, 0.05. Web safe color of #f162ef is #ff66ff. Color #f162ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100010 11101111
Octal 361 142 357
Decimal 241 98 239
Hex F1 62 EF

RGB Percentages of Color #f162ef

%41.70
%16.96
%41.35

CMYK Percentages of Color #f162ef

%0
%59
%1
%5

Triadic Colors of #f162ef

#f162ef #eff162 #62eff1

Analogous Colors of #f162ef

#f162ef #f162a8 #ac62f1

Monochromatic Colors of #f162ef

#f162ef

Complementary Color

#f162ef #62f164

#f162ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f162ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f162ef Color CSS Codes

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

#f162ef Text Font Color

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

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


#f162ef Background Color

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

This div background color is #f162ef


#f162ef Border Color

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

This div border color is #f162ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f162ef


Comments

No comments written yet.

Please login to write comment.