Color Hex Logo

#f12cbd Color Hex

#F12CBD
(241,44,189)
0 Favorites   0 Comments

Color spaces of #f12cbd

RGB 24144189
HSL0.880.880.56
HSV316°82°95°
CMYK 0.000.820.22   0.05
XYZ46.361624.176350.3671
Yxy24.17630.38350.2000
Hunter Lab49.169482.2604-26.3156
CIE-Lab56.263982.1071-30.0841

#f12cbd color RGB value is (241,44,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101100 10111101
Octal 361 54 275
Decimal 241 44 189
Hex F1 2C BD

RGB Percentages of Color #f12cbd

%50.84
%9.28
%39.87

CMYK Percentages of Color #f12cbd

%0
%82
%22
%5

Triadic Colors of #f12cbd

#f12cbd #bdf12c #2cbdf1

Analogous Colors of #f12cbd

#f12cbd #f12c5b #c32cf1

Monochromatic Colors of #f12cbd

#f12cbd

Complementary Color

#f12cbd #2cf160

#f12cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12cbd Color CSS Codes

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

#f12cbd Text Font Color

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

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


#f12cbd Background Color

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

This div background color is #f12cbd


#f12cbd Border Color

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

This div border color is #f12cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12cbd


Comments

No comments written yet.

Please login to write comment.