Color Hex Logo

#f969ec Color Hex

#F969EC
(249,105,236)
0 Favorites   0 Comments

Color spaces of #f969ec

RGB 249105236
HSL0.850.920.69
HSV305°58°98°
CMYK 0.000.580.05   0.02
XYZ59.258836.299083.2400
Yxy36.29900.33140.2030
Hunter Lab60.248770.1322-39.7415
CIE-Lab66.747870.4731-40.2063

#f969ec color RGB value is (249,105,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101001 11101100
Octal 371 151 354
Decimal 249 105 236
Hex F9 69 EC

RGB Percentages of Color #f969ec

%42.20
%17.80
%40.00

CMYK Percentages of Color #f969ec

%0
%58
%5
%2

Triadic Colors of #f969ec

#f969ec #ecf969 #69ecf9

Analogous Colors of #f969ec

#f969ec #f969a4 #be69f9

Monochromatic Colors of #f969ec

#f969ec

Complementary Color

#f969ec #69f976

#f969ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f969ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f969ec Color CSS Codes

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

#f969ec Text Font Color

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

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


#f969ec Background Color

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

This div background color is #f969ec


#f969ec Border Color

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

This div border color is #f969ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f969ec


Comments

No comments written yet.

Please login to write comment.