Color Hex Logo

#f41093 Color Hex

#F41093
(244,16,147)
0 Favorites   0 Comments

Color spaces of #f41093

RGB 24416147
HSL0.900.910.51
HSV326°93°96°
CMYK 0.000.930.40   0.04
XYZ42.760021.710329.5406
Yxy21.71030.45480.2309
Hunter Lab46.594382.2709-4.9736
CIE-Lab53.718382.6116-9.2702

#f41093 color RGB value is (244,16,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010000 10010011
Octal 364 20 223
Decimal 244 16 147
Hex F4 10 93

RGB Percentages of Color #f41093

%59.95
%3.93
%36.12

CMYK Percentages of Color #f41093

%0
%93
%40
%4

Triadic Colors of #f41093

#f41093 #93f410 #1093f4

Analogous Colors of #f41093

#f41093 #f41021 #e310f4

Monochromatic Colors of #f41093

#f41093

Complementary Color

#f41093 #10f471

#f41093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41093 Color CSS Codes

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

#f41093 Text Font Color

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

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


#f41093 Background Color

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

This div background color is #f41093


#f41093 Border Color

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

This div border color is #f41093


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,16,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 #f41093">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41093


Comments

No comments written yet.

Please login to write comment.