Color Hex Logo

#f11900 Color Hex

#F11900
(241,25,0)
0 Favorites   0 Comments

Color spaces of #f11900

RGB 241250
HSL0.021.000.47
HSV100°95°
CMYK 0.000.901.00   0.05
XYZ36.623319.39601.8135
Yxy19.39600.63330.3354
Hunter Lab44.040971.364628.3872
CIE-Lab51.147374.411264.6954

#f11900 color RGB value is (241,25,0).

#f11900 hex color red value is 241, green value is 25 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #f11900 hue: 0.02 , saturation: 1.00 and the lightness value of f11900 is 0.47.

The process color (four color CMYK) of #f11900 color hex is 0.00, 0.90, 1.00, 0.05. Web safe color of #f11900 is #ff0000. Color #f11900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011001 00000000
Octal 361 31 0
Decimal 241 25 0
Hex F1 19 0

RGB Percentages of Color #f11900

%90.60
%9.40
%0.00

CMYK Percentages of Color #f11900

%0
%90
%100
%5

Triadic Colors of #f11900

#f11900 #00f119 #1900f1

Analogous Colors of #f11900

#f11900 #f19200 #f10060

Monochromatic Colors of #f11900

#f11900

Complementary Color

#f11900 #00d8f1

#f11900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11900 Color CSS Codes

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

#f11900 Text Font Color

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

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


#f11900 Background Color

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

This div background color is #f11900


#f11900 Border Color

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

This div border color is #f11900


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,25,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f11900; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f11900;
  -webkit-box-shadow: 1px 1px 3px 2px #f11900;
  box-shadow:         1px 1px 3px 2px #f11900; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11900


Comments

No comments written yet.

Please login to write comment.