Color Hex Logo

#fa6969 Color Hex

#FA6969
(250,105,105)
0 Favorites   0 Comments

Color spaces of #fa6969

RGB 250105105
HSL0.000.940.70
HSV58°98°
CMYK 0.000.580.58   0.02
XYZ47.025731.447116.9560
Yxy31.44710.49280.3295
Hunter Lab56.077751.550721.3271
CIE-Lab62.883355.445728.4043

#fa6969 color RGB value is (250,105,105).

#fa6969 hex color red value is 250, green value is 105 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fa6969 hue: 0.00 , saturation: 0.94 and the lightness value of fa6969 is 0.70.

The process color (four color CMYK) of #fa6969 color hex is 0.00, 0.58, 0.58, 0.02. Web safe color of #fa6969 is #ff6666. Color #fa6969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101001 01101001
Octal 372 151 151
Decimal 250 105 105
Hex FA 69 69

RGB Percentages of Color #fa6969

%54.35
%22.83
%22.83

CMYK Percentages of Color #fa6969

%0
%58
%58
%2

Triadic Colors of #fa6969

#fa6969 #69fa69 #6969fa

Analogous Colors of #fa6969

#fa6969 #fab269 #fa69b2

Monochromatic Colors of #fa6969

#fa6969

Complementary Color

#fa6969 #69fafa

#fa6969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6969 Color CSS Codes

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

#fa6969 Text Font Color

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

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


#fa6969 Background Color

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

This div background color is #fa6969


#fa6969 Border Color

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

This div border color is #fa6969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6969

#fa6969 Color Palettes


Comments

No comments written yet.

Please login to write comment.