Color Hex Logo

#f01012 Color Hex

#F01012
(240,16,18)
0 Favorites   0 Comments

Color spaces of #f01012

RGB 2401618
HSL1.000.880.50
HSV359°93°94°
CMYK 0.000.930.93   0.06
XYZ36.229718.93952.3184
Yxy18.93950.63020.3295
Hunter Lab43.519572.440827.3051
CIE-Lab50.616375.391859.4222

#f01012 color RGB value is (240,16,18).

#f01012 hex color red value is 240, green value is 16 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #f01012 hue: 1.00 , saturation: 0.88 and the lightness value of f01012 is 0.50.

The process color (four color CMYK) of #f01012 color hex is 0.00, 0.93, 0.93, 0.06. Web safe color of #f01012 is #ff0000. Color #f01012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010000 00010010
Octal 360 20 22
Decimal 240 16 18
Hex F0 10 12

RGB Percentages of Color #f01012

%87.59
%5.84
%6.57

CMYK Percentages of Color #f01012

%0
%93
%93
%6

Triadic Colors of #f01012

#f01012 #12f010 #1012f0

Analogous Colors of #f01012

#f01012 #f07e10 #f01082

Monochromatic Colors of #f01012

#f01012

Complementary Color

#f01012 #10f0ee

#f01012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01012 Color CSS Codes

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

#f01012 Text Font Color

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

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


#f01012 Background Color

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

This div background color is #f01012


#f01012 Border Color

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

This div border color is #f01012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01012


Comments

No comments written yet.

Please login to write comment.