Color Hex Logo

#fa10aa Color Hex

#FA10AA
(250,16,170)
0 Favorites   0 Comments

Color spaces of #fa10aa

RGB 25016170
HSL0.890.960.52
HSV321°94°98°
CMYK 0.000.940.32   0.02
XYZ46.865323.596940.1148
Yxy23.59690.42380.2134
Hunter Lab48.576687.2024-14.9583
CIE-Lab55.681986.0358-19.7870

#fa10aa color RGB value is (250,16,170).

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

The process color (four color CMYK) of #fa10aa color hex is 0.00, 0.94, 0.32, 0.02. Web safe color of #fa10aa is #ff0099. Color #fa10aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010000 10101010
Octal 372 20 252
Decimal 250 16 170
Hex FA 10 AA

RGB Percentages of Color #fa10aa

%57.34
%3.67
%38.99

CMYK Percentages of Color #fa10aa

%0
%94
%32
%2

Triadic Colors of #fa10aa

#fa10aa #aafa10 #10aafa

Analogous Colors of #fa10aa

#fa10aa #fa1035 #d510fa

Monochromatic Colors of #fa10aa

#fa10aa

Complementary Color

#fa10aa #10fa60

#fa10aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa10aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa10aa Color CSS Codes

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

#fa10aa Text Font Color

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

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


#fa10aa Background Color

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

This div background color is #fa10aa


#fa10aa Border Color

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

This div border color is #fa10aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa10aa


Comments

No comments written yet.

Please login to write comment.