Color Hex Logo

#f963af Color Hex

#F963AF
(249,99,175)
0 Favorites   0 Comments

Color spaces of #f963af

RGB 24999175
HSL0.920.930.68
HSV330°60°98°
CMYK 0.000.600.30   0.02
XYZ51.266632.158644.0626
Yxy32.15860.40210.2522
Hunter Lab56.708662.1305-6.3724
CIE-Lab63.473764.4479-10.9098

#f963af color RGB value is (249,99,175).

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

The process color (four color CMYK) of #f963af color hex is 0.00, 0.60, 0.30, 0.02. Web safe color of #f963af is #ff6699. Color #f963af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100011 10101111
Octal 371 143 257
Decimal 249 99 175
Hex F9 63 AF

RGB Percentages of Color #f963af

%47.61
%18.93
%33.46

CMYK Percentages of Color #f963af

%0
%60
%30
%2

Triadic Colors of #f963af

#f963af #aff963 #63aff9

Analogous Colors of #f963af

#f963af #f96364 #f863f9

Monochromatic Colors of #f963af

#f963af

Complementary Color

#f963af #63f9ad

#f963af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f963af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f963af Color CSS Codes

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

#f963af Text Font Color

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

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


#f963af Background Color

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

This div background color is #f963af


#f963af Border Color

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

This div border color is #f963af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f963af


Comments

No comments written yet.

Please login to write comment.