Color Hex Logo

#f99fea Color Hex

#F99FEA
(249,159,234)
0 Favorites   0 Comments

Color spaces of #f99fea

RGB 249159234
HSL0.860.880.80
HSV310°36°98°
CMYK 0.000.360.06   0.02
XYZ66.316350.876584.1668
Yxy50.87650.32930.2527
Hunter Lab71.327841.1351-20.0328
CIE-Lab76.604144.3139-23.8888

#f99fea color RGB value is (249,159,234).

#f99fea hex color red value is 249, green value is 159 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f99fea hue: 0.86 , saturation: 0.88 and the lightness value of f99fea is 0.80.

The process color (four color CMYK) of #f99fea color hex is 0.00, 0.36, 0.06, 0.02. Web safe color of #f99fea is #ff99ff. Color #f99fea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011111 11101010
Octal 371 237 352
Decimal 249 159 234
Hex F9 9F EA

RGB Percentages of Color #f99fea

%38.79
%24.77
%36.45

CMYK Percentages of Color #f99fea

%0
%36
%6
%2

Triadic Colors of #f99fea

#f99fea #eaf99f #9feaf9

Analogous Colors of #f99fea

#f99fea #f99fbd #db9ff9

Monochromatic Colors of #f99fea

#f99fea

Complementary Color

#f99fea #9ff9ae

#f99fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99fea Color CSS Codes

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

#f99fea Text Font Color

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

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


#f99fea Background Color

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

This div background color is #f99fea


#f99fea Border Color

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

This div border color is #f99fea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,159,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f99fea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f99fea;
  -webkit-box-shadow: 1px 1px 3px 2px #f99fea;
  box-shadow:         1px 1px 3px 2px #f99fea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,159,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99fea


Comments

No comments written yet.

Please login to write comment.