Color Hex Logo

#f410aa Color Hex

#F410AA
(244,16,170)
0 Favorites   0 Comments

Color spaces of #f410aa

RGB 24416170
HSL0.890.910.51
HSV319°93°96°
CMYK 0.000.930.30   0.04
XYZ44.749222.506040.0157
Yxy22.50600.41720.2098
Hunter Lab47.440585.3529-16.8023
CIE-Lab54.559884.8354-21.6036

#f410aa color RGB value is (244,16,170).

#f410aa hex color red value is 244, green value is 16 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f410aa hue: 0.89 , saturation: 0.91 and the lightness value of f410aa is 0.51.

The process color (four color CMYK) of #f410aa color hex is 0.00, 0.93, 0.30, 0.04. Web safe color of #f410aa is #ff0099. Color #f410aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010000 10101010
Octal 364 20 252
Decimal 244 16 170
Hex F4 10 AA

RGB Percentages of Color #f410aa

%56.74
%3.72
%39.53

CMYK Percentages of Color #f410aa

%0
%93
%30
%4

Triadic Colors of #f410aa

#f410aa #aaf410 #10aaf4

Analogous Colors of #f410aa

#f410aa #f41038 #cc10f4

Monochromatic Colors of #f410aa

#f410aa

Complementary Color

#f410aa #10f45a

#f410aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f410aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f410aa Color CSS Codes

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

#f410aa Text Font Color

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

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


#f410aa Background Color

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

This div background color is #f410aa


#f410aa Border Color

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

This div border color is #f410aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f410aa


Comments

No comments written yet.

Please login to write comment.