Color Hex Logo

#f259be Color Hex

#F259BE
(242,89,190)
0 Favorites   0 Comments

Color spaces of #f259be

RGB 24289190
HSL0.890.850.65
HSV320°63°95°
CMYK 0.000.630.21   0.05
XYZ49.484629.739751.8474
Yxy29.73970.37750.2269
Hunter Lab54.534166.5373-18.1951
CIE-Lab61.429068.4901-22.6794

#f259be color RGB value is (242,89,190).

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

The process color (four color CMYK) of #f259be color hex is 0.00, 0.63, 0.21, 0.05. Web safe color of #f259be is #ff66cc. Color #f259be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011001 10111110
Octal 362 131 276
Decimal 242 89 190
Hex F2 59 BE

RGB Percentages of Color #f259be

%46.45
%17.08
%36.47

CMYK Percentages of Color #f259be

%0
%63
%21
%5

Triadic Colors of #f259be

#f259be #bef259 #59bef2

Analogous Colors of #f259be

#f259be #f25972 #da59f2

Monochromatic Colors of #f259be

#f259be

Complementary Color

#f259be #59f28d

#f259be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f259be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f259be Color CSS Codes

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

#f259be Text Font Color

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

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


#f259be Background Color

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

This div background color is #f259be


#f259be Border Color

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

This div border color is #f259be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f259be


Comments

No comments written yet.

Please login to write comment.