Color Hex Logo

#f240aa Color Hex

#F240AA
(242,64,170)
0 Favorites   0 Comments

Color spaces of #f240aa

RGB 24264170
HSL0.900.870.60
HSV324°74°95°
CMYK 0.000.740.30   0.05
XYZ45.707025.446340.5328
Yxy25.44630.40920.2278
Hunter Lab50.444373.4591-12.3294
CIE-Lab57.507774.8846-17.1354

#f240aa color RGB value is (242,64,170).

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

The process color (four color CMYK) of #f240aa color hex is 0.00, 0.74, 0.30, 0.05. Web safe color of #f240aa is #ff3399. Color #f240aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000000 10101010
Octal 362 100 252
Decimal 242 64 170
Hex F2 40 AA

RGB Percentages of Color #f240aa

%50.84
%13.45
%35.71

CMYK Percentages of Color #f240aa

%0
%74
%30
%5

Triadic Colors of #f240aa

#f240aa #aaf240 #40aaf2

Analogous Colors of #f240aa

#f240aa #f24051 #e140f2

Monochromatic Colors of #f240aa

#f240aa

Complementary Color

#f240aa #40f288

#f240aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f240aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f240aa Color CSS Codes

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

#f240aa Text Font Color

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

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


#f240aa Background Color

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

This div background color is #f240aa


#f240aa Border Color

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

This div border color is #f240aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f240aa


Comments

No comments written yet.

Please login to write comment.