Color Hex Logo

#f969da Color Hex

#F969DA
(249,105,218)
0 Favorites   0 Comments

Color spaces of #f969da

RGB 249105218
HSL0.870.920.69
HSV313°58°98°
CMYK 0.000.580.12   0.02
XYZ56.773435.304870.1519
Yxy35.30480.35000.2176
Hunter Lab59.417866.5745-28.4085
CIE-Lab65.985367.7025-31.3848

#f969da color RGB value is (249,105,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101001 11011010
Octal 371 151 332
Decimal 249 105 218
Hex F9 69 DA

RGB Percentages of Color #f969da

%43.53
%18.36
%38.11

CMYK Percentages of Color #f969da

%0
%58
%12
%2

Triadic Colors of #f969da

#f969da #daf969 #69daf9

Analogous Colors of #f969da

#f969da #f96992 #d069f9

Monochromatic Colors of #f969da

#f969da

Complementary Color

#f969da #69f988

#f969da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f969da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f969da Color CSS Codes

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

#f969da Text Font Color

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

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


#f969da Background Color

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

This div background color is #f969da


#f969da Border Color

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

This div border color is #f969da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f969da


Comments

No comments written yet.

Please login to write comment.