Color Hex Logo

#f01342 Color Hex

#F01342
(240,19,66)
0 Favorites   0 Comments

Color spaces of #f01342

RGB 2401966
HSL0.960.880.51
HSV347°92°94°
CMYK 0.000.920.73   0.06
XYZ37.151419.38446.9377
Yxy19.38440.58530.3054
Hunter Lab44.027773.573121.4767
CIE-Lab51.133976.209435.8662

#f01342 color RGB value is (240,19,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010011 01000010
Octal 360 23 102
Decimal 240 19 66
Hex F0 13 42

RGB Percentages of Color #f01342

%73.85
%5.85
%20.31

CMYK Percentages of Color #f01342

%0
%92
%73
%6

Triadic Colors of #f01342

#f01342 #42f013 #1342f0

Analogous Colors of #f01342

#f01342 #f05313 #f013b1

Monochromatic Colors of #f01342

#f01342

Complementary Color

#f01342 #13f0c1

#f01342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01342 Color CSS Codes

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

#f01342 Text Font Color

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

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


#f01342 Background Color

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

This div background color is #f01342


#f01342 Border Color

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

This div border color is #f01342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01342


Comments

No comments written yet.

Please login to write comment.