Color Hex Logo

#f63029 Color Hex

#F63029
(246,48,41)
0 Favorites   0 Comments

Color spaces of #f63029

RGB 2464841
HSL0.010.920.56
HSV83°96°
CMYK 0.000.800.83   0.04
XYZ39.463221.86684.2386
Yxy21.86680.60190.3335
Hunter Lab46.762068.805827.3592
CIE-Lab53.885471.780652.7096

#f63029 color RGB value is (246,48,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110000 00101001
Octal 366 60 51
Decimal 246 48 41
Hex F6 30 29

RGB Percentages of Color #f63029

%73.43
%14.33
%12.24

CMYK Percentages of Color #f63029

%0
%80
%83
%4

Triadic Colors of #f63029

#f63029 #29f630 #3029f6

Analogous Colors of #f63029

#f63029 #f69729 #f62989

Monochromatic Colors of #f63029

#f63029

Complementary Color

#f63029 #29eff6

#f63029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63029 Color CSS Codes

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

#f63029 Text Font Color

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

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


#f63029 Background Color

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

This div background color is #f63029


#f63029 Border Color

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

This div border color is #f63029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63029


Comments

No comments written yet.

Please login to write comment.