Color Hex Logo

#f00351 Color Hex

#F00351
(240,3,81)
0 Favorites   0 Comments

Color spaces of #f00351

RGB 240381
HSL0.950.980.48
HSV340°99°94°
CMYK 0.000.990.66   0.06
XYZ37.452919.18459.5136
Yxy19.18450.56620.2900
Hunter Lab43.800175.982817.7820
CIE-Lab50.902478.193926.6010

#f00351 color RGB value is (240,3,81).

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

The process color (four color CMYK) of #f00351 color hex is 0.00, 0.99, 0.66, 0.06. Web safe color of #f00351 is #ff0066. Color #f00351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000011 01010001
Octal 360 3 121
Decimal 240 3 81
Hex F0 3 51

RGB Percentages of Color #f00351

%74.07
%0.93
%25.00

CMYK Percentages of Color #f00351

%0
%99
%66
%6

Triadic Colors of #f00351

#f00351 #51f003 #0351f0

Analogous Colors of #f00351

#f00351 #f02c03 #f003c8

Monochromatic Colors of #f00351

#f00351

Complementary Color

#f00351 #03f0a2

#f00351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00351 Color CSS Codes

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

#f00351 Text Font Color

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

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


#f00351 Background Color

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

This div background color is #f00351


#f00351 Border Color

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

This div border color is #f00351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00351


Comments

No comments written yet.

Please login to write comment.