Color Hex Logo

#f41b9b Color Hex

#F41B9B
(244,27,155)
0 Favorites   0 Comments

Color spaces of #f41b9b

RGB 24427155
HSL0.900.910.53
HSV325°89°96°
CMYK 0.000.890.36   0.04
XYZ43.616622.383533.0319
Yxy22.38350.44040.2260
Hunter Lab47.311281.7661-8.2775
CIE-Lab54.431682.0785-12.9524

#f41b9b color RGB value is (244,27,155).

#f41b9b hex color red value is 244, green value is 27 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f41b9b hue: 0.90 , saturation: 0.91 and the lightness value of f41b9b is 0.53.

The process color (four color CMYK) of #f41b9b color hex is 0.00, 0.89, 0.36, 0.04. Web safe color of #f41b9b is #ff3399. Color #f41b9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011011 10011011
Octal 364 33 233
Decimal 244 27 155
Hex F4 1B 9B

RGB Percentages of Color #f41b9b

%57.28
%6.34
%36.38

CMYK Percentages of Color #f41b9b

%0
%89
%36
%4

Triadic Colors of #f41b9b

#f41b9b #9bf41b #1b9bf4

Analogous Colors of #f41b9b

#f41b9b #f41b2e #e11bf4

Monochromatic Colors of #f41b9b

#f41b9b

Complementary Color

#f41b9b #1bf474

#f41b9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41b9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41b9b Color CSS Codes

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

#f41b9b Text Font Color

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

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


#f41b9b Background Color

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

This div background color is #f41b9b


#f41b9b Border Color

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

This div border color is #f41b9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41b9b


Comments

No comments written yet.

Please login to write comment.