Color Hex Logo

#fa1015 Color Hex

#FA1015
(250,16,21)
0 Favorites   0 Comments

Color spaces of #fa1015

RGB 2501621
HSL1.000.960.52
HSV359°94°98°
CMYK 0.000.940.92   0.02
XYZ39.745020.74872.6196
Yxy20.74870.62970.3288
Hunter Lab45.550776.035228.4758
CIE-Lab52.673477.890660.6652

#fa1015 color RGB value is (250,16,21).

#fa1015 hex color red value is 250, green value is 16 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fa1015 hue: 1.00 , saturation: 0.96 and the lightness value of fa1015 is 0.52.

The process color (four color CMYK) of #fa1015 color hex is 0.00, 0.94, 0.92, 0.02. Web safe color of #fa1015 is #ff0000. Color #fa1015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010000 00010101
Octal 372 20 25
Decimal 250 16 21
Hex FA 10 15

RGB Percentages of Color #fa1015

%87.11
%5.57
%7.32

CMYK Percentages of Color #fa1015

%0
%94
%92
%2

Triadic Colors of #fa1015

#fa1015 #15fa10 #1015fa

Analogous Colors of #fa1015

#fa1015 #fa8010 #fa108a

Monochromatic Colors of #fa1015

#fa1015

Complementary Color

#fa1015 #10faf5

#fa1015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa1015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa1015 Color CSS Codes

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

#fa1015 Text Font Color

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

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


#fa1015 Background Color

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

This div background color is #fa1015


#fa1015 Border Color

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

This div border color is #fa1015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa1015

Related Colors


Comments

No comments written yet.

Please login to write comment.