Color Hex Logo

#f94a5c Color Hex

#F94A5C
(249,74,92)
0 Favorites   0 Comments

Color spaces of #f94a5c

RGB 2497492
HSL0.980.940.63
HSV354°70°98°
CMYK 0.000.700.63   0.02
XYZ43.447525.810012.8171
Yxy25.81000.52940.3145
Hunter Lab50.803563.748120.6044
CIE-Lab57.856366.817829.3202

#f94a5c color RGB value is (249,74,92).

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

The process color (four color CMYK) of #f94a5c color hex is 0.00, 0.70, 0.63, 0.02. Web safe color of #f94a5c is #ff3366. Color #f94a5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001010 01011100
Octal 371 112 134
Decimal 249 74 92
Hex F9 4A 5C

RGB Percentages of Color #f94a5c

%60.00
%17.83
%22.17

CMYK Percentages of Color #f94a5c

%0
%70
%63
%2

Triadic Colors of #f94a5c

#f94a5c #5cf94a #4a5cf9

Analogous Colors of #f94a5c

#f94a5c #f9904a #f94ab4

Monochromatic Colors of #f94a5c

#f94a5c

Complementary Color

#f94a5c #4af9e7

#f94a5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94a5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94a5c Color CSS Codes

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

#f94a5c Text Font Color

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

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


#f94a5c Background Color

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

This div background color is #f94a5c


#f94a5c Border Color

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

This div border color is #f94a5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94a5c


Comments

No comments written yet.

Please login to write comment.