Color Hex Logo

#f01fbe Color Hex

#F01FBE
(240,31,190)
0 Favorites   0 Comments

Color spaces of #f01fbe

RGB 24031190
HSL0.870.870.53
HSV314°87°94°
CMYK 0.000.870.21   0.06
XYZ45.719423.222950.7880
Yxy23.22290.38190.1940
Hunter Lab48.190185.0154-28.7531
CIE-Lab55.301284.4308-32.1735

#f01fbe color RGB value is (240,31,190).

#f01fbe hex color red value is 240, green value is 31 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f01fbe hue: 0.87 , saturation: 0.87 and the lightness value of f01fbe is 0.53.

The process color (four color CMYK) of #f01fbe color hex is 0.00, 0.87, 0.21, 0.06. Web safe color of #f01fbe is #ff33cc. Color #f01fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011111 10111110
Octal 360 37 276
Decimal 240 31 190
Hex F0 1F BE

RGB Percentages of Color #f01fbe

%52.06
%6.72
%41.21

CMYK Percentages of Color #f01fbe

%0
%87
%21
%6

Triadic Colors of #f01fbe

#f01fbe #bef01f #1fbef0

Analogous Colors of #f01fbe

#f01fbe #f01f56 #ba1ff0

Monochromatic Colors of #f01fbe

#f01fbe

Complementary Color

#f01fbe #1ff051

#f01fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01fbe Color CSS Codes

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

#f01fbe Text Font Color

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

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


#f01fbe Background Color

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

This div background color is #f01fbe


#f01fbe Border Color

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

This div border color is #f01fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,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 #f01fbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01fbe


Comments

No comments written yet.

Please login to write comment.