Color Hex Logo

#f0422e Color Hex

#F0422E
(240,66,46)
1 Favorites   0 Comments

Color spaces of #f0422e

RGB 2406646
HSL0.020.870.56
HSV81°94°
CMYK 0.000.730.81   0.06
XYZ38.376522.61904.9280
Yxy22.61900.58210.3431
Hunter Lab47.559460.805627.1481
CIE-Lab54.677764.909650.5837

#f0422e color RGB value is (240,66,46).

#f0422e hex color red value is 240, green value is 66 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #f0422e hue: 0.02 , saturation: 0.87 and the lightness value of f0422e is 0.56.

The process color (four color CMYK) of #f0422e color hex is 0.00, 0.73, 0.81, 0.06. Web safe color of #f0422e is #ff3333. Color #f0422e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000010 00101110
Octal 360 102 56
Decimal 240 66 46
Hex F0 42 2E

RGB Percentages of Color #f0422e

%68.18
%18.75
%13.07

CMYK Percentages of Color #f0422e

%0
%73
%81
%6

Triadic Colors of #f0422e

#f0422e #2ef042 #422ef0

Analogous Colors of #f0422e

#f0422e #f0a32e #f02e7b

Monochromatic Colors of #f0422e

#f0422e

Complementary Color

#f0422e #2edcf0

#f0422e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0422e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0422e Color CSS Codes

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

#f0422e Text Font Color

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

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


#f0422e Background Color

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

This div background color is #f0422e


#f0422e Border Color

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

This div border color is #f0422e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0422e


Comments

No comments written yet.

Please login to write comment.