Color Hex Logo

#fa0165 Color Hex

#FA0165
(250,1,101)
0 Favorites   0 Comments

Color spaces of #fa0165

RGB 2501101
HSL0.930.990.49
HSV336°100°98°
CMYK 0.001.000.60   0.02
XYZ41.784221.285314.2181
Yxy21.28530.54060.2754
Hunter Lab46.136080.924914.0233
CIE-Lab53.260381.648717.9476

#fa0165 color RGB value is (250,1,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000001 01100101
Octal 372 1 145
Decimal 250 1 101
Hex FA 1 65

RGB Percentages of Color #fa0165

%71.02
%0.28
%28.69

CMYK Percentages of Color #fa0165

%0
%100
%60
%2

Triadic Colors of #fa0165

#fa0165 #65fa01 #0165fa

Analogous Colors of #fa0165

#fa0165 #fa1901 #fa01e2

Monochromatic Colors of #fa0165

#fa0165

Complementary Color

#fa0165 #01fa96

#fa0165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0165 Color CSS Codes

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

#fa0165 Text Font Color

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

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


#fa0165 Background Color

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

This div background color is #fa0165


#fa0165 Border Color

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

This div border color is #fa0165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0165

Related Colors


Comments

No comments written yet.

Please login to write comment.