Color Hex Logo

#f992df Color Hex

#F992DF
(249,146,223)
0 Favorites   0 Comments

Color spaces of #f992df

RGB 249146223
HSL0.880.900.77
HSV315°41°98°
CMYK 0.000.410.10   0.02
XYZ62.665146.025275.3930
Yxy46.02520.34040.2500
Hunter Lab67.841946.1560-18.3999
CIE-Lab73.561949.1342-22.5206

#f992df color RGB value is (249,146,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010010 11011111
Octal 371 222 337
Decimal 249 146 223
Hex F9 92 DF

RGB Percentages of Color #f992df

%40.29
%23.62
%36.08

CMYK Percentages of Color #f992df

%0
%41
%10
%2

Triadic Colors of #f992df

#f992df #dff992 #92dff9

Analogous Colors of #f992df

#f992df #f992ac #e092f9

Monochromatic Colors of #f992df

#f992df

Complementary Color

#f992df #92f9ac

#f992df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f992df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f992df Color CSS Codes

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

#f992df Text Font Color

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

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


#f992df Background Color

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

This div background color is #f992df


#f992df Border Color

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

This div border color is #f992df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,146,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 #f992df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f992df


Comments

No comments written yet.

Please login to write comment.