Color Hex Logo

#f3011f Color Hex

#F3011F
(243,1,31)
0 Favorites   0 Comments

Color spaces of #f3011f

RGB 243131
HSL0.980.990.48
HSV353°100°95°
CMYK 0.001.000.87   0.05
XYZ37.220319.17533.0358
Yxy19.17530.62630.3226
Hunter Lab43.789675.089626.5423
CIE-Lab50.891777.479554.6846

#f3011f color RGB value is (243,1,31).

#f3011f hex color red value is 243, green value is 1 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #f3011f hue: 0.98 , saturation: 0.99 and the lightness value of f3011f is 0.48.

The process color (four color CMYK) of #f3011f color hex is 0.00, 1.00, 0.87, 0.05. Web safe color of #f3011f is #ff0033. Color #f3011f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000001 00011111
Octal 363 1 37
Decimal 243 1 31
Hex F3 1 1F

RGB Percentages of Color #f3011f

%88.36
%0.36
%11.27

CMYK Percentages of Color #f3011f

%0
%100
%87
%5

Triadic Colors of #f3011f

#f3011f #1ff301 #011ff3

Analogous Colors of #f3011f

#f3011f #f35c01 #f30198

Monochromatic Colors of #f3011f

#f3011f

Complementary Color

#f3011f #01f3d5

#f3011f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3011f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3011f Color CSS Codes

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

#f3011f Text Font Color

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

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


#f3011f Background Color

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

This div background color is #f3011f


#f3011f Border Color

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

This div border color is #f3011f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3011f


Comments

No comments written yet.

Please login to write comment.