Color Hex Logo

#f0063f Color Hex

#F0063F
(240,6,63)
0 Favorites   0 Comments

Color spaces of #f0063f

RGB 240663
HSL0.960.950.48
HSV345°98°94°
CMYK 0.000.980.74   0.06
XYZ36.897519.01446.4281
Yxy19.01440.59190.3050
Hunter Lab43.605574.731021.7836
CIE-Lab50.704077.227737.1309

#f0063f color RGB value is (240,6,63).

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

The process color (four color CMYK) of #f0063f color hex is 0.00, 0.98, 0.74, 0.06. Web safe color of #f0063f is #ff0033. Color #f0063f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 00111111
Octal 360 6 77
Decimal 240 6 63
Hex F0 6 3F

RGB Percentages of Color #f0063f

%77.67
%1.94
%20.39

CMYK Percentages of Color #f0063f

%0
%98
%74
%6

Triadic Colors of #f0063f

#f0063f #3ff006 #063ff0

Analogous Colors of #f0063f

#f0063f #f04206 #f006b4

Monochromatic Colors of #f0063f

#f0063f

Complementary Color

#f0063f #06f0b7

#f0063f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0063f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0063f Color CSS Codes

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

#f0063f Text Font Color

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

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


#f0063f Background Color

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

This div background color is #f0063f


#f0063f Border Color

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

This div border color is #f0063f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0063f


Comments

No comments written yet.

Please login to write comment.