Color Hex Logo

#f94753 Color Hex

#F94753
(249,71,83)
0 Favorites   0 Comments

Color spaces of #f94753

RGB 2497183
HSL0.990.940.63
HSV356°71°98°
CMYK 0.000.710.67   0.02
XYZ42.881525.270710.8012
Yxy25.27070.54310.3201
Hunter Lab50.270064.292422.4497
CIE-Lab57.338267.370933.8616

#f94753 color RGB value is (249,71,83).

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

The process color (four color CMYK) of #f94753 color hex is 0.00, 0.71, 0.67, 0.02. Web safe color of #f94753 is #ff3366. Color #f94753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000111 01010011
Octal 371 107 123
Decimal 249 71 83
Hex F9 47 53

RGB Percentages of Color #f94753

%61.79
%17.62
%20.60

CMYK Percentages of Color #f94753

%0
%71
%67
%2

Triadic Colors of #f94753

#f94753 #53f947 #4753f9

Analogous Colors of #f94753

#f94753 #f99447 #f947ac

Monochromatic Colors of #f94753

#f94753

Complementary Color

#f94753 #47f9ed

#f94753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94753 Color CSS Codes

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

#f94753 Text Font Color

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

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


#f94753 Background Color

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

This div background color is #f94753


#f94753 Border Color

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

This div border color is #f94753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94753

Related Colors


Comments

No comments written yet.

Please login to write comment.