Color Hex Logo

#fa063f Color Hex

#FA063F
(250,6,63)
0 Favorites   0 Comments

Color spaces of #fa063f

RGB 250663
HSL0.960.960.50
HSV346°98°98°
CMYK 0.000.980.75   0.02
XYZ40.386720.81316.5913
Yxy20.81310.59580.3070
Hunter Lab45.621478.181223.3688
CIE-Lab52.744379.586239.9951

#fa063f color RGB value is (250,6,63).

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

The process color (four color CMYK) of #fa063f color hex is 0.00, 0.98, 0.75, 0.02. Web safe color of #fa063f is #ff0033. Color #fa063f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000110 00111111
Octal 372 6 77
Decimal 250 6 63
Hex FA 6 3F

RGB Percentages of Color #fa063f

%78.37
%1.88
%19.75

CMYK Percentages of Color #fa063f

%0
%98
%75
%2

Triadic Colors of #fa063f

#fa063f #3ffa06 #063ffa

Analogous Colors of #fa063f

#fa063f #fa4706 #fa06b9

Monochromatic Colors of #fa063f

#fa063f

Complementary Color

#fa063f #06fac1

#fa063f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa063f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa063f Color CSS Codes

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

#fa063f Text Font Color

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

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


#fa063f Background Color

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

This div background color is #fa063f


#fa063f Border Color

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

This div border color is #fa063f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa063f


Comments

No comments written yet.

Please login to write comment.