Color Hex Logo

#f411fa Color Hex

#F411FA
(244,17,250)
0 Favorites   0 Comments

Color spaces of #f411fa

RGB 24417250
HSL0.830.960.52
HSV298°93°98°
CMYK 0.020.930.00   0.02
XYZ54.764026.536192.6781
Yxy26.53610.31480.1525
Hunter Lab51.513299.6163-70.6102
CIE-Lab58.542594.7560-61.0192

#f411fa color RGB value is (244,17,250).

#f411fa hex color red value is 244, green value is 17 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f411fa hue: 0.83 , saturation: 0.96 and the lightness value of f411fa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010001 11111010
Octal 364 21 372
Decimal 244 17 250
Hex F4 11 FA

RGB Percentages of Color #f411fa

%47.75
%3.33
%48.92

CMYK Percentages of Color #f411fa

%2
%93
%0
%2

Triadic Colors of #f411fa

#f411fa #faf411 #11faf4

Analogous Colors of #f411fa

#f411fa #fa118c #8011fa

Monochromatic Colors of #f411fa

#f411fa

Complementary Color

#f411fa #17fa11

#f411fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f411fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f411fa Color CSS Codes

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

#f411fa Text Font Color

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

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


#f411fa Background Color

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

This div background color is #f411fa


#f411fa Border Color

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

This div border color is #f411fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f411fa

Related Colors


Comments

No comments written yet.

Please login to write comment.