Color Hex Logo

#f71011 Color Hex

#F71011
(247,16,17)
0 Favorites   0 Comments

Color spaces of #f71011

RGB 2471617
HSL1.000.940.52
HSV360°94°97°
CMYK 0.000.940.93   0.03
XYZ38.644220.18522.3897
Yxy20.18520.63120.3297
Hunter Lab44.927974.910628.2959
CIE-Lab52.046077.110761.3245

#f71011 color RGB value is (247,16,17).

#f71011 hex color red value is 247, green value is 16 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #f71011 hue: 1.00 , saturation: 0.94 and the lightness value of f71011 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010000 00010001
Octal 367 20 21
Decimal 247 16 17
Hex F7 10 11

RGB Percentages of Color #f71011

%88.21
%5.71
%6.07

CMYK Percentages of Color #f71011

%0
%94
%93
%3

Triadic Colors of #f71011

#f71011 #11f710 #1011f7

Analogous Colors of #f71011

#f71011 #f78310 #f71085

Monochromatic Colors of #f71011

#f71011

Complementary Color

#f71011 #10f7f6

#f71011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71011 Color CSS Codes

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

#f71011 Text Font Color

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

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


#f71011 Background Color

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

This div background color is #f71011


#f71011 Border Color

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

This div border color is #f71011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71011


Comments

No comments written yet.

Please login to write comment.