Color Hex Logo

#f021fe Color Hex

#F021FE
(240,33,254)
0 Favorites   0 Comments

Color spaces of #f021fe

RGB 24033254
HSL0.820.990.56
HSV296°87°100°
CMYK 0.060.870.00   0.00
XYZ54.368426.768796.0673
Yxy26.76870.30680.1511
Hunter Lab51.738597.0310-73.8719
CIE-Lab58.759692.8156-62.9276

#f021fe color RGB value is (240,33,254).

#f021fe hex color red value is 240, green value is 33 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f021fe hue: 0.82 , saturation: 0.99 and the lightness value of f021fe is 0.56.

The process color (four color CMYK) of #f021fe color hex is 0.06, 0.87, 0.00, 0.00. Web safe color of #f021fe is #ff33ff. Color #f021fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100001 11111110
Octal 360 41 376
Decimal 240 33 254
Hex F0 21 FE

RGB Percentages of Color #f021fe

%45.54
%6.26
%48.20

CMYK Percentages of Color #f021fe

%6
%87
%0
%0

Triadic Colors of #f021fe

#f021fe #fef021 #21fef0

Analogous Colors of #f021fe

#f021fe #fe219e #8221fe

Monochromatic Colors of #f021fe

#f021fe

Complementary Color

#f021fe #2ffe21

#f021fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f021fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f021fe Color CSS Codes

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

#f021fe Text Font Color

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

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


#f021fe Background Color

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

This div background color is #f021fe


#f021fe Border Color

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

This div border color is #f021fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,33,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f021fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f021fe;
  -webkit-box-shadow: 1px 1px 3px 2px #f021fe;
  box-shadow:         1px 1px 3px 2px #f021fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,33,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f021fe


Comments

No comments written yet.

Please login to write comment.