Color Hex Logo

#f1627a Color Hex

#F1627A
(241,98,122)
0 Favorites   0 Comments

Color spaces of #f1627a

RGB 24198122
HSL0.970.840.66
HSV350°59°95°
CMYK 0.000.590.49   0.05
XYZ44.156228.841321.6520
Yxy28.84130.46650.3047
Hunter Lab53.704152.782813.6888
CIE-Lab60.641356.896215.4030

#f1627a color RGB value is (241,98,122).

#f1627a hex color red value is 241, green value is 98 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #f1627a hue: 0.97 , saturation: 0.84 and the lightness value of f1627a is 0.66.

The process color (four color CMYK) of #f1627a color hex is 0.00, 0.59, 0.49, 0.05. Web safe color of #f1627a is #ff6666. Color #f1627a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100010 01111010
Octal 361 142 172
Decimal 241 98 122
Hex F1 62 7A

RGB Percentages of Color #f1627a

%52.28
%21.26
%26.46

CMYK Percentages of Color #f1627a

%0
%59
%49
%5

Triadic Colors of #f1627a

#f1627a #7af162 #627af1

Analogous Colors of #f1627a

#f1627a #f19262 #f162c2

Monochromatic Colors of #f1627a

#f1627a

Complementary Color

#f1627a #62f1d9

#f1627a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1627a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1627a Color CSS Codes

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

#f1627a Text Font Color

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

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


#f1627a Background Color

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

This div background color is #f1627a


#f1627a Border Color

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

This div border color is #f1627a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1627a


Comments

No comments written yet.

Please login to write comment.