Color Hex Logo

#f241ac Color Hex

#F241AC
(242,65,172)
0 Favorites   0 Comments

Color spaces of #f241ac

RGB 24265172
HSL0.900.870.60
HSV324°73°95°
CMYK 0.000.730.29   0.05
XYZ45.954625.636441.5560
Yxy25.63640.40610.2266
Hunter Lab50.632473.4021-13.2190
CIE-Lab57.690374.8036-18.0212

#f241ac color RGB value is (242,65,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000001 10101100
Octal 362 101 254
Decimal 242 65 172
Hex F2 41 AC

RGB Percentages of Color #f241ac

%50.52
%13.57
%35.91

CMYK Percentages of Color #f241ac

%0
%73
%29
%5

Triadic Colors of #f241ac

#f241ac #acf241 #41acf2

Analogous Colors of #f241ac

#f241ac #f24153 #e041f2

Monochromatic Colors of #f241ac

#f241ac

Complementary Color

#f241ac #41f287

#f241ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f241ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f241ac Color CSS Codes

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

#f241ac Text Font Color

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

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


#f241ac Background Color

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

This div background color is #f241ac


#f241ac Border Color

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

This div border color is #f241ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f241ac


Comments

No comments written yet.

Please login to write comment.