Color Hex Logo

#f6131a Color Hex

#F6131A
(246,19,26)
0 Favorites   0 Comments

Color spaces of #f6131a

RGB 2461926
HSL0.990.930.52
HSV358°92°96°
CMYK 0.000.920.89   0.04
XYZ38.425420.13322.8381
Yxy20.13320.62590.3279
Hunter Lab44.870074.339727.6588
CIE-Lab51.987576.662357.9201

#f6131a color RGB value is (246,19,26).

#f6131a hex color red value is 246, green value is 19 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #f6131a hue: 0.99 , saturation: 0.93 and the lightness value of f6131a is 0.52.

The process color (four color CMYK) of #f6131a color hex is 0.00, 0.92, 0.89, 0.04. Web safe color of #f6131a is #ff0033. Color #f6131a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010011 00011010
Octal 366 23 32
Decimal 246 19 26
Hex F6 13 1A

RGB Percentages of Color #f6131a

%84.54
%6.53
%8.93

CMYK Percentages of Color #f6131a

%0
%92
%89
%4

Triadic Colors of #f6131a

#f6131a #1af613 #131af6

Analogous Colors of #f6131a

#f6131a #f67e13 #f6138c

Monochromatic Colors of #f6131a

#f6131a

Complementary Color

#f6131a #13f6ef

#f6131a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6131a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6131a Color CSS Codes

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

#f6131a Text Font Color

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

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


#f6131a Background Color

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

This div background color is #f6131a


#f6131a Border Color

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

This div border color is #f6131a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,19,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6131a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6131a;
  -webkit-box-shadow: 1px 1px 3px 2px #f6131a;
  box-shadow:         1px 1px 3px 2px #f6131a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,19,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6131a

Related Colors


Comments

No comments written yet.

Please login to write comment.