Color Hex Logo

#f11270 Color Hex

#F11270
(241,18,112)
0 Favorites   0 Comments

Color spaces of #f11270

RGB 24118112
HSL0.930.890.51
HSV335°93°95°
CMYK 0.000.930.54   0.05
XYZ39.416620.303217.1707
Yxy20.30320.51260.2641
Hunter Lab45.059177.29428.9477
CIE-Lab52.178378.99199.4952

#f11270 color RGB value is (241,18,112).

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

The process color (four color CMYK) of #f11270 color hex is 0.00, 0.93, 0.54, 0.05. Web safe color of #f11270 is #ff0066. Color #f11270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010010 01110000
Octal 361 22 160
Decimal 241 18 112
Hex F1 12 70

RGB Percentages of Color #f11270

%64.96
%4.85
%30.19

CMYK Percentages of Color #f11270

%0
%93
%54
%5

Triadic Colors of #f11270

#f11270 #70f112 #1270f1

Analogous Colors of #f11270

#f11270 #f12412 #f112e0

Monochromatic Colors of #f11270

#f11270

Complementary Color

#f11270 #12f193

#f11270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11270 Color CSS Codes

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

#f11270 Text Font Color

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

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


#f11270 Background Color

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

This div background color is #f11270


#f11270 Border Color

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

This div border color is #f11270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11270


Comments

No comments written yet.

Please login to write comment.