Color Hex Logo

#fa098f Color Hex

#FA098F
(250,9,143)
0 Favorites   0 Comments

Color spaces of #fa098f

RGB 2509143
HSL0.910.960.51
HSV327°96°98°
CMYK 0.000.960.43   0.02
XYZ44.480022.502527.9857
Yxy22.50250.46840.2369
Hunter Lab47.436884.3595-1.7728
CIE-Lab54.556284.0696-5.5129

#fa098f color RGB value is (250,9,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001001 10001111
Octal 372 11 217
Decimal 250 9 143
Hex FA 9 8F

RGB Percentages of Color #fa098f

%62.19
%2.24
%35.57

CMYK Percentages of Color #fa098f

%0
%96
%43
%2

Triadic Colors of #fa098f

#fa098f #8ffa09 #098ffa

Analogous Colors of #fa098f

#fa098f #fa0917 #ed09fa

Monochromatic Colors of #fa098f

#fa098f

Complementary Color

#fa098f #09fa74

#fa098f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa098f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa098f Color CSS Codes

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

#fa098f Text Font Color

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

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


#fa098f Background Color

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

This div background color is #fa098f


#fa098f Border Color

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

This div border color is #fa098f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa098f


Comments

No comments written yet.

Please login to write comment.