Color Hex Logo

#fa188e Color Hex

#FA188E
(250,24,142)
0 Favorites   0 Comments

Color spaces of #fa188e

RGB 25024142
HSL0.910.960.54
HSV329°90°98°
CMYK 0.000.900.43   0.02
XYZ44.633522.930327.6647
Yxy22.93030.46870.2408
Hunter Lab47.885682.5776-0.7334
CIE-Lab55.000582.6005-4.2588

#fa188e color RGB value is (250,24,142).

#fa188e hex color red value is 250, green value is 24 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fa188e hue: 0.91 , saturation: 0.96 and the lightness value of fa188e is 0.54.

The process color (four color CMYK) of #fa188e color hex is 0.00, 0.90, 0.43, 0.02. Web safe color of #fa188e is #ff0099. Color #fa188e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011000 10001110
Octal 372 30 216
Decimal 250 24 142
Hex FA 18 8E

RGB Percentages of Color #fa188e

%60.10
%5.77
%34.13

CMYK Percentages of Color #fa188e

%0
%90
%43
%2

Triadic Colors of #fa188e

#fa188e #8efa18 #188efa

Analogous Colors of #fa188e

#fa188e #fa181d #f518fa

Monochromatic Colors of #fa188e

#fa188e

Complementary Color

#fa188e #18fa84

#fa188e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa188e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa188e Color CSS Codes

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

#fa188e Text Font Color

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

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


#fa188e Background Color

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

This div background color is #fa188e


#fa188e Border Color

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

This div border color is #fa188e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa188e


Comments

No comments written yet.

Please login to write comment.