Color Hex Logo

#f962aa Color Hex

#F962AA
(249,98,170)
0 Favorites   0 Comments

Color spaces of #f962aa

RGB 24998170
HSL0.920.930.68
HSV331°61°98°
CMYK 0.000.610.32   0.02
XYZ50.690331.777441.4922
Yxy31.77740.40890.2564
Hunter Lab56.371461.8606-4.1804
CIE-Lab63.158564.2760-8.5190

#f962aa color RGB value is (249,98,170).

#f962aa hex color red value is 249, green value is 98 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f962aa hue: 0.92 , saturation: 0.93 and the lightness value of f962aa is 0.68.

The process color (four color CMYK) of #f962aa color hex is 0.00, 0.61, 0.32, 0.02. Web safe color of #f962aa is #ff6699. Color #f962aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100010 10101010
Octal 371 142 252
Decimal 249 98 170
Hex F9 62 AA

RGB Percentages of Color #f962aa

%48.16
%18.96
%32.88

CMYK Percentages of Color #f962aa

%0
%61
%32
%2

Triadic Colors of #f962aa

#f962aa #aaf962 #62aaf9

Analogous Colors of #f962aa

#f962aa #f96662 #f962f6

Monochromatic Colors of #f962aa

#f962aa

Complementary Color

#f962aa #62f9b1

#f962aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f962aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f962aa Color CSS Codes

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

#f962aa Text Font Color

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

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


#f962aa Background Color

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

This div background color is #f962aa


#f962aa Border Color

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

This div border color is #f962aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f962aa

Related Colors


Comments

No comments written yet.

Please login to write comment.