Color Hex Logo

#f968f7 Color Hex

#F968F7
(249,104,247)
0 Favorites   0 Comments

Color spaces of #f968f7

RGB 249104247
HSL0.840.920.69
HSV301°58°98°
CMYK 0.000.580.01   0.02
XYZ60.805736.755891.8854
Yxy36.75580.32100.1940
Hunter Lab60.626672.9309-47.4211
CIE-Lab67.093472.6681-45.7342

#f968f7 color RGB value is (249,104,247).

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

The process color (four color CMYK) of #f968f7 color hex is 0.00, 0.58, 0.01, 0.02. Web safe color of #f968f7 is #ff66ff. Color #f968f7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101000 11110111
Octal 371 150 367
Decimal 249 104 247
Hex F9 68 F7

RGB Percentages of Color #f968f7

%41.50
%17.33
%41.17

CMYK Percentages of Color #f968f7

%0
%58
%1
%2

Triadic Colors of #f968f7

#f968f7 #f7f968 #68f7f9

Analogous Colors of #f968f7

#f968f7 #f968af #b368f9

Monochromatic Colors of #f968f7

#f968f7

Complementary Color

#f968f7 #68f96a

#f968f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f968f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f968f7 Color CSS Codes

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

#f968f7 Text Font Color

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

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


#f968f7 Background Color

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

This div background color is #f968f7


#f968f7 Border Color

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

This div border color is #f968f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f968f7

Related Colors


Comments

No comments written yet.

Please login to write comment.