Color Hex Logo

#f6463a Color Hex

#F6463A
(246,70,58)
0 Favorites   0 Comments

Color spaces of #f6463a

RGB 2467058
HSL0.010.910.60
HSV76°96°
CMYK 0.000.720.76   0.04
XYZ40.959924.27866.5304
Yxy24.27860.57070.3383
Hunter Lab49.273362.155126.6334
CIE-Lab56.365765.747046.4813

#f6463a color RGB value is (246,70,58).

#f6463a hex color red value is 246, green value is 70 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #f6463a hue: 0.01 , saturation: 0.91 and the lightness value of f6463a is 0.60.

The process color (four color CMYK) of #f6463a color hex is 0.00, 0.72, 0.76, 0.04. Web safe color of #f6463a is #ff3333. Color #f6463a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000110 00111010
Octal 366 106 72
Decimal 246 70 58
Hex F6 46 3A

RGB Percentages of Color #f6463a

%65.78
%18.72
%15.51

CMYK Percentages of Color #f6463a

%0
%72
%76
%4

Triadic Colors of #f6463a

#f6463a #3af646 #463af6

Analogous Colors of #f6463a

#f6463a #f6a43a #f63a8c

Monochromatic Colors of #f6463a

#f6463a

Complementary Color

#f6463a #3aeaf6

#f6463a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6463a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6463a Color CSS Codes

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

#f6463a Text Font Color

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

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


#f6463a Background Color

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

This div background color is #f6463a


#f6463a Border Color

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

This div border color is #f6463a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6463a


Comments

No comments written yet.

Please login to write comment.