Color Hex Logo

#f01193 Color Hex

#F01193
(240,17,147)
0 Favorites   0 Comments

Color spaces of #f01193

RGB 24017147
HSL0.900.880.50
HSV325°93°94°
CMYK 0.000.930.39   0.06
XYZ41.402121.032729.4814
Yxy21.03270.45040.2288
Hunter Lab45.861480.8861-6.0108
CIE-Lab52.985381.6719-10.4475

#f01193 color RGB value is (240,17,147).

#f01193 hex color red value is 240, green value is 17 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f01193 hue: 0.90 , saturation: 0.88 and the lightness value of f01193 is 0.50.

The process color (four color CMYK) of #f01193 color hex is 0.00, 0.93, 0.39, 0.06. Web safe color of #f01193 is #ff0099. Color #f01193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010001 10010011
Octal 360 21 223
Decimal 240 17 147
Hex F0 11 93

RGB Percentages of Color #f01193

%59.41
%4.21
%36.39

CMYK Percentages of Color #f01193

%0
%93
%39
%6

Triadic Colors of #f01193

#f01193 #93f011 #1193f0

Analogous Colors of #f01193

#f01193 #f01124 #de11f0

Monochromatic Colors of #f01193

#f01193

Complementary Color

#f01193 #11f06e

#f01193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01193 Color CSS Codes

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

#f01193 Text Font Color

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

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


#f01193 Background Color

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

This div background color is #f01193


#f01193 Border Color

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

This div border color is #f01193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01193


Comments

No comments written yet.

Please login to write comment.