Color Hex Logo

#f241ab Color Hex

#F241AB
(242,65,171)
0 Favorites   0 Comments

Color spaces of #f241ab

RGB 24265171
HSL0.900.870.60
HSV324°73°95°
CMYK 0.000.730.29   0.05
XYZ45.858925.598141.0520
Yxy25.59810.40760.2275
Hunter Lab50.594673.2519-12.6912
CIE-Lab57.653674.6893-17.4956

#f241ab color RGB value is (242,65,171).

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

The process color (four color CMYK) of #f241ab color hex is 0.00, 0.73, 0.29, 0.05. Web safe color of #f241ab is #ff3399. Color #f241ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000001 10101011
Octal 362 101 253
Decimal 242 65 171
Hex F2 41 AB

RGB Percentages of Color #f241ab

%50.63
%13.60
%35.77

CMYK Percentages of Color #f241ab

%0
%73
%29
%5

Triadic Colors of #f241ab

#f241ab #abf241 #41abf2

Analogous Colors of #f241ab

#f241ab #f24152 #e141f2

Monochromatic Colors of #f241ab

#f241ab

Complementary Color

#f241ab #41f288

#f241ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f241ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f241ab Color CSS Codes

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

#f241ab Text Font Color

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

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


#f241ab Background Color

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

This div background color is #f241ab


#f241ab Border Color

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

This div border color is #f241ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,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 #f241ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f241ab


Comments

No comments written yet.

Please login to write comment.