Color Hex Logo

#f2352c Color Hex

#F2352C
(242,53,44)
0 Favorites   0 Comments

Color spaces of #f2352c

RGB 2425344
HSL0.010.880.56
HSV82°95°
CMYK 0.000.780.82   0.05
XYZ38.345721.60534.5321
Yxy21.60530.59470.3351
Hunter Lab46.481565.914026.7561
CIE-Lab53.605769.431550.6976

#f2352c color RGB value is (242,53,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00110101 00101100
Octal 362 65 54
Decimal 242 53 44
Hex F2 35 2C

RGB Percentages of Color #f2352c

%71.39
%15.63
%12.98

CMYK Percentages of Color #f2352c

%0
%78
%82
%5

Triadic Colors of #f2352c

#f2352c #2cf235 #352cf2

Analogous Colors of #f2352c

#f2352c #f2982c #f22c86

Monochromatic Colors of #f2352c

#f2352c

Complementary Color

#f2352c #2ce9f2

#f2352c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2352c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2352c Color CSS Codes

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

#f2352c Text Font Color

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

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


#f2352c Background Color

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

This div background color is #f2352c


#f2352c Border Color

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

This div border color is #f2352c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2352c


Comments

No comments written yet.

Please login to write comment.