Color Hex Logo

#f41cfe Color Hex

#F41CFE
(244,28,254)
0 Favorites   0 Comments

Color spaces of #f41cfe

RGB 24428254
HSL0.830.990.55
HSV297°89°100°
CMYK 0.040.890.00   0.00
XYZ55.612927.219496.0887
Yxy27.21940.31080.1521
Hunter Lab52.172298.9705-72.6774
CIE-Lab59.176994.1602-62.2225

#f41cfe color RGB value is (244,28,254).

#f41cfe hex color red value is 244, green value is 28 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f41cfe hue: 0.83 , saturation: 0.99 and the lightness value of f41cfe is 0.55.

The process color (four color CMYK) of #f41cfe color hex is 0.04, 0.89, 0.00, 0.00. Web safe color of #f41cfe is #ff33ff. Color #f41cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011100 11111110
Octal 364 34 376
Decimal 244 28 254
Hex F4 1C FE

RGB Percentages of Color #f41cfe

%46.39
%5.32
%48.29

CMYK Percentages of Color #f41cfe

%4
%89
%0
%0

Triadic Colors of #f41cfe

#f41cfe #fef41c #1cfef4

Analogous Colors of #f41cfe

#f41cfe #fe1c97 #831cfe

Monochromatic Colors of #f41cfe

#f41cfe

Complementary Color

#f41cfe #26fe1c

#f41cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41cfe Color CSS Codes

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

#f41cfe Text Font Color

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

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


#f41cfe Background Color

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

This div background color is #f41cfe


#f41cfe Border Color

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

This div border color is #f41cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.