Color Hex Logo

#f6381f Color Hex

#F6381F
(246,56,31)
0 Favorites   0 Comments

Color spaces of #f6381f

RGB 2465631
HSL0.020.920.54
HSV87°96°
CMYK 0.000.770.87   0.04
XYZ39.667522.52013.5524
Yxy22.52010.60340.3426
Hunter Lab47.455366.159728.7804
CIE-Lab54.574569.452757.7729

#f6381f color RGB value is (246,56,31).

#f6381f hex color red value is 246, green value is 56 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #f6381f hue: 0.02 , saturation: 0.92 and the lightness value of f6381f is 0.54.

The process color (four color CMYK) of #f6381f color hex is 0.00, 0.77, 0.87, 0.04. Web safe color of #f6381f is #ff3333. Color #f6381f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111000 00011111
Octal 366 70 37
Decimal 246 56 31
Hex F6 38 1F

RGB Percentages of Color #f6381f

%73.87
%16.82
%9.31

CMYK Percentages of Color #f6381f

%0
%77
%87
%4

Triadic Colors of #f6381f

#f6381f #1ff638 #381ff6

Analogous Colors of #f6381f

#f6381f #f6a41f #f61f72

Monochromatic Colors of #f6381f

#f6381f

Complementary Color

#f6381f #1fddf6

#f6381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6381f Color CSS Codes

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

#f6381f Text Font Color

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

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


#f6381f Background Color

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

This div background color is #f6381f


#f6381f Border Color

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

This div border color is #f6381f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6381f


Comments

No comments written yet.

Please login to write comment.