Color Hex Logo

#f1227d Color Hex

#F1227D
(241,34,125)
0 Favorites   0 Comments

Color spaces of #f1227d

RGB 24134125
HSL0.930.880.54
HSV334°86°95°
CMYK 0.000.860.48   0.05
XYZ40.549321.325521.3811
Yxy21.32550.48700.2561
Hunter Lab46.179575.92304.8744
CIE-Lab53.303977.67803.2412

#f1227d color RGB value is (241,34,125).

#f1227d hex color red value is 241, green value is 34 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f1227d hue: 0.93 , saturation: 0.88 and the lightness value of f1227d is 0.54.

The process color (four color CMYK) of #f1227d color hex is 0.00, 0.86, 0.48, 0.05. Web safe color of #f1227d is #ff3366. Color #f1227d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100010 01111101
Octal 361 42 175
Decimal 241 34 125
Hex F1 22 7D

RGB Percentages of Color #f1227d

%60.25
%8.50
%31.25

CMYK Percentages of Color #f1227d

%0
%86
%48
%5

Triadic Colors of #f1227d

#f1227d #7df122 #227df1

Analogous Colors of #f1227d

#f1227d #f12f22 #f122e5

Monochromatic Colors of #f1227d

#f1227d

Complementary Color

#f1227d #22f196

#f1227d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1227d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1227d Color CSS Codes

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

#f1227d Text Font Color

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

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


#f1227d Background Color

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

This div background color is #f1227d


#f1227d Border Color

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

This div border color is #f1227d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1227d


Comments

No comments written yet.

Please login to write comment.