Color Hex Logo

#f236aa Color Hex

#F236AA
(242,54,170)
0 Favorites   0 Comments

Color spaces of #f236aa

RGB 24254170
HSL0.900.880.58
HSV323°78°95°
CMYK 0.000.780.30   0.05
XYZ45.192824.417940.3614
Yxy24.41790.41090.2220
Hunter Lab49.414576.7747-13.8375
CIE-Lab56.503877.7373-18.6632

#f236aa color RGB value is (242,54,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00110110 10101010
Octal 362 66 252
Decimal 242 54 170
Hex F2 36 AA

RGB Percentages of Color #f236aa

%51.93
%11.59
%36.48

CMYK Percentages of Color #f236aa

%0
%78
%30
%5

Triadic Colors of #f236aa

#f236aa #aaf236 #36aaf2

Analogous Colors of #f236aa

#f236aa #f2364c #dc36f2

Monochromatic Colors of #f236aa

#f236aa

Complementary Color

#f236aa #36f27e

#f236aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f236aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f236aa Color CSS Codes

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

#f236aa Text Font Color

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

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


#f236aa Background Color

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

This div background color is #f236aa


#f236aa Border Color

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

This div border color is #f236aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f236aa


Comments

No comments written yet.

Please login to write comment.