Color Hex Logo

#f941ab Color Hex

#F941AB
(249,65,171)
0 Favorites   0 Comments

Color spaces of #f941ab

RGB 24965171
HSL0.900.940.62
HSV325°74°98°
CMYK 0.000.740.31   0.02
XYZ48.307926.860641.1666
Yxy26.86060.41520.2309
Hunter Lab51.827275.6814-10.8153
CIE-Lab58.845176.4137-15.5756

#f941ab color RGB value is (249,65,171).

#f941ab hex color red value is 249, green value is 65 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f941ab hue: 0.90 , saturation: 0.94 and the lightness value of f941ab is 0.62.

The process color (four color CMYK) of #f941ab color hex is 0.00, 0.74, 0.31, 0.02. Web safe color of #f941ab is #ff3399. Color #f941ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000001 10101011
Octal 371 101 253
Decimal 249 65 171
Hex F9 41 AB

RGB Percentages of Color #f941ab

%51.34
%13.40
%35.26

CMYK Percentages of Color #f941ab

%0
%74
%31
%2

Triadic Colors of #f941ab

#f941ab #abf941 #41abf9

Analogous Colors of #f941ab

#f941ab #f9414f #eb41f9

Monochromatic Colors of #f941ab

#f941ab

Complementary Color

#f941ab #41f98f

#f941ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f941ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f941ab Color CSS Codes

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

#f941ab Text Font Color

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

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


#f941ab Background Color

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

This div background color is #f941ab


#f941ab Border Color

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

This div border color is #f941ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,65,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f941ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f941ab;
  -webkit-box-shadow: 1px 1px 3px 2px #f941ab;
  box-shadow:         1px 1px 3px 2px #f941ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,65,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f941ab


Comments

No comments written yet.

Please login to write comment.