Color Hex Logo

#fa019b Color Hex

#FA019B
(250,1,155)
0 Favorites   0 Comments

Color spaces of #fa019b

RGB 2501155
HSL0.900.990.49
HSV323°100°98°
CMYK 0.001.000.38   0.02
XYZ45.351622.712333.0040
Yxy22.71230.44870.2247
Hunter Lab47.657486.4631-7.6997
CIE-Lab54.774885.6466-12.3229

#fa019b color RGB value is (250,1,155).

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

The process color (four color CMYK) of #fa019b color hex is 0.00, 1.00, 0.38, 0.02. Web safe color of #fa019b is #ff0099. Color #fa019b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000001 10011011
Octal 372 1 233
Decimal 250 1 155
Hex FA 1 9B

RGB Percentages of Color #fa019b

%61.58
%0.25
%38.18

CMYK Percentages of Color #fa019b

%0
%100
%38
%2

Triadic Colors of #fa019b

#fa019b #9bfa01 #019bfa

Analogous Colors of #fa019b

#fa019b #fa011f #dd01fa

Monochromatic Colors of #fa019b

#fa019b

Complementary Color

#fa019b #01fa60

#fa019b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa019b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa019b Color CSS Codes

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

#fa019b Text Font Color

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

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


#fa019b Background Color

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

This div background color is #fa019b


#fa019b Border Color

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

This div border color is #fa019b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa019b


Comments

No comments written yet.

Please login to write comment.