Color Hex Logo

#f962b6 Color Hex

#F962B6
(249,98,182)
0 Favorites   0 Comments

Color spaces of #f962b6

RGB 24998182
HSL0.910.930.68
HSV327°61°98°
CMYK 0.000.610.27   0.02
XYZ51.878132.252547.7470
Yxy32.25250.39340.2446
Hunter Lab56.791363.6727-10.0939
CIE-Lab63.551065.7266-14.7900

#f962b6 color RGB value is (249,98,182).

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

The process color (four color CMYK) of #f962b6 color hex is 0.00, 0.61, 0.27, 0.02. Web safe color of #f962b6 is #ff66cc. Color #f962b6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100010 10110110
Octal 371 142 266
Decimal 249 98 182
Hex F9 62 B6

RGB Percentages of Color #f962b6

%47.07
%18.53
%34.40

CMYK Percentages of Color #f962b6

%0
%61
%27
%2

Triadic Colors of #f962b6

#f962b6 #b6f962 #62b6f9

Analogous Colors of #f962b6

#f962b6 #f9626b #f162f9

Monochromatic Colors of #f962b6

#f962b6

Complementary Color

#f962b6 #62f9a5

#f962b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f962b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f962b6 Color CSS Codes

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

#f962b6 Text Font Color

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

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


#f962b6 Background Color

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

This div background color is #f962b6


#f962b6 Border Color

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

This div border color is #f962b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f962b6


Comments

No comments written yet.

Please login to write comment.