Color Hex Logo

#fa017e Color Hex

#FA017E
(250,1,126)
0 Favorites   0 Comments

Color spaces of #fa017e

RGB 2501126
HSL0.920.990.49
HSV330°100°98°
CMYK 0.001.000.50   0.02
XYZ43.201121.852121.6796
Yxy21.85210.49810.2519
Hunter Lab46.746283.15715.2253
CIE-Lab53.869783.27173.6783

#fa017e color RGB value is (250,1,126).

#fa017e hex color red value is 250, green value is 1 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fa017e hue: 0.92 , saturation: 0.99 and the lightness value of fa017e is 0.49.

The process color (four color CMYK) of #fa017e color hex is 0.00, 1.00, 0.50, 0.02. Web safe color of #fa017e is #ff0066. Color #fa017e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000001 01111110
Octal 372 1 176
Decimal 250 1 126
Hex FA 1 7E

RGB Percentages of Color #fa017e

%66.31
%0.27
%33.42

CMYK Percentages of Color #fa017e

%0
%100
%50
%2

Triadic Colors of #fa017e

#fa017e #7efa01 #017efa

Analogous Colors of #fa017e

#fa017e #fa0101 #fa01fa

Monochromatic Colors of #fa017e

#fa017e

Complementary Color

#fa017e #01fa7d

#fa017e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa017e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa017e Color CSS Codes

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

#fa017e Text Font Color

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

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


#fa017e Background Color

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

This div background color is #fa017e


#fa017e Border Color

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

This div border color is #fa017e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa017e

Related Colors


Comments

No comments written yet.

Please login to write comment.