Color Hex Logo

#f94846 Color Hex

#F94846
(249,72,70)
0 Favorites   0 Comments

Color spaces of #f94846

RGB 2497270
HSL0.000.940.63
HSV72°98°
CMYK 0.000.710.72   0.02
XYZ42.489825.21678.4222
Yxy25.21670.55810.3312
Hunter Lab50.216263.157025.2073
CIE-Lab57.286066.425041.1396

#f94846 color RGB value is (249,72,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001000 01000110
Octal 371 110 106
Decimal 249 72 70
Hex F9 48 46

RGB Percentages of Color #f94846

%63.68
%18.41
%17.90

CMYK Percentages of Color #f94846

%0
%71
%72
%2

Triadic Colors of #f94846

#f94846 #46f948 #4846f9

Analogous Colors of #f94846

#f94846 #f9a246 #f9469e

Monochromatic Colors of #f94846

#f94846

Complementary Color

#f94846 #46f7f9

#f94846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94846 Color CSS Codes

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

#f94846 Text Font Color

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

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


#f94846 Background Color

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

This div background color is #f94846


#f94846 Border Color

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

This div border color is #f94846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94846


Comments

No comments written yet.

Please login to write comment.