Color Hex Logo

#f44248 Color Hex

#F44248
(244,66,72)
0 Favorites   0 Comments

Color spaces of #f44248

RGB 2446672
HSL0.990.890.61
HSV358°73°96°
CMYK 0.000.730.70   0.04
XYZ40.426123.59748.5550
Yxy23.59740.55700.3251
Hunter Lab48.577263.538423.5624
CIE-Lab55.682467.044237.9294

#f44248 color RGB value is (244,66,72).

#f44248 hex color red value is 244, green value is 66 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #f44248 hue: 0.99 , saturation: 0.89 and the lightness value of f44248 is 0.61.

The process color (four color CMYK) of #f44248 color hex is 0.00, 0.73, 0.70, 0.04. Web safe color of #f44248 is #ff3333. Color #f44248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000010 01001000
Octal 364 102 110
Decimal 244 66 72
Hex F4 42 48

RGB Percentages of Color #f44248

%63.87
%17.28
%18.85

CMYK Percentages of Color #f44248

%0
%73
%70
%4

Triadic Colors of #f44248

#f44248 #48f442 #4248f4

Analogous Colors of #f44248

#f44248 #f49542 #f442a1

Monochromatic Colors of #f44248

#f44248

Complementary Color

#f44248 #42f4ee

#f44248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44248 Color CSS Codes

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

#f44248 Text Font Color

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

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


#f44248 Background Color

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

This div background color is #f44248


#f44248 Border Color

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

This div border color is #f44248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44248


Comments

No comments written yet.

Please login to write comment.