Color Hex Logo

#f01feb Color Hex

#F01FEB
(240,31,235)
0 Favorites   0 Comments

Color spaces of #f01feb

RGB 24031235
HSL0.840.870.53
HSV301°87°94°
CMYK 0.000.870.02   0.06
XYZ51.420625.503480.8097
Yxy25.50340.32600.1617
Hunter Lab50.500993.3742-59.5231
CIE-Lab57.562690.3339-54.2453

#f01feb color RGB value is (240,31,235).

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

The process color (four color CMYK) of #f01feb color hex is 0.00, 0.87, 0.02, 0.06. Web safe color of #f01feb is #ff33ff. Color #f01feb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011111 11101011
Octal 360 37 353
Decimal 240 31 235
Hex F0 1F EB

RGB Percentages of Color #f01feb

%47.43
%6.13
%46.44

CMYK Percentages of Color #f01feb

%0
%87
%2
%6

Triadic Colors of #f01feb

#f01feb #ebf01f #1febf0

Analogous Colors of #f01feb

#f01feb #f01f83 #8d1ff0

Monochromatic Colors of #f01feb

#f01feb

Complementary Color

#f01feb #1ff024

#f01feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01feb Color CSS Codes

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

#f01feb Text Font Color

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

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


#f01feb Background Color

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

This div background color is #f01feb


#f01feb Border Color

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

This div border color is #f01feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01feb


Comments

No comments written yet.

Please login to write comment.