Color Hex Logo

#f01641 Color Hex

#F01641
(240,22,65)
0 Favorites   0 Comments

Color spaces of #f01641

RGB 2402265
HSL0.970.880.51
HSV348°91°94°
CMYK 0.000.910.73   0.06
XYZ37.176219.48076.8018
Yxy19.48070.58580.3070
Hunter Lab44.136973.109521.7589
CIE-Lab51.244975.812436.5826

#f01641 color RGB value is (240,22,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010110 01000001
Octal 360 26 101
Decimal 240 22 65
Hex F0 16 41

RGB Percentages of Color #f01641

%73.39
%6.73
%19.88

CMYK Percentages of Color #f01641

%0
%91
%73
%6

Triadic Colors of #f01641

#f01641 #41f016 #1641f0

Analogous Colors of #f01641

#f01641 #f05816 #f016ae

Monochromatic Colors of #f01641

#f01641

Complementary Color

#f01641 #16f0c5

#f01641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01641 Color CSS Codes

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

#f01641 Text Font Color

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

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


#f01641 Background Color

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

This div background color is #f01641


#f01641 Border Color

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

This div border color is #f01641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01641


Comments

No comments written yet.

Please login to write comment.