Color Hex Logo

#f3242e Color Hex

#F3242E
(243,36,46)
0 Favorites   0 Comments

Color spaces of #f3242e

RGB 2433646
HSL0.990.900.55
HSV357°85°95°
CMYK 0.000.850.81   0.05
XYZ38.086220.51374.5369
Yxy20.51370.60320.3249
Hunter Lab45.292170.840025.7654
CIE-Lab52.413173.736648.6170

#f3242e color RGB value is (243,36,46).

#f3242e hex color red value is 243, green value is 36 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #f3242e hue: 0.99 , saturation: 0.90 and the lightness value of f3242e is 0.55.

The process color (four color CMYK) of #f3242e color hex is 0.00, 0.85, 0.81, 0.05. Web safe color of #f3242e is #ff3333. Color #f3242e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100100 00101110
Octal 363 44 56
Decimal 243 36 46
Hex F3 24 2E

RGB Percentages of Color #f3242e

%74.77
%11.08
%14.15

CMYK Percentages of Color #f3242e

%0
%85
%81
%5

Triadic Colors of #f3242e

#f3242e #2ef324 #242ef3

Analogous Colors of #f3242e

#f3242e #f38224 #f32496

Monochromatic Colors of #f3242e

#f3242e

Complementary Color

#f3242e #24f3e9

#f3242e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3242e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3242e Color CSS Codes

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

#f3242e Text Font Color

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

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


#f3242e Background Color

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

This div background color is #f3242e


#f3242e Border Color

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

This div border color is #f3242e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,36,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 #f3242e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3242e


Comments

No comments written yet.

Please login to write comment.