Color Hex Logo

#f245ac Color Hex

#F245AC
(242,69,172)
0 Favorites   0 Comments

Color spaces of #f245ac

RGB 24269172
HSL0.900.870.61
HSV324°71°95°
CMYK 0.000.710.29   0.05
XYZ46.192526.112041.6352
Yxy26.11200.40540.2292
Hunter Lab51.099971.9328-12.5384
CIE-Lab58.143273.5274-17.3324

#f245ac color RGB value is (242,69,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000101 10101100
Octal 362 105 254
Decimal 242 69 172
Hex F2 45 AC

RGB Percentages of Color #f245ac

%50.10
%14.29
%35.61

CMYK Percentages of Color #f245ac

%0
%71
%29
%5

Triadic Colors of #f245ac

#f245ac #acf245 #45acf2

Analogous Colors of #f245ac

#f245ac #f24556 #e245f2

Monochromatic Colors of #f245ac

#f245ac

Complementary Color

#f245ac #45f28b

#f245ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f245ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f245ac Color CSS Codes

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

#f245ac Text Font Color

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

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


#f245ac Background Color

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

This div background color is #f245ac


#f245ac Border Color

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

This div border color is #f245ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f245ac

#f245ac Color Palettes


Comments

No comments written yet.

Please login to write comment.