Color Hex Logo

#f90116 Color Hex

#F90116
(249,1,22)
0 Favorites   0 Comments

Color spaces of #f90116

RGB 249122
HSL0.990.990.49
HSV355°100°98°
CMYK 0.001.000.91   0.02
XYZ39.222620.21942.5945
Yxy20.21940.63230.3259
Hunter Lab44.966077.010228.0552
CIE-Lab52.084478.784059.8347

#f90116 color RGB value is (249,1,22).

#f90116 hex color red value is 249, green value is 1 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #f90116 hue: 0.99 , saturation: 0.99 and the lightness value of f90116 is 0.49.

The process color (four color CMYK) of #f90116 color hex is 0.00, 1.00, 0.91, 0.02. Web safe color of #f90116 is #ff0000. Color #f90116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000001 00010110
Octal 371 1 26
Decimal 249 1 22
Hex F9 1 16

RGB Percentages of Color #f90116

%91.54
%0.37
%8.09

CMYK Percentages of Color #f90116

%0
%100
%91
%2

Triadic Colors of #f90116

#f90116 #16f901 #0116f9

Analogous Colors of #f90116

#f90116 #f96801 #f90192

Monochromatic Colors of #f90116

#f90116

Complementary Color

#f90116 #01f9e4

#f90116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90116 Color CSS Codes

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

#f90116 Text Font Color

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

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


#f90116 Background Color

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

This div background color is #f90116


#f90116 Border Color

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

This div border color is #f90116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90116

Related Colors


Comments

No comments written yet.

Please login to write comment.