Color Hex Logo

#fa065f Color Hex

#FA065F
(250,6,95)
0 Favorites   0 Comments

Color spaces of #fa065f

RGB 250695
HSL0.940.960.50
HSV338°98°98°
CMYK 0.000.980.62   0.02
XYZ41.555021.280512.7438
Yxy21.28050.54980.2816
Hunter Lab46.130880.065415.9125
CIE-Lab53.255180.974721.5744

#fa065f color RGB value is (250,6,95).

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

The process color (four color CMYK) of #fa065f color hex is 0.00, 0.98, 0.62, 0.02. Web safe color of #fa065f is #ff0066. Color #fa065f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000110 01011111
Octal 372 6 137
Decimal 250 6 95
Hex FA 6 5F

RGB Percentages of Color #fa065f

%71.23
%1.71
%27.07

CMYK Percentages of Color #fa065f

%0
%98
%62
%2

Triadic Colors of #fa065f

#fa065f #5ffa06 #065ffa

Analogous Colors of #fa065f

#fa065f #fa2706 #fa06d9

Monochromatic Colors of #fa065f

#fa065f

Complementary Color

#fa065f #06faa1

#fa065f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa065f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa065f Color CSS Codes

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

#fa065f Text Font Color

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

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


#fa065f Background Color

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

This div background color is #fa065f


#fa065f Border Color

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

This div border color is #fa065f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa065f


Comments

No comments written yet.

Please login to write comment.