Color Hex Logo

#f9194c Color Hex

#F9194C
(249,25,76)
0 Favorites   0 Comments

Color spaces of #f9194c

RGB 2492576
HSL0.960.950.54
HSV346°90°98°
CMYK 0.000.900.69   0.02
XYZ40.719121.35688.8136
Yxy21.35680.57440.3013
Hunter Lab46.213476.404621.0419
CIE-Lab53.337878.056633.0323

#f9194c color RGB value is (249,25,76).

#f9194c hex color red value is 249, green value is 25 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #f9194c hue: 0.96 , saturation: 0.95 and the lightness value of f9194c is 0.54.

The process color (four color CMYK) of #f9194c color hex is 0.00, 0.90, 0.69, 0.02. Web safe color of #f9194c is #ff0033. Color #f9194c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011001 01001100
Octal 371 31 114
Decimal 249 25 76
Hex F9 19 4C

RGB Percentages of Color #f9194c

%71.14
%7.14
%21.71

CMYK Percentages of Color #f9194c

%0
%90
%69
%2

Triadic Colors of #f9194c

#f9194c #4cf919 #194cf9

Analogous Colors of #f9194c

#f9194c #f95619 #f919bc

Monochromatic Colors of #f9194c

#f9194c

Complementary Color

#f9194c #19f9c6

#f9194c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9194c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9194c Color CSS Codes

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

#f9194c Text Font Color

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

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


#f9194c Background Color

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

This div background color is #f9194c


#f9194c Border Color

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

This div border color is #f9194c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9194c

Related Colors


Comments

No comments written yet.

Please login to write comment.