Color Hex Logo

#f041fe Color Hex

#F041FE
(240,65,254)
0 Favorites   0 Comments

Color spaces of #f041fe

RGB 24065254
HSL0.820.990.63
HSV296°74°100°
CMYK 0.060.740.00   0.00
XYZ55.714929.461696.5161
Yxy29.46160.30660.1622
Hunter Lab54.278588.2362-67.4323
CIE-Lab61.186985.7519-59.0409

#f041fe color RGB value is (240,65,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000001 11111110
Octal 360 101 376
Decimal 240 65 254
Hex F0 41 FE

RGB Percentages of Color #f041fe

%42.93
%11.63
%45.44

CMYK Percentages of Color #f041fe

%6
%74
%0
%0

Triadic Colors of #f041fe

#f041fe #fef041 #41fef0

Analogous Colors of #f041fe

#f041fe #fe41ae #9241fe

Monochromatic Colors of #f041fe

#f041fe

Complementary Color

#f041fe #4ffe41

#f041fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f041fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f041fe Color CSS Codes

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

#f041fe Text Font Color

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

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


#f041fe Background Color

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

This div background color is #f041fe


#f041fe Border Color

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

This div border color is #f041fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,65,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 #f041fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f041fe


Comments

No comments written yet.

Please login to write comment.