Color Hex Logo

#fa4966 Color Hex

#FA4966
(250,73,102)
0 Favorites   0 Comments

Color spaces of #fa4966

RGB 25073102
HSL0.970.950.63
HSV350°71°98°
CMYK 0.000.710.59   0.02
XYZ44.205226.048415.2683
Yxy26.04840.51690.3046
Hunter Lab51.037665.288317.9893
CIE-Lab58.083068.066823.8233

#fa4966 color RGB value is (250,73,102).

#fa4966 hex color red value is 250, green value is 73 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fa4966 hue: 0.97 , saturation: 0.95 and the lightness value of fa4966 is 0.63.

The process color (four color CMYK) of #fa4966 color hex is 0.00, 0.71, 0.59, 0.02. Web safe color of #fa4966 is #ff3366. Color #fa4966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001001 01100110
Octal 372 111 146
Decimal 250 73 102
Hex FA 49 66

RGB Percentages of Color #fa4966

%58.82
%17.18
%24.00

CMYK Percentages of Color #fa4966

%0
%71
%59
%2

Triadic Colors of #fa4966

#fa4966 #66fa49 #4966fa

Analogous Colors of #fa4966

#fa4966 #fa8549 #fa49bf

Monochromatic Colors of #fa4966

#fa4966

Complementary Color

#fa4966 #49fadd

#fa4966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4966 Color CSS Codes

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

#fa4966 Text Font Color

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

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


#fa4966 Background Color

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

This div background color is #fa4966


#fa4966 Border Color

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

This div border color is #fa4966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4966

Related Colors


Comments

No comments written yet.

Please login to write comment.