Color Hex Logo

#f259ab Color Hex

#F259AB
(242,89,171)
0 Favorites   0 Comments

Color spaces of #f259ab

RGB 24289171
HSL0.910.850.65
HSV328°63°95°
CMYK 0.000.630.29   0.05
XYZ47.541028.962341.6127
Yxy28.96230.40250.2452
Hunter Lab53.816663.5058-8.1732
CIE-Lab60.748366.0871-12.8147

#f259ab color RGB value is (242,89,171).

#f259ab hex color red value is 242, green value is 89 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f259ab hue: 0.91 , saturation: 0.85 and the lightness value of f259ab is 0.65.

The process color (four color CMYK) of #f259ab color hex is 0.00, 0.63, 0.29, 0.05. Web safe color of #f259ab is #ff6699. Color #f259ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011001 10101011
Octal 362 131 253
Decimal 242 89 171
Hex F2 59 AB

RGB Percentages of Color #f259ab

%48.21
%17.73
%34.06

CMYK Percentages of Color #f259ab

%0
%63
%29
%5

Triadic Colors of #f259ab

#f259ab #abf259 #59abf2

Analogous Colors of #f259ab

#f259ab #f2595e #ed59f2

Monochromatic Colors of #f259ab

#f259ab

Complementary Color

#f259ab #59f2a0

#f259ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f259ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f259ab Color CSS Codes

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

#f259ab Text Font Color

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

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


#f259ab Background Color

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

This div background color is #f259ab


#f259ab Border Color

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

This div border color is #f259ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f259ab


Comments

No comments written yet.

Please login to write comment.