Color Hex Logo

#f41fff Color Hex

#F41FFF
(244,31,255)
0 Favorites   0 Comments

Color spaces of #f41fff

RGB 24431255
HSL0.831.000.56
HSV297°88°100°
CMYK 0.040.880.00   0.00
XYZ55.848227.433196.9593
Yxy27.43310.30990.1522
Hunter Lab52.376698.6721-73.0937
CIE-Lab59.373193.9034-62.4618

#f41fff color RGB value is (244,31,255).

#f41fff hex color red value is 244, green value is 31 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f41fff hue: 0.83 , saturation: 1.00 and the lightness value of f41fff is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011111 11111111
Octal 364 37 377
Decimal 244 31 255
Hex F4 1F FF

RGB Percentages of Color #f41fff

%46.04
%5.85
%48.11

CMYK Percentages of Color #f41fff

%4
%88
%0
%0

Triadic Colors of #f41fff

#f41fff #fff41f #1ffff4

Analogous Colors of #f41fff

#f41fff #ff1f9a #841fff

Monochromatic Colors of #f41fff

#f41fff

Complementary Color

#f41fff #2aff1f

#f41fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41fff Color CSS Codes

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

#f41fff Text Font Color

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

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


#f41fff Background Color

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

This div background color is #f41fff


#f41fff Border Color

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

This div border color is #f41fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41fff


Comments

No comments written yet.

Please login to write comment.