Color Hex Logo

#f289ff Color Hex

#F289FF
(242,137,255)
0 Favorites   0 Comments

Color spaces of #f289ff

RGB 242137255
HSL0.811.000.77
HSV293°46°100°
CMYK 0.050.460.00   0.00
XYZ63.613643.988699.7456
Yxy43.98860.30680.2121
Hunter Lab66.323955.1388-42.7405
CIE-Lab72.220957.0991-42.1362

#f289ff color RGB value is (242,137,255).

#f289ff hex color red value is 242, green value is 137 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f289ff hue: 0.81 , saturation: 1.00 and the lightness value of f289ff is 0.77.

The process color (four color CMYK) of #f289ff color hex is 0.05, 0.46, 0.00, 0.00. Web safe color of #f289ff is #ff99ff. Color #f289ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001001 11111111
Octal 362 211 377
Decimal 242 137 255
Hex F2 89 FF

RGB Percentages of Color #f289ff

%38.17
%21.61
%40.22

CMYK Percentages of Color #f289ff

%5
%46
%0
%0

Triadic Colors of #f289ff

#f289ff #fff289 #89fff2

Analogous Colors of #f289ff

#f289ff #ff89d1 #b789ff

Monochromatic Colors of #f289ff

#f289ff

Complementary Color

#f289ff #96ff89

#f289ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f289ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f289ff Color CSS Codes

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

#f289ff Text Font Color

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

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


#f289ff Background Color

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

This div background color is #f289ff


#f289ff Border Color

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

This div border color is #f289ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f289ff

#f289ff Color Palettes


Comments

No comments written yet.

Please login to write comment.