Color Hex Logo

#f6141a Color Hex

#F6141A
(246,20,26)
0 Favorites   0 Comments

Color spaces of #f6141a

RGB 2462026
HSL1.000.930.52
HSV358°92°96°
CMYK 0.000.920.89   0.04
XYZ38.442620.16772.8439
Yxy20.16770.62550.3282
Hunter Lab44.908574.210027.6813
CIE-Lab52.026376.550257.9466

#f6141a color RGB value is (246,20,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010100 00011010
Octal 366 24 32
Decimal 246 20 26
Hex F6 14 1A

RGB Percentages of Color #f6141a

%84.25
%6.85
%8.90

CMYK Percentages of Color #f6141a

%0
%92
%89
%4

Triadic Colors of #f6141a

#f6141a #1af614 #141af6

Analogous Colors of #f6141a

#f6141a #f67f14 #f6148b

Monochromatic Colors of #f6141a

#f6141a

Complementary Color

#f6141a #14f6f0

#f6141a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6141a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6141a Color CSS Codes

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

#f6141a Text Font Color

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

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


#f6141a Background Color

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

This div background color is #f6141a


#f6141a Border Color

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

This div border color is #f6141a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,20,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 #f6141a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6141a


Comments

No comments written yet.

Please login to write comment.