Color Hex Logo

#f65199 Color Hex

#F65199
(246,81,153)
0 Favorites   0 Comments

Color spaces of #f65199

RGB 24681153
HSL0.930.900.64
HSV334°67°96°
CMYK 0.000.670.38   0.04
XYZ46.698227.777633.0373
Yxy27.77760.43430.2584
Hunter Lab52.704565.9251-0.2723
CIE-Lab59.687368.3013-3.8982

#f65199 color RGB value is (246,81,153).

#f65199 hex color red value is 246, green value is 81 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #f65199 hue: 0.93 , saturation: 0.90 and the lightness value of f65199 is 0.64.

The process color (four color CMYK) of #f65199 color hex is 0.00, 0.67, 0.38, 0.04. Web safe color of #f65199 is #ff6699. Color #f65199 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010001 10011001
Octal 366 121 231
Decimal 246 81 153
Hex F6 51 99

RGB Percentages of Color #f65199

%51.25
%16.88
%31.88

CMYK Percentages of Color #f65199

%0
%67
%38
%4

Triadic Colors of #f65199

#f65199 #99f651 #5199f6

Analogous Colors of #f65199

#f65199 #f65c51 #f651ec

Monochromatic Colors of #f65199

#f65199

Complementary Color

#f65199 #51f6ae

#f65199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65199 Color CSS Codes

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

#f65199 Text Font Color

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

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


#f65199 Background Color

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

This div background color is #f65199


#f65199 Border Color

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

This div border color is #f65199


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,81,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f65199; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f65199;
  -webkit-box-shadow: 1px 1px 3px 2px #f65199;
  box-shadow:         1px 1px 3px 2px #f65199; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,81,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65199


Comments

No comments written yet.

Please login to write comment.