Color Hex Logo

#f11455 Color Hex

#F11455
(241,20,85)
0 Favorites   0 Comments

Color spaces of #f11455

RGB 2412085
HSL0.950.890.51
HSV342°92°95°
CMYK 0.000.920.65   0.05
XYZ38.165519.857010.4156
Yxy19.85700.55770.2901
Hunter Lab44.561274.898517.3346
CIE-Lab51.675177.173225.2128

#f11455 color RGB value is (241,20,85).

#f11455 hex color red value is 241, green value is 20 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #f11455 hue: 0.95 , saturation: 0.89 and the lightness value of f11455 is 0.51.

The process color (four color CMYK) of #f11455 color hex is 0.00, 0.92, 0.65, 0.05. Web safe color of #f11455 is #ff0066. Color #f11455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010100 01010101
Octal 361 24 125
Decimal 241 20 85
Hex F1 14 55

RGB Percentages of Color #f11455

%69.65
%5.78
%24.57

CMYK Percentages of Color #f11455

%0
%92
%65
%5

Triadic Colors of #f11455

#f11455 #55f114 #1455f1

Analogous Colors of #f11455

#f11455 #f14114 #f114c4

Monochromatic Colors of #f11455

#f11455

Complementary Color

#f11455 #14f1b0

#f11455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11455 Color CSS Codes

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

#f11455 Text Font Color

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

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


#f11455 Background Color

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

This div background color is #f11455


#f11455 Border Color

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

This div border color is #f11455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11455


Comments

No comments written yet.

Please login to write comment.