Color Hex Logo

#f00143 Color Hex

#F00143
(240,1,67)
0 Favorites   0 Comments

Color spaces of #f00143

RGB 240167
HSL0.950.990.47
HSV343°100°94°
CMYK 0.001.000.72   0.06
XYZ36.959218.95227.0204
Yxy18.95220.58730.3012
Hunter Lab43.534175.356620.9127
CIE-Lab50.631277.744734.6834

#f00143 color RGB value is (240,1,67).

#f00143 hex color red value is 240, green value is 1 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #f00143 hue: 0.95 , saturation: 0.99 and the lightness value of f00143 is 0.47.

The process color (four color CMYK) of #f00143 color hex is 0.00, 1.00, 0.72, 0.06. Web safe color of #f00143 is #ff0033. Color #f00143 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000001 01000011
Octal 360 1 103
Decimal 240 1 67
Hex F0 1 43

RGB Percentages of Color #f00143

%77.92
%0.32
%21.75

CMYK Percentages of Color #f00143

%0
%100
%72
%6

Triadic Colors of #f00143

#f00143 #43f001 #0143f0

Analogous Colors of #f00143

#f00143 #f03701 #f001bb

Monochromatic Colors of #f00143

#f00143

Complementary Color

#f00143 #01f0ae

#f00143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00143 Color CSS Codes

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

#f00143 Text Font Color

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

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


#f00143 Background Color

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

This div background color is #f00143


#f00143 Border Color

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

This div border color is #f00143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00143


Comments

No comments written yet.

Please login to write comment.