Color Hex Logo

#fa068f Color Hex

#FA068F
(250,6,143)
0 Favorites   0 Comments

Color spaces of #fa068f

RGB 2506143
HSL0.910.960.50
HSV326°98°98°
CMYK 0.000.980.43   0.02
XYZ44.447422.437427.9748
Yxy22.43740.46860.2365
Hunter Lab47.368184.5994-1.8580
CIE-Lab54.488184.2683-5.6138

#fa068f color RGB value is (250,6,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000110 10001111
Octal 372 6 217
Decimal 250 6 143
Hex FA 6 8F

RGB Percentages of Color #fa068f

%62.66
%1.50
%35.84

CMYK Percentages of Color #fa068f

%0
%98
%43
%2

Triadic Colors of #fa068f

#fa068f #8ffa06 #068ffa

Analogous Colors of #fa068f

#fa068f #fa0615 #eb06fa

Monochromatic Colors of #fa068f

#fa068f

Complementary Color

#fa068f #06fa71

#fa068f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa068f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa068f Color CSS Codes

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

#fa068f Text Font Color

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

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


#fa068f Background Color

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

This div background color is #fa068f


#fa068f Border Color

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

This div border color is #fa068f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,6,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 #fa068f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa068f


Comments

No comments written yet.

Please login to write comment.