Color Hex Logo

#f139cb Color Hex

#F139CB
(241,57,203)
0 Favorites   0 Comments

Color spaces of #f139cb

RGB 24157203
HSL0.870.870.58
HSV312°76°95°
CMYK 0.000.760.16   0.05
XYZ48.518225.938858.9494
Yxy25.93880.36370.1944
Hunter Lab50.930180.9188-32.9745
CIE-Lab57.978980.7253-35.4560

#f139cb color RGB value is (241,57,203).

#f139cb hex color red value is 241, green value is 57 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f139cb hue: 0.87 , saturation: 0.87 and the lightness value of f139cb is 0.58.

The process color (four color CMYK) of #f139cb color hex is 0.00, 0.76, 0.16, 0.05. Web safe color of #f139cb is #ff33cc. Color #f139cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111001 11001011
Octal 361 71 313
Decimal 241 57 203
Hex F1 39 CB

RGB Percentages of Color #f139cb

%48.10
%11.38
%40.52

CMYK Percentages of Color #f139cb

%0
%76
%16
%5

Triadic Colors of #f139cb

#f139cb #cbf139 #39cbf1

Analogous Colors of #f139cb

#f139cb #f1396f #bb39f1

Monochromatic Colors of #f139cb

#f139cb

Complementary Color

#f139cb #39f15f

#f139cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f139cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f139cb Color CSS Codes

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

#f139cb Text Font Color

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

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


#f139cb Background Color

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

This div background color is #f139cb


#f139cb Border Color

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

This div border color is #f139cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f139cb


Comments

No comments written yet.

Please login to write comment.