Color Hex Logo

#f2559a Color Hex

#F2559A
(242,85,154)
0 Favorites   0 Comments

Color spaces of #f2559a

RGB 24285154
HSL0.930.860.64
HSV334°65°95°
CMYK 0.000.650.36   0.05
XYZ45.699227.707333.5113
Yxy27.70730.42740.2591
Hunter Lab52.637762.8547-0.9000
CIE-Lab59.623465.7430-4.6480

#f2559a color RGB value is (242,85,154).

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

The process color (four color CMYK) of #f2559a color hex is 0.00, 0.65, 0.36, 0.05. Web safe color of #f2559a is #ff6699. Color #f2559a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010101 10011010
Octal 362 125 232
Decimal 242 85 154
Hex F2 55 9A

RGB Percentages of Color #f2559a

%50.31
%17.67
%32.02

CMYK Percentages of Color #f2559a

%0
%65
%36
%5

Triadic Colors of #f2559a

#f2559a #9af255 #559af2

Analogous Colors of #f2559a

#f2559a #f25e55 #f255e9

Monochromatic Colors of #f2559a

#f2559a

Complementary Color

#f2559a #55f2ad

#f2559a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2559a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2559a Color CSS Codes

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

#f2559a Text Font Color

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

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


#f2559a Background Color

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

This div background color is #f2559a


#f2559a Border Color

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

This div border color is #f2559a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2559a


Comments

No comments written yet.

Please login to write comment.