Color Hex Logo

#f412bb Color Hex

#F412BB
(244,18,187)
0 Favorites   0 Comments

Color spaces of #f412bb

RGB 24418187
HSL0.880.910.51
HSV315°93°96°
CMYK 0.000.930.23   0.04
XYZ46.494223.253649.0516
Yxy23.25360.39140.1957
Hunter Lab48.222087.7159-26.5546
CIE-Lab55.332686.4961-30.3312

#f412bb color RGB value is (244,18,187).

#f412bb hex color red value is 244, green value is 18 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f412bb hue: 0.88 , saturation: 0.91 and the lightness value of f412bb is 0.51.

The process color (four color CMYK) of #f412bb color hex is 0.00, 0.93, 0.23, 0.04. Web safe color of #f412bb is #ff00cc. Color #f412bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010010 10111011
Octal 364 22 273
Decimal 244 18 187
Hex F4 12 BB

RGB Percentages of Color #f412bb

%54.34
%4.01
%41.65

CMYK Percentages of Color #f412bb

%0
%93
%23
%4

Triadic Colors of #f412bb

#f412bb #bbf412 #12bbf4

Analogous Colors of #f412bb

#f412bb #f4124a #bc12f4

Monochromatic Colors of #f412bb

#f412bb

Complementary Color

#f412bb #12f44b

#f412bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f412bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f412bb Color CSS Codes

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

#f412bb Text Font Color

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

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


#f412bb Background Color

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

This div background color is #f412bb


#f412bb Border Color

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

This div border color is #f412bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f412bb


Comments

No comments written yet.

Please login to write comment.