Color Hex Logo

#f63133 Color Hex

#F63133
(246,49,51)
0 Favorites   0 Comments

Color spaces of #f63133

RGB 2464951
HSL1.000.920.58
HSV359°80°96°
CMYK 0.000.800.79   0.04
XYZ39.701922.02855.2914
Yxy22.02850.59240.3287
Hunter Lab46.934568.857726.1698
CIE-Lab54.057271.790447.8033

#f63133 color RGB value is (246,49,51).

#f63133 hex color red value is 246, green value is 49 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #f63133 hue: 1.00 , saturation: 0.92 and the lightness value of f63133 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110001 00110011
Octal 366 61 63
Decimal 246 49 51
Hex F6 31 33

RGB Percentages of Color #f63133

%71.10
%14.16
%14.74

CMYK Percentages of Color #f63133

%0
%80
%79
%4

Triadic Colors of #f63133

#f63133 #33f631 #3133f6

Analogous Colors of #f63133

#f63133 #f69231 #f63196

Monochromatic Colors of #f63133

#f63133

Complementary Color

#f63133 #31f6f4

#f63133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63133 Color CSS Codes

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

#f63133 Text Font Color

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

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


#f63133 Background Color

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

This div background color is #f63133


#f63133 Border Color

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

This div border color is #f63133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63133


Comments

No comments written yet.

Please login to write comment.