Color Hex Logo

#f41fbe Color Hex

#F41FBE
(244,31,190)
0 Favorites   0 Comments

Color spaces of #f41fbe

RGB 24431190
HSL0.880.910.54
HSV315°87°96°
CMYK 0.000.870.22   0.04
XYZ47.092523.930850.8522
Yxy23.93080.38640.1964
Hunter Lab48.919186.2264-27.3895
CIE-Lab56.018485.2226-31.0022

#f41fbe color RGB value is (244,31,190).

#f41fbe hex color red value is 244, green value is 31 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f41fbe hue: 0.88 , saturation: 0.91 and the lightness value of f41fbe is 0.54.

The process color (four color CMYK) of #f41fbe color hex is 0.00, 0.87, 0.22, 0.04. Web safe color of #f41fbe is #ff33cc. Color #f41fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011111 10111110
Octal 364 37 276
Decimal 244 31 190
Hex F4 1F BE

RGB Percentages of Color #f41fbe

%52.47
%6.67
%40.86

CMYK Percentages of Color #f41fbe

%0
%87
%22
%4

Triadic Colors of #f41fbe

#f41fbe #bef41f #1fbef4

Analogous Colors of #f41fbe

#f41fbe #f41f53 #c01ff4

Monochromatic Colors of #f41fbe

#f41fbe

Complementary Color

#f41fbe #1ff455

#f41fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41fbe Color CSS Codes

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

#f41fbe Text Font Color

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

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


#f41fbe Background Color

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

This div background color is #f41fbe


#f41fbe Border Color

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

This div border color is #f41fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41fbe


Comments

No comments written yet.

Please login to write comment.