Color Hex Logo

#fa014a Color Hex

#FA014A
(250,1,74)
0 Favorites   0 Comments

Color spaces of #fa014a

RGB 250174
HSL0.950.990.49
HSV342°100°98°
CMYK 0.001.000.70   0.02
XYZ40.671220.84018.3575
Yxy20.84010.58210.2983
Hunter Lab45.651079.139421.1012
CIE-Lab52.774080.338733.5792

#fa014a color RGB value is (250,1,74).

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

The process color (four color CMYK) of #fa014a color hex is 0.00, 1.00, 0.70, 0.02. Web safe color of #fa014a is #ff0033. Color #fa014a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000001 01001010
Octal 372 1 112
Decimal 250 1 74
Hex FA 1 4A

RGB Percentages of Color #fa014a

%76.92
%0.31
%22.77

CMYK Percentages of Color #fa014a

%0
%100
%70
%2

Triadic Colors of #fa014a

#fa014a #4afa01 #014afa

Analogous Colors of #fa014a

#fa014a #fa3401 #fa01c7

Monochromatic Colors of #fa014a

#fa014a

Complementary Color

#fa014a #01fab1

#fa014a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa014a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa014a Color CSS Codes

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

#fa014a Text Font Color

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

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


#fa014a Background Color

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

This div background color is #fa014a


#fa014a Border Color

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

This div border color is #fa014a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa014a


Comments

No comments written yet.

Please login to write comment.