Color Hex Logo

#f94348 Color Hex

#F94348
(249,67,72)
0 Favorites   0 Comments

Color spaces of #f94348

RGB 2496772
HSL1.000.940.62
HSV358°73°98°
CMYK 0.000.730.71   0.02
XYZ42.243824.62198.6569
Yxy24.62190.55940.3260
Hunter Lab49.620565.128124.3905
CIE-Lab56.705268.189239.3539

#f94348 color RGB value is (249,67,72).

#f94348 hex color red value is 249, green value is 67 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #f94348 hue: 1.00 , saturation: 0.94 and the lightness value of f94348 is 0.62.

The process color (four color CMYK) of #f94348 color hex is 0.00, 0.73, 0.71, 0.02. Web safe color of #f94348 is #ff3333. Color #f94348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000011 01001000
Octal 371 103 110
Decimal 249 67 72
Hex F9 43 48

RGB Percentages of Color #f94348

%64.18
%17.27
%18.56

CMYK Percentages of Color #f94348

%0
%73
%71
%2

Triadic Colors of #f94348

#f94348 #48f943 #4348f9

Analogous Colors of #f94348

#f94348 #f99943 #f943a3

Monochromatic Colors of #f94348

#f94348

Complementary Color

#f94348 #43f9f4

#f94348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94348 Color CSS Codes

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

#f94348 Text Font Color

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

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


#f94348 Background Color

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

This div background color is #f94348


#f94348 Border Color

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

This div border color is #f94348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94348


Comments

No comments written yet.

Please login to write comment.