Color Hex Logo

#f1264d Color Hex

#F1264D
(241,38,77)
0 Favorites   0 Comments

Color spaces of #f1264d

RGB 2413877
HSL0.970.880.55
HSV348°84°95°
CMYK 0.000.840.68   0.05
XYZ38.308320.62288.9827
Yxy20.62280.56410.3037
Hunter Lab45.412371.104920.0609
CIE-Lab52.534273.929931.0970

#f1264d color RGB value is (241,38,77).

#f1264d hex color red value is 241, green value is 38 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f1264d hue: 0.97 , saturation: 0.88 and the lightness value of f1264d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100110 01001101
Octal 361 46 115
Decimal 241 38 77
Hex F1 26 4D

RGB Percentages of Color #f1264d

%67.70
%10.67
%21.63

CMYK Percentages of Color #f1264d

%0
%84
%68
%5

Triadic Colors of #f1264d

#f1264d #4df126 #264df1

Analogous Colors of #f1264d

#f1264d #f16526 #f126b3

Monochromatic Colors of #f1264d

#f1264d

Complementary Color

#f1264d #26f1ca

#f1264d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1264d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1264d Color CSS Codes

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

#f1264d Text Font Color

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

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


#f1264d Background Color

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

This div background color is #f1264d


#f1264d Border Color

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

This div border color is #f1264d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1264d


Comments

No comments written yet.

Please login to write comment.