Color Hex Logo

#f1014c Color Hex

#F1014C
(241,1,76)
0 Favorites   0 Comments

Color spaces of #f1014c

RGB 241176
HSL0.950.990.47
HSV341°100°95°
CMYK 0.001.000.68   0.05
XYZ37.591019.24438.5707
Yxy19.24430.57470.2942
Hunter Lab43.868376.188019.1241
CIE-Lab50.971878.344529.7552

#f1014c color RGB value is (241,1,76).

#f1014c hex color red value is 241, green value is 1 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #f1014c hue: 0.95 , saturation: 0.99 and the lightness value of f1014c is 0.47.

The process color (four color CMYK) of #f1014c color hex is 0.00, 1.00, 0.68, 0.05. Web safe color of #f1014c is #ff0033. Color #f1014c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000001 01001100
Octal 361 1 114
Decimal 241 1 76
Hex F1 1 4C

RGB Percentages of Color #f1014c

%75.79
%0.31
%23.90

CMYK Percentages of Color #f1014c

%0
%100
%68
%5

Triadic Colors of #f1014c

#f1014c #4cf101 #014cf1

Analogous Colors of #f1014c

#f1014c #f12e01 #f101c4

Monochromatic Colors of #f1014c

#f1014c

Complementary Color

#f1014c #01f1a6

#f1014c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1014c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1014c Color CSS Codes

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

#f1014c Text Font Color

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

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


#f1014c Background Color

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

This div background color is #f1014c


#f1014c Border Color

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

This div border color is #f1014c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,1,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1014c


Comments

No comments written yet.

Please login to write comment.