Color Hex Logo

#f0163c Color Hex

#F0163C
(240,22,60)
0 Favorites   0 Comments

Color spaces of #f0163c

RGB 2402260
HSL0.970.880.51
HSV350°91°94°
CMYK 0.000.910.75   0.06
XYZ37.037719.42536.0723
Yxy19.42530.59230.3106
Hunter Lab44.074172.872722.6832
CIE-Lab51.181175.632739.4176

#f0163c color RGB value is (240,22,60).

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

The process color (four color CMYK) of #f0163c color hex is 0.00, 0.91, 0.75, 0.06. Web safe color of #f0163c is #ff0033. Color #f0163c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010110 00111100
Octal 360 26 74
Decimal 240 22 60
Hex F0 16 3C

RGB Percentages of Color #f0163c

%74.53
%6.83
%18.63

CMYK Percentages of Color #f0163c

%0
%91
%75
%6

Triadic Colors of #f0163c

#f0163c #3cf016 #163cf0

Analogous Colors of #f0163c

#f0163c #f05d16 #f016a9

Monochromatic Colors of #f0163c

#f0163c

Complementary Color

#f0163c #16f0ca

#f0163c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0163c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0163c Color CSS Codes

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

#f0163c Text Font Color

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

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


#f0163c Background Color

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

This div background color is #f0163c


#f0163c Border Color

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

This div border color is #f0163c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0163c


Comments

No comments written yet.

Please login to write comment.