Color Hex Logo

#f3425e Color Hex

#F3425E
(243,66,94)
0 Favorites   0 Comments

Color spaces of #f3425e

RGB 2436694
HSL0.970.880.61
HSV351°73°95°
CMYK 0.000.730.61   0.05
XYZ40.930723.759313.0184
Yxy23.75930.52670.3057
Hunter Lab48.743564.588118.2853
CIE-Lab55.846067.897225.3438

#f3425e color RGB value is (243,66,94).

#f3425e hex color red value is 243, green value is 66 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f3425e hue: 0.97 , saturation: 0.88 and the lightness value of f3425e is 0.61.

The process color (four color CMYK) of #f3425e color hex is 0.00, 0.73, 0.61, 0.05. Web safe color of #f3425e is #ff3366. Color #f3425e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000010 01011110
Octal 363 102 136
Decimal 243 66 94
Hex F3 42 5E

RGB Percentages of Color #f3425e

%60.30
%16.38
%23.33

CMYK Percentages of Color #f3425e

%0
%73
%61
%5

Triadic Colors of #f3425e

#f3425e #5ef342 #425ef3

Analogous Colors of #f3425e

#f3425e #f37f42 #f342b7

Monochromatic Colors of #f3425e

#f3425e

Complementary Color

#f3425e #42f3d7

#f3425e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3425e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3425e Color CSS Codes

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

#f3425e Text Font Color

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

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


#f3425e Background Color

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

This div background color is #f3425e


#f3425e Border Color

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

This div border color is #f3425e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3425e


Comments

No comments written yet.

Please login to write comment.