Color Hex Logo

#f2322c Color Hex

#F2322C
(242,50,44)
0 Favorites   0 Comments

Color spaces of #f2322c

RGB 2425044
HSL0.010.880.56
HSV82°95°
CMYK 0.000.790.82   0.05
XYZ38.213221.34034.4879
Yxy21.34030.59670.3332
Hunter Lab46.195666.813926.5769
CIE-Lab53.319970.237250.4310

#f2322c color RGB value is (242,50,44).

#f2322c hex color red value is 242, green value is 50 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #f2322c hue: 0.01 , saturation: 0.88 and the lightness value of f2322c is 0.56.

The process color (four color CMYK) of #f2322c color hex is 0.00, 0.79, 0.82, 0.05. Web safe color of #f2322c is #ff3333. Color #f2322c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00110010 00101100
Octal 362 62 54
Decimal 242 50 44
Hex F2 32 2C

RGB Percentages of Color #f2322c

%72.02
%14.88
%13.10

CMYK Percentages of Color #f2322c

%0
%79
%82
%5

Triadic Colors of #f2322c

#f2322c #2cf232 #322cf2

Analogous Colors of #f2322c

#f2322c #f2952c #f22c89

Monochromatic Colors of #f2322c

#f2322c

Complementary Color

#f2322c #2cecf2

#f2322c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2322c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2322c Color CSS Codes

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

#f2322c Text Font Color

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

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


#f2322c Background Color

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

This div background color is #f2322c


#f2322c Border Color

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

This div border color is #f2322c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,50,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2322c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2322c;
  -webkit-box-shadow: 1px 1px 3px 2px #f2322c;
  box-shadow:         1px 1px 3px 2px #f2322c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,50,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2322c


Comments

No comments written yet.

Please login to write comment.