color codes Logo

#f1074e color codes

#F1074E
(241,7,78)
0 Favorites   0 Comments

Color spaces of #f1074e

RGB 241778
HSL0.950.940.49
HSV342°97°95°
CMYK 0.000.970.68   0.05
XYZ37.726819.40288.9644
Yxy19.40280.57080.2936
Hunter Lab44.048675.796818.7678
CIE-Lab51.155277.995628.7785

#f1074e color RGB value is (241,7,78).

#f1074e hex color red value is 241, green value is 7 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #f1074e hue: 0.95 , saturation: 0.94 and the lightness value of f1074e is 0.49.

The process color (four color CMYK) of #f1074e color code is 0.00, 0.97, 0.68, 0.05. Web safe color of #f1074e is #ff0066. Color #f1074e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000111 01001110
Octal 361 7 116
Decimal 241 7 78
Hex F1 7 4E

RGB Percentages of Color #f1074e

%73.93
%2.15
%23.93

CMYK Percentages of Color #f1074e

%0
%97
%68
%5

Triadic Colors of #f1074e

#f1074e #4ef107 #074ef1

Analogous Colors of #f1074e

#f1074e #f13507 #f107c3

Monochromatic Colors of #f1074e

#f1074e

Complementary Color

#f1074e #07f1aa

#f1074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1074e Color CSS Codes

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

#f1074e Text Font Color

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

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


#f1074e Background Color

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

This div background color is #f1074e


#f1074e Border Color

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

This div border color is #f1074e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1074e


Comments

No comments written yet.

Please login to write comment.