Color Hex Logo

#f11994 Color Hex

#F11994
(241,25,148)
0 Favorites   0 Comments

Color spaces of #f11994

RGB 24125148
HSL0.910.890.52
HSV326°90°95°
CMYK 0.000.900.39   0.05
XYZ41.968621.534229.9615
Yxy21.53420.44900.2304
Hunter Lab46.405080.2266-5.7973
CIE-Lab53.529381.0480-10.2082

#f11994 color RGB value is (241,25,148).

#f11994 hex color red value is 241, green value is 25 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #f11994 hue: 0.91 , saturation: 0.89 and the lightness value of f11994 is 0.52.

The process color (four color CMYK) of #f11994 color hex is 0.00, 0.90, 0.39, 0.05. Web safe color of #f11994 is #ff0099. Color #f11994 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011001 10010100
Octal 361 31 224
Decimal 241 25 148
Hex F1 19 94

RGB Percentages of Color #f11994

%58.21
%6.04
%35.75

CMYK Percentages of Color #f11994

%0
%90
%39
%5

Triadic Colors of #f11994

#f11994 #94f119 #1994f1

Analogous Colors of #f11994

#f11994 #f11928 #e219f1

Monochromatic Colors of #f11994

#f11994

Complementary Color

#f11994 #19f176

#f11994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11994 Color CSS Codes

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

#f11994 Text Font Color

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

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


#f11994 Background Color

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

This div background color is #f11994


#f11994 Border Color

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

This div border color is #f11994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11994


Comments

No comments written yet.

Please login to write comment.