Color Hex Logo

#f41193 Color Hex

#F41193
(244,17,147)
0 Favorites   0 Comments

Color spaces of #f41193

RGB 24417147
HSL0.900.910.51
HSV326°93°96°
CMYK 0.000.930.40   0.04
XYZ42.775121.740629.5456
Yxy21.74060.45480.2311
Hunter Lab46.626882.1577-4.9310
CIE-Lab53.750782.5170-9.2216

#f41193 color RGB value is (244,17,147).

#f41193 hex color red value is 244, green value is 17 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f41193 hue: 0.90 , saturation: 0.91 and the lightness value of f41193 is 0.51.

The process color (four color CMYK) of #f41193 color hex is 0.00, 0.93, 0.40, 0.04. Web safe color of #f41193 is #ff0099. Color #f41193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010001 10010011
Octal 364 21 223
Decimal 244 17 147
Hex F4 11 93

RGB Percentages of Color #f41193

%59.80
%4.17
%36.03

CMYK Percentages of Color #f41193

%0
%93
%40
%4

Triadic Colors of #f41193

#f41193 #93f411 #1193f4

Analogous Colors of #f41193

#f41193 #f41121 #e411f4

Monochromatic Colors of #f41193

#f41193

Complementary Color

#f41193 #11f472

#f41193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41193 Color CSS Codes

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

#f41193 Text Font Color

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

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


#f41193 Background Color

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

This div background color is #f41193


#f41193 Border Color

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

This div border color is #f41193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41193


Comments

No comments written yet.

Please login to write comment.