Color Hex Logo

#f231aa Color Hex

#F231AA
(242,49,170)
0 Favorites   0 Comments

Color spaces of #f231aa

RGB 24249170
HSL0.900.880.57
HSV322°80°95°
CMYK 0.000.800.30   0.05
XYZ44.972023.976240.2878
Yxy23.97620.41170.2195
Hunter Lab48.965578.2524-14.5067
CIE-Lab56.064078.9965-19.3342

#f231aa color RGB value is (242,49,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00110001 10101010
Octal 362 61 252
Decimal 242 49 170
Hex F2 31 AA

RGB Percentages of Color #f231aa

%52.49
%10.63
%36.88

CMYK Percentages of Color #f231aa

%0
%80
%30
%5

Triadic Colors of #f231aa

#f231aa #aaf231 #31aaf2

Analogous Colors of #f231aa

#f231aa #f23149 #da31f2

Monochromatic Colors of #f231aa

#f231aa

Complementary Color

#f231aa #31f279

#f231aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f231aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f231aa Color CSS Codes

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

#f231aa Text Font Color

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

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


#f231aa Background Color

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

This div background color is #f231aa


#f231aa Border Color

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

This div border color is #f231aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f231aa


Comments

No comments written yet.

Please login to write comment.