Color Hex Logo

#fa115b Color Hex

#FA115B
(250,17,91)
0 Favorites   0 Comments

Color spaces of #fa115b

RGB 2501791
HSL0.950.960.52
HSV341°93°98°
CMYK 0.000.930.64   0.02
XYZ41.513121.480211.8556
Yxy21.48020.55460.2870
Hunter Lab46.346778.776917.2762
CIE-Lab53.471179.916324.2746

#fa115b color RGB value is (250,17,91).

#fa115b hex color red value is 250, green value is 17 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fa115b hue: 0.95 , saturation: 0.96 and the lightness value of fa115b is 0.52.

The process color (four color CMYK) of #fa115b color hex is 0.00, 0.93, 0.64, 0.02. Web safe color of #fa115b is #ff0066. Color #fa115b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010001 01011011
Octal 372 21 133
Decimal 250 17 91
Hex FA 11 5B

RGB Percentages of Color #fa115b

%69.83
%4.75
%25.42

CMYK Percentages of Color #fa115b

%0
%93
%64
%2

Triadic Colors of #fa115b

#fa115b #5bfa11 #115bfa

Analogous Colors of #fa115b

#fa115b #fa3c11 #fa11d0

Monochromatic Colors of #fa115b

#fa115b

Complementary Color

#fa115b #11fab0

#fa115b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa115b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa115b Color CSS Codes

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

#fa115b Text Font Color

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

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


#fa115b Background Color

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

This div background color is #fa115b


#fa115b Border Color

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

This div border color is #fa115b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa115b


Comments

No comments written yet.

Please login to write comment.