Color Hex Logo

#f968df Color Hex

#F968DF
(249,104,223)
0 Favorites   0 Comments

Color spaces of #f968df

RGB 249104223
HSL0.860.920.69
HSV311°58°98°
CMYK 0.000.580.10   0.02
XYZ57.336535.368173.6168
Yxy35.36810.34470.2126
Hunter Lab59.471168.0187-31.7629
CIE-Lab66.034368.8790-34.0987

#f968df color RGB value is (249,104,223).

#f968df hex color red value is 249, green value is 104 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f968df hue: 0.86 , saturation: 0.92 and the lightness value of f968df is 0.69.

The process color (four color CMYK) of #f968df color hex is 0.00, 0.58, 0.10, 0.02. Web safe color of #f968df is #ff66cc. Color #f968df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101000 11011111
Octal 371 150 337
Decimal 249 104 223
Hex F9 68 DF

RGB Percentages of Color #f968df

%43.23
%18.06
%38.72

CMYK Percentages of Color #f968df

%0
%58
%10
%2

Triadic Colors of #f968df

#f968df #dff968 #68dff9

Analogous Colors of #f968df

#f968df #f96897 #cb68f9

Monochromatic Colors of #f968df

#f968df

Complementary Color

#f968df #68f982

#f968df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f968df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f968df Color CSS Codes

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

#f968df Text Font Color

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

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


#f968df Background Color

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

This div background color is #f968df


#f968df Border Color

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

This div border color is #f968df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f968df

Related Colors


Comments

No comments written yet.

Please login to write comment.