Color Hex Logo

#f112da Color Hex

#F112DA
(241,18,218)
0 Favorites   0 Comments

Color spaces of #f112da

RGB 24118218
HSL0.850.890.51
HSV306°93°95°
CMYK 0.000.930.10   0.05
XYZ49.146824.195368.4095
Yxy24.19530.34670.1707
Hunter Lab49.188792.2676-48.0258
CIE-Lab56.282889.7545-46.6711

#f112da color RGB value is (241,18,218).

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

The process color (four color CMYK) of #f112da color hex is 0.00, 0.93, 0.10, 0.05. Web safe color of #f112da is #ff00cc. Color #f112da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010010 11011010
Octal 361 22 332
Decimal 241 18 218
Hex F1 12 DA

RGB Percentages of Color #f112da

%50.52
%3.77
%45.70

CMYK Percentages of Color #f112da

%0
%93
%10
%5

Triadic Colors of #f112da

#f112da #daf112 #12daf1

Analogous Colors of #f112da

#f112da #f1126b #9912f1

Monochromatic Colors of #f112da

#f112da

Complementary Color

#f112da #12f129

#f112da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f112da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f112da Color CSS Codes

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

#f112da Text Font Color

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

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


#f112da Background Color

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

This div background color is #f112da


#f112da Border Color

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

This div border color is #f112da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f112da


Comments

No comments written yet.

Please login to write comment.