Color Hex Logo

#f90713 Color Hex

#F90713
(249,7,19)
0 Favorites   0 Comments

Color spaces of #f90713

RGB 249719
HSL0.990.950.50
HSV357°97°98°
CMYK 0.000.970.92   0.02
XYZ39.260420.33872.4726
Yxy20.33870.63250.3277
Hunter Lab45.098476.470728.3182
CIE-Lab52.218078.327560.9810

#f90713 color RGB value is (249,7,19).

#f90713 hex color red value is 249, green value is 7 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #f90713 hue: 0.99 , saturation: 0.95 and the lightness value of f90713 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000111 00010011
Octal 371 7 23
Decimal 249 7 19
Hex F9 7 13

RGB Percentages of Color #f90713

%90.55
%2.55
%6.91

CMYK Percentages of Color #f90713

%0
%97
%92
%2

Triadic Colors of #f90713

#f90713 #13f907 #0713f9

Analogous Colors of #f90713

#f90713 #f97407 #f9078c

Monochromatic Colors of #f90713

#f90713

Complementary Color

#f90713 #07f9ed

#f90713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90713 Color CSS Codes

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

#f90713 Text Font Color

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

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


#f90713 Background Color

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

This div background color is #f90713


#f90713 Border Color

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

This div border color is #f90713


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,7,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f90713; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f90713;
  -webkit-box-shadow: 1px 1px 3px 2px #f90713;
  box-shadow:         1px 1px 3px 2px #f90713; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90713


Comments

No comments written yet.

Please login to write comment.