color codes Logo

#f0173c color codes

#F0173C
(240,23,60)
0 Favorites   0 Comments

Color spaces of #f0173c

RGB 2402360
HSL0.970.880.52
HSV350°90°94°
CMYK 0.000.900.75   0.06
XYZ37.057219.46436.0788
Yxy19.46430.59200.3109
Hunter Lab44.118472.723922.7136
CIE-Lab51.226075.503239.4678

#f0173c color RGB value is (240,23,60).

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

The process color (four color CMYK) of #f0173c color code is 0.00, 0.90, 0.75, 0.06. Web safe color of #f0173c is #ff0033. Color #f0173c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010111 00111100
Octal 360 27 74
Decimal 240 23 60
Hex F0 17 3C

RGB Percentages of Color #f0173c

%74.30
%7.12
%18.58

CMYK Percentages of Color #f0173c

%0
%90
%75
%6

Triadic Colors of #f0173c

#f0173c #3cf017 #173cf0

Analogous Colors of #f0173c

#f0173c #f05f17 #f017a9

Monochromatic Colors of #f0173c

#f0173c

Complementary Color

#f0173c #17f0cb

#f0173c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0173c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0173c Color CSS Codes

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

#f0173c Text Font Color

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

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


#f0173c Background Color

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

This div background color is #f0173c


#f0173c Border Color

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

This div border color is #f0173c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,23,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 #f0173c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0173c


Comments

No comments written yet.

Please login to write comment.