Color Hex Logo

#f1334e Color Hex

#F1334E
(241,51,78)
0 Favorites   0 Comments

Color spaces of #f1334e

RGB 2415178
HSL0.980.870.57
HSV351°79°95°
CMYK 0.000.790.68   0.05
XYZ38.834621.61859.3337
Yxy21.61850.55650.3098
Hunter Lab46.495767.721120.6449
CIE-Lab53.619970.933931.8493

#f1334e color RGB value is (241,51,78).

#f1334e hex color red value is 241, green value is 51 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #f1334e hue: 0.98 , saturation: 0.87 and the lightness value of f1334e is 0.57.

The process color (four color CMYK) of #f1334e color hex is 0.00, 0.79, 0.68, 0.05. Web safe color of #f1334e is #ff3366. Color #f1334e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110011 01001110
Octal 361 63 116
Decimal 241 51 78
Hex F1 33 4E

RGB Percentages of Color #f1334e

%65.14
%13.78
%21.08

CMYK Percentages of Color #f1334e

%0
%79
%68
%5

Triadic Colors of #f1334e

#f1334e #4ef133 #334ef1

Analogous Colors of #f1334e

#f1334e #f17733 #f133ad

Monochromatic Colors of #f1334e

#f1334e

Complementary Color

#f1334e #33f1d6

#f1334e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1334e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1334e Color CSS Codes

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

#f1334e Text Font Color

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

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


#f1334e Background Color

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

This div background color is #f1334e


#f1334e Border Color

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

This div border color is #f1334e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1334e


Comments

No comments written yet.

Please login to write comment.