color codes Logo

#f96ae6 color codes

#F96AE6
(249,106,230)
0 Favorites   0 Comments

Color spaces of #f96ae6

RGB 249106230
HSL0.860.920.70
HSV308°57°98°
CMYK 0.000.570.08   0.02
XYZ58.503936.161078.7592
Yxy36.16100.33730.2085
Hunter Lab60.134068.4267-35.5600
CIE-Lab66.642869.1042-37.0453

#f96ae6 color RGB value is (249,106,230).

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

The process color (four color CMYK) of #f96ae6 color code is 0.00, 0.57, 0.08, 0.02. Web safe color of #f96ae6 is #ff66ff. Color #f96ae6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101010 11100110
Octal 371 152 346
Decimal 249 106 230
Hex F9 6A E6

RGB Percentages of Color #f96ae6

%42.56
%18.12
%39.32

CMYK Percentages of Color #f96ae6

%0
%57
%8
%2

Triadic Colors of #f96ae6

#f96ae6 #e6f96a #6ae6f9

Analogous Colors of #f96ae6

#f96ae6 #f96a9f #c56af9

Monochromatic Colors of #f96ae6

#f96ae6

Complementary Color

#f96ae6 #6af97d

#f96ae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96ae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96ae6 Color CSS Codes

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

#f96ae6 Text Font Color

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

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


#f96ae6 Background Color

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

This div background color is #f96ae6


#f96ae6 Border Color

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

This div border color is #f96ae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96ae6

Related Colors


Comments

No comments written yet.

Please login to write comment.