Color Hex Logo

#f12bbf Color Hex

#F12BBF
(241,43,191)
0 Favorites   0 Comments

Color spaces of #f12bbf

RGB 24143191
HSL0.880.880.56
HSV315°82°95°
CMYK 0.000.820.21   0.05
XYZ46.543524.190151.5063
Yxy24.19010.38080.1979
Hunter Lab49.183482.8480-27.6618
CIE-Lab56.277682.5619-31.2178

#f12bbf color RGB value is (241,43,191).

#f12bbf hex color red value is 241, green value is 43 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f12bbf hue: 0.88 , saturation: 0.88 and the lightness value of f12bbf is 0.56.

The process color (four color CMYK) of #f12bbf color hex is 0.00, 0.82, 0.21, 0.05. Web safe color of #f12bbf is #ff33cc. Color #f12bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101011 10111111
Octal 361 53 277
Decimal 241 43 191
Hex F1 2B BF

RGB Percentages of Color #f12bbf

%50.74
%9.05
%40.21

CMYK Percentages of Color #f12bbf

%0
%82
%21
%5

Triadic Colors of #f12bbf

#f12bbf #bff12b #2bbff1

Analogous Colors of #f12bbf

#f12bbf #f12b5c #c02bf1

Monochromatic Colors of #f12bbf

#f12bbf

Complementary Color

#f12bbf #2bf15d

#f12bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12bbf Color CSS Codes

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

#f12bbf Text Font Color

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

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


#f12bbf Background Color

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

This div background color is #f12bbf


#f12bbf Border Color

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

This div border color is #f12bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12bbf


Comments

No comments written yet.

Please login to write comment.