Color Hex Logo

#f3313e Color Hex

#F3313E
(243,49,62)
0 Favorites   0 Comments

Color spaces of #f3313e

RGB 2434962
HSL0.990.890.57
HSV356°80°95°
CMYK 0.000.800.74   0.05
XYZ38.930021.59916.6746
Yxy21.59910.57930.3214
Hunter Lab46.474868.190924.0173
CIE-Lab53.599071.327341.1393

#f3313e color RGB value is (243,49,62).

#f3313e hex color red value is 243, green value is 49 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f3313e hue: 0.99 , saturation: 0.89 and the lightness value of f3313e is 0.57.

The process color (four color CMYK) of #f3313e color hex is 0.00, 0.80, 0.74, 0.05. Web safe color of #f3313e is #ff3333. Color #f3313e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110001 00111110
Octal 363 61 76
Decimal 243 49 62
Hex F3 31 3E

RGB Percentages of Color #f3313e

%68.64
%13.84
%17.51

CMYK Percentages of Color #f3313e

%0
%80
%74
%5

Triadic Colors of #f3313e

#f3313e #3ef331 #313ef3

Analogous Colors of #f3313e

#f3313e #f38531 #f3319f

Monochromatic Colors of #f3313e

#f3313e

Complementary Color

#f3313e #31f3e6

#f3313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3313e Color CSS Codes

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

#f3313e Text Font Color

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

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


#f3313e Background Color

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

This div background color is #f3313e


#f3313e Border Color

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

This div border color is #f3313e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3313e


Comments

No comments written yet.

Please login to write comment.