Color Hex Logo

#fa098b Color Hex

#FA098B
(250,9,139)
0 Favorites   0 Comments

Color spaces of #fa098b

RGB 2509139
HSL0.910.960.51
HSV328°96°98°
CMYK 0.000.960.44   0.02
XYZ44.182222.383426.4179
Yxy22.38340.47520.2407
Hunter Lab47.311183.90060.0110
CIE-Lab54.431583.7389-3.3075

#fa098b color RGB value is (250,9,139).

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

The process color (four color CMYK) of #fa098b color hex is 0.00, 0.96, 0.44, 0.02. Web safe color of #fa098b is #ff0099. Color #fa098b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001001 10001011
Octal 372 11 213
Decimal 250 9 139
Hex FA 9 8B

RGB Percentages of Color #fa098b

%62.81
%2.26
%34.92

CMYK Percentages of Color #fa098b

%0
%96
%44
%2

Triadic Colors of #fa098b

#fa098b #8bfa09 #098bfa

Analogous Colors of #fa098b

#fa098b #fa0913 #f109fa

Monochromatic Colors of #fa098b

#fa098b

Complementary Color

#fa098b #09fa78

#fa098b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa098b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa098b Color CSS Codes

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

#fa098b Text Font Color

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

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


#fa098b Background Color

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

This div background color is #fa098b


#fa098b Border Color

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

This div border color is #fa098b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa098b


Comments

No comments written yet.

Please login to write comment.