Color Hex Logo

#f00316 Color Hex

#F00316
(240,3,22)
0 Favorites   0 Comments

Color spaces of #f00316

RGB 240322
HSL0.990.980.48
HSV355°99°94°
CMYK 0.000.990.91   0.06
XYZ36.112618.64832.4552
Yxy18.64830.63120.3259
Hunter Lab43.183773.700226.8577
CIE-Lab50.273276.480057.7610

#f00316 color RGB value is (240,3,22).

#f00316 hex color red value is 240, green value is 3 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #f00316 hue: 0.99 , saturation: 0.98 and the lightness value of f00316 is 0.48.

The process color (four color CMYK) of #f00316 color hex is 0.00, 0.99, 0.91, 0.06. Web safe color of #f00316 is #ff0000. Color #f00316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000011 00010110
Octal 360 3 26
Decimal 240 3 22
Hex F0 3 16

RGB Percentages of Color #f00316

%90.57
%1.13
%8.30

CMYK Percentages of Color #f00316

%0
%99
%91
%6

Triadic Colors of #f00316

#f00316 #16f003 #0316f0

Analogous Colors of #f00316

#f00316 #f06703 #f0038d

Monochromatic Colors of #f00316

#f00316

Complementary Color

#f00316 #03f0dd

#f00316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00316 Color CSS Codes

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

#f00316 Text Font Color

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

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


#f00316 Background Color

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

This div background color is #f00316


#f00316 Border Color

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

This div border color is #f00316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00316


Comments

No comments written yet.

Please login to write comment.