Color Hex Logo

#f1074f Color Hex

#F1074F
(241,7,79)
0 Favorites   0 Comments

Color spaces of #f1074f

RGB 241779
HSL0.950.940.49
HSV342°97°95°
CMYK 0.000.970.67   0.05
XYZ37.762919.41729.1547
Yxy19.41720.56930.2927
Hunter Lab44.065075.857718.5277
CIE-Lab51.171878.041228.1958

#f1074f color RGB value is (241,7,79).

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

The process color (four color CMYK) of #f1074f color hex is 0.00, 0.97, 0.67, 0.05. Web safe color of #f1074f is #ff0066. Color #f1074f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000111 01001111
Octal 361 7 117
Decimal 241 7 79
Hex F1 7 4F

RGB Percentages of Color #f1074f

%73.70
%2.14
%24.16

CMYK Percentages of Color #f1074f

%0
%97
%67
%5

Triadic Colors of #f1074f

#f1074f #4ff107 #074ff1

Analogous Colors of #f1074f

#f1074f #f13407 #f107c4

Monochromatic Colors of #f1074f

#f1074f

Complementary Color

#f1074f #07f1a9

#f1074f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1074f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1074f Color CSS Codes

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

#f1074f Text Font Color

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

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


#f1074f Background Color

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

This div background color is #f1074f


#f1074f Border Color

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

This div border color is #f1074f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1074f


Comments

No comments written yet.

Please login to write comment.