Color Hex Logo

#fa09af Color Hex

#FA09AF
(250,9,175)
0 Favorites   0 Comments

Color spaces of #fa09af

RGB 2509175
HSL0.890.960.51
HSV319°96°98°
CMYK 0.000.960.30   0.02
XYZ47.259923.614542.6246
Yxy23.61450.41640.2081
Hunter Lab48.594888.5560-17.9895
CIE-Lab55.699787.0646-22.6862

#fa09af color RGB value is (250,9,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001001 10101111
Octal 372 11 257
Decimal 250 9 175
Hex FA 9 AF

RGB Percentages of Color #fa09af

%57.60
%2.07
%40.32

CMYK Percentages of Color #fa09af

%0
%96
%30
%2

Triadic Colors of #fa09af

#fa09af #affa09 #09affa

Analogous Colors of #fa09af

#fa09af #fa0937 #cd09fa

Monochromatic Colors of #fa09af

#fa09af

Complementary Color

#fa09af #09fa54

#fa09af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa09af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa09af Color CSS Codes

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

#fa09af Text Font Color

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

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


#fa09af Background Color

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

This div background color is #fa09af


#fa09af Border Color

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

This div border color is #fa09af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa09af


Comments

No comments written yet.

Please login to write comment.