Color Hex Logo

#f6302e Color Hex

#F6302E
(246,48,46)
0 Favorites   0 Comments

Color spaces of #f6302e

RGB 2464846
HSL0.000.920.57
HSV81°96°
CMYK 0.000.800.81   0.04
XYZ39.556121.90404.7278
Yxy21.90400.59760.3309
Hunter Lab46.801768.962526.7719
CIE-Lab53.925071.902350.2645

#f6302e color RGB value is (246,48,46).

#f6302e hex color red value is 246, green value is 48 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #f6302e hue: 0.00 , saturation: 0.92 and the lightness value of f6302e is 0.57.

The process color (four color CMYK) of #f6302e color hex is 0.00, 0.80, 0.81, 0.04. Web safe color of #f6302e is #ff3333. Color #f6302e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110000 00101110
Octal 366 60 56
Decimal 246 48 46
Hex F6 30 2E

RGB Percentages of Color #f6302e

%72.35
%14.12
%13.53

CMYK Percentages of Color #f6302e

%0
%80
%81
%4

Triadic Colors of #f6302e

#f6302e #2ef630 #302ef6

Analogous Colors of #f6302e

#f6302e #f6942e #f62e90

Monochromatic Colors of #f6302e

#f6302e

Complementary Color

#f6302e #2ef4f6

#f6302e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6302e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6302e Color CSS Codes

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

#f6302e Text Font Color

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

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


#f6302e Background Color

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

This div background color is #f6302e


#f6302e Border Color

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

This div border color is #f6302e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6302e

Related Colors


Comments

No comments written yet.

Please login to write comment.