Color Hex Logo

#f99afa Color Hex

#F99AFA
(249,154,250)
0 Favorites   0 Comments

Color spaces of #f99afa

RGB 249154250
HSL0.830.910.79
HSV299°38°98°
CMYK 0.000.380.00   0.02
XYZ67.877850.153196.5454
Yxy50.15310.31630.2337
Hunter Lab70.818947.1540-31.2552
CIE-Lab76.163149.6685-33.2392

#f99afa color RGB value is (249,154,250).

#f99afa hex color red value is 249, green value is 154 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f99afa hue: 0.83 , saturation: 0.91 and the lightness value of f99afa is 0.79.

The process color (four color CMYK) of #f99afa color hex is 0.00, 0.38, 0.00, 0.02. Web safe color of #f99afa is #ff99ff. Color #f99afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011010 11111010
Octal 371 232 372
Decimal 249 154 250
Hex F9 9A FA

RGB Percentages of Color #f99afa

%38.13
%23.58
%38.28

CMYK Percentages of Color #f99afa

%0
%38
%0
%2

Triadic Colors of #f99afa

#f99afa #faf99a #9afaf9

Analogous Colors of #f99afa

#f99afa #fa9acb #c99afa

Monochromatic Colors of #f99afa

#f99afa

Complementary Color

#f99afa #9bfa9a

#f99afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99afa Color CSS Codes

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

#f99afa Text Font Color

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

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


#f99afa Background Color

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

This div background color is #f99afa


#f99afa Border Color

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

This div border color is #f99afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99afa


Comments

No comments written yet.

Please login to write comment.