Color Hex Logo

#f12999 Color Hex

#F12999
(241,41,153)
0 Favorites   0 Comments

Color spaces of #f12999

RGB 24141153
HSL0.910.880.55
HSV326°83°95°
CMYK 0.000.830.37   0.05
XYZ42.818322.586632.2399
Yxy22.58660.43850.2313
Hunter Lab47.525477.6514-6.9530
CIE-Lab54.643978.7957-11.5035

#f12999 color RGB value is (241,41,153).

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

The process color (four color CMYK) of #f12999 color hex is 0.00, 0.83, 0.37, 0.05. Web safe color of #f12999 is #ff3399. Color #f12999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101001 10011001
Octal 361 51 231
Decimal 241 41 153
Hex F1 29 99

RGB Percentages of Color #f12999

%55.40
%9.43
%35.17

CMYK Percentages of Color #f12999

%0
%83
%37
%5

Triadic Colors of #f12999

#f12999 #99f129 #2999f1

Analogous Colors of #f12999

#f12999 #f12935 #e529f1

Monochromatic Colors of #f12999

#f12999

Complementary Color

#f12999 #29f181

#f12999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12999 Color CSS Codes

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

#f12999 Text Font Color

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

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


#f12999 Background Color

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

This div background color is #f12999


#f12999 Border Color

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

This div border color is #f12999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12999


Comments

No comments written yet.

Please login to write comment.