Color Hex Logo

#f211ff Color Hex

#F211FF
(242,17,255)
0 Favorites   0 Comments

Color spaces of #f211ff

RGB 24217255
HSL0.821.000.53
HSV297°93°100°
CMYK 0.050.930.00   0.00
XYZ54.868426.498196.8305
Yxy26.49810.30790.1487
Hunter Lab51.4763100.1789-75.4952
CIE-Lab58.506995.1736-63.8701

#f211ff color RGB value is (242,17,255).

#f211ff hex color red value is 242, green value is 17 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f211ff hue: 0.82 , saturation: 1.00 and the lightness value of f211ff is 0.53.

The process color (four color CMYK) of #f211ff color hex is 0.05, 0.93, 0.00, 0.00. Web safe color of #f211ff is #ff00ff. Color #f211ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010001 11111111
Octal 362 21 377
Decimal 242 17 255
Hex F2 11 FF

RGB Percentages of Color #f211ff

%47.08
%3.31
%49.61

CMYK Percentages of Color #f211ff

%5
%93
%0
%0

Triadic Colors of #f211ff

#f211ff #fff211 #11fff2

Analogous Colors of #f211ff

#f211ff #ff1195 #7b11ff

Monochromatic Colors of #f211ff

#f211ff

Complementary Color

#f211ff #1eff11

#f211ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f211ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f211ff Color CSS Codes

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

#f211ff Text Font Color

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

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


#f211ff Background Color

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

This div background color is #f211ff


#f211ff Border Color

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

This div border color is #f211ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,17,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f211ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f211ff;
  -webkit-box-shadow: 1px 1px 3px 2px #f211ff;
  box-shadow:         1px 1px 3px 2px #f211ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,17,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f211ff

Related Colors


Comments

No comments written yet.

Please login to write comment.