Color Hex Logo

#f4194d Color Hex

#F4194D
(244,25,77)
0 Favorites   0 Comments

Color spaces of #f4194d

RGB 2442577
HSL0.960.910.53
HSV346°90°96°
CMYK 0.000.900.68   0.04
XYZ38.995420.46428.9159
Yxy20.46420.57030.2993
Hunter Lab45.237474.704719.9806
CIE-Lab52.358076.884231.0096

#f4194d color RGB value is (244,25,77).

#f4194d hex color red value is 244, green value is 25 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f4194d hue: 0.96 , saturation: 0.91 and the lightness value of f4194d is 0.53.

The process color (four color CMYK) of #f4194d color hex is 0.00, 0.90, 0.68, 0.04. Web safe color of #f4194d is #ff0066. Color #f4194d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011001 01001101
Octal 364 31 115
Decimal 244 25 77
Hex F4 19 4D

RGB Percentages of Color #f4194d

%70.52
%7.23
%22.25

CMYK Percentages of Color #f4194d

%0
%90
%68
%4

Triadic Colors of #f4194d

#f4194d #4df419 #194df4

Analogous Colors of #f4194d

#f4194d #f45319 #f419bb

Monochromatic Colors of #f4194d

#f4194d

Complementary Color

#f4194d #19f4c0

#f4194d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4194d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4194d Color CSS Codes

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

#f4194d Text Font Color

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

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


#f4194d Background Color

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

This div background color is #f4194d


#f4194d Border Color

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

This div border color is #f4194d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4194d


Comments

No comments written yet.

Please login to write comment.