Color Hex Logo

#f256aa Color Hex

#F256AA
(242,86,170)
0 Favorites   0 Comments

Color spaces of #f256aa

RGB 24286170
HSL0.910.860.64
HSV328°64°95°
CMYK 0.000.640.30   0.05
XYZ47.201428.435141.0309
Yxy28.43510.40460.2437
Hunter Lab53.324664.6851-8.2938
CIE-Lab60.279867.1594-12.9429

#f256aa color RGB value is (242,86,170).

#f256aa hex color red value is 242, green value is 86 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f256aa hue: 0.91 , saturation: 0.86 and the lightness value of f256aa is 0.64.

The process color (four color CMYK) of #f256aa color hex is 0.00, 0.64, 0.30, 0.05. Web safe color of #f256aa is #ff6699. Color #f256aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010110 10101010
Octal 362 126 252
Decimal 242 86 170
Hex F2 56 AA

RGB Percentages of Color #f256aa

%48.59
%17.27
%34.14

CMYK Percentages of Color #f256aa

%0
%64
%30
%5

Triadic Colors of #f256aa

#f256aa #aaf256 #56aaf2

Analogous Colors of #f256aa

#f256aa #f2565c #ec56f2

Monochromatic Colors of #f256aa

#f256aa

Complementary Color

#f256aa #56f29e

#f256aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f256aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f256aa Color CSS Codes

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

#f256aa Text Font Color

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

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


#f256aa Background Color

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

This div background color is #f256aa


#f256aa Border Color

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

This div border color is #f256aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f256aa


Comments

No comments written yet.

Please login to write comment.