Color Hex Logo

#f01241 Color Hex

#F01241
(240,18,65)
0 Favorites   0 Comments

Color spaces of #f01241

RGB 2401865
HSL0.960.880.51
HSV347°93°94°
CMYK 0.000.930.73   0.06
XYZ37.105619.33956.7782
Yxy19.33950.58690.3059
Hunter Lab43.976773.651221.6452
CIE-Lab51.082176.282836.3937

#f01241 color RGB value is (240,18,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010010 01000001
Octal 360 22 101
Decimal 240 18 65
Hex F0 12 41

RGB Percentages of Color #f01241

%74.30
%5.57
%20.12

CMYK Percentages of Color #f01241

%0
%93
%73
%6

Triadic Colors of #f01241

#f01241 #41f012 #1241f0

Analogous Colors of #f01241

#f01241 #f05212 #f012b0

Monochromatic Colors of #f01241

#f01241

Complementary Color

#f01241 #12f0c1

#f01241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01241 Color CSS Codes

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

#f01241 Text Font Color

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

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


#f01241 Background Color

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

This div background color is #f01241


#f01241 Border Color

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

This div border color is #f01241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01241


Comments

No comments written yet.

Please login to write comment.