Color Hex Logo

#f03149 Color Hex

#F03149
(240,49,73)
0 Favorites   0 Comments

Color spaces of #f03149

RGB 2404973
HSL0.980.860.57
HSV352°80°94°
CMYK 0.000.800.70   0.06
XYZ38.236121.20298.3806
Yxy21.20290.56380.3126
Hunter Lab46.046667.641021.4417
CIE-Lab53.170870.953534.1851

#f03149 color RGB value is (240,49,73).

#f03149 hex color red value is 240, green value is 49 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #f03149 hue: 0.98 , saturation: 0.86 and the lightness value of f03149 is 0.57.

The process color (four color CMYK) of #f03149 color hex is 0.00, 0.80, 0.70, 0.06. Web safe color of #f03149 is #ff3333. Color #f03149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110001 01001001
Octal 360 61 111
Decimal 240 49 73
Hex F0 31 49

RGB Percentages of Color #f03149

%66.30
%13.54
%20.17

CMYK Percentages of Color #f03149

%0
%80
%70
%6

Triadic Colors of #f03149

#f03149 #49f031 #3149f0

Analogous Colors of #f03149

#f03149 #f07931 #f031a9

Monochromatic Colors of #f03149

#f03149

Complementary Color

#f03149 #31f0d8

#f03149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03149 Color CSS Codes

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

#f03149 Text Font Color

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

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


#f03149 Background Color

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

This div background color is #f03149


#f03149 Border Color

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

This div border color is #f03149


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,49,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03149


Comments

No comments written yet.

Please login to write comment.