Color Hex Logo

#f01542 Color Hex

#F01542
(240,21,66)
0 Favorites   0 Comments

Color spaces of #f01542

RGB 2402166
HSL0.970.880.51
HSV348°91°94°
CMYK 0.000.910.73   0.06
XYZ37.186719.45496.9495
Yxy19.45490.58480.3059
Hunter Lab44.107773.302821.5338
CIE-Lab51.215275.974835.9611

#f01542 color RGB value is (240,21,66).

#f01542 hex color red value is 240, green value is 21 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #f01542 hue: 0.97 , saturation: 0.88 and the lightness value of f01542 is 0.51.

The process color (four color CMYK) of #f01542 color hex is 0.00, 0.91, 0.73, 0.06. Web safe color of #f01542 is #ff0033. Color #f01542 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010101 01000010
Octal 360 25 102
Decimal 240 21 66
Hex F0 15 42

RGB Percentages of Color #f01542

%73.39
%6.42
%20.18

CMYK Percentages of Color #f01542

%0
%91
%73
%6

Triadic Colors of #f01542

#f01542 #42f015 #1542f0

Analogous Colors of #f01542

#f01542 #f05615 #f015b0

Monochromatic Colors of #f01542

#f01542

Complementary Color

#f01542 #15f0c3

#f01542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01542 Color CSS Codes

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

#f01542 Text Font Color

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

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


#f01542 Background Color

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

This div background color is #f01542


#f01542 Border Color

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

This div border color is #f01542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01542


Comments

No comments written yet.

Please login to write comment.