Color Hex Logo

#f12dfb Color Hex

#F12DFB
(241,45,251)
0 Favorites   0 Comments

Color spaces of #f12dfb

RGB 24145251
HSL0.830.960.58
HSV297°82°98°
CMYK 0.040.820.00   0.02
XYZ54.626627.542693.7039
Yxy27.54260.31060.1566
Hunter Lab52.481093.9557-69.1244
CIE-Lab59.473290.3957-60.1111

#f12dfb color RGB value is (241,45,251).

#f12dfb hex color red value is 241, green value is 45 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f12dfb hue: 0.83 , saturation: 0.96 and the lightness value of f12dfb is 0.58.

The process color (four color CMYK) of #f12dfb color hex is 0.04, 0.82, 0.00, 0.02. Web safe color of #f12dfb is #ff33ff. Color #f12dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101101 11111011
Octal 361 55 373
Decimal 241 45 251
Hex F1 2D FB

RGB Percentages of Color #f12dfb

%44.88
%8.38
%46.74

CMYK Percentages of Color #f12dfb

%4
%82
%0
%2

Triadic Colors of #f12dfb

#f12dfb #fbf12d #2dfbf1

Analogous Colors of #f12dfb

#f12dfb #fb2d9e #8a2dfb

Monochromatic Colors of #f12dfb

#f12dfb

Complementary Color

#f12dfb #37fb2d

#f12dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12dfb Color CSS Codes

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

#f12dfb Text Font Color

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

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


#f12dfb Background Color

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

This div background color is #f12dfb


#f12dfb Border Color

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

This div border color is #f12dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12dfb


Comments

No comments written yet.

Please login to write comment.