Color Hex Logo

#f11990 Color Hex

#F11990
(241,25,144)
0 Favorites   0 Comments

Color spaces of #f11990

RGB 24125144
HSL0.910.890.52
HSV327°90°95°
CMYK 0.000.900.40   0.05
XYZ41.657321.409728.3224
Yxy21.40970.45580.2343
Hunter Lab46.270679.7294-3.9022
CIE-Lab53.395080.6830-8.0228

#f11990 color RGB value is (241,25,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011001 10010000
Octal 361 31 220
Decimal 241 25 144
Hex F1 19 90

RGB Percentages of Color #f11990

%58.78
%6.10
%35.12

CMYK Percentages of Color #f11990

%0
%90
%40
%5

Triadic Colors of #f11990

#f11990 #90f119 #1990f1

Analogous Colors of #f11990

#f11990 #f11924 #e619f1

Monochromatic Colors of #f11990

#f11990

Complementary Color

#f11990 #19f17a

#f11990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11990 Color CSS Codes

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

#f11990 Text Font Color

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

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


#f11990 Background Color

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

This div background color is #f11990


#f11990 Border Color

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

This div border color is #f11990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11990


Comments

No comments written yet.

Please login to write comment.