Color Hex Logo

#f99fdf Color Hex

#F99FDF
(249,159,223)
0 Favorites   0 Comments

Color spaces of #f99fdf

RGB 249159223
HSL0.880.880.80
HSV317°36°98°
CMYK 0.000.360.10   0.02
XYZ64.784350.263776.0994
Yxy50.26370.33890.2630
Hunter Lab70.896939.0405-14.0129
CIE-Lab76.230842.4814-18.4699

#f99fdf color RGB value is (249,159,223).

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

The process color (four color CMYK) of #f99fdf color hex is 0.00, 0.36, 0.10, 0.02. Web safe color of #f99fdf is #ff99cc. Color #f99fdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011111 11011111
Octal 371 237 337
Decimal 249 159 223
Hex F9 9F DF

RGB Percentages of Color #f99fdf

%39.46
%25.20
%35.34

CMYK Percentages of Color #f99fdf

%0
%36
%10
%2

Triadic Colors of #f99fdf

#f99fdf #dff99f #9fdff9

Analogous Colors of #f99fdf

#f99fdf #f99fb2 #e69ff9

Monochromatic Colors of #f99fdf

#f99fdf

Complementary Color

#f99fdf #9ff9b9

#f99fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99fdf Color CSS Codes

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

#f99fdf Text Font Color

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

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


#f99fdf Background Color

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

This div background color is #f99fdf


#f99fdf Border Color

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

This div border color is #f99fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99fdf


Comments

No comments written yet.

Please login to write comment.