Color Hex Logo

#f65598 Color Hex

#F65598
(246,85,152)
0 Favorites   0 Comments

Color spaces of #f65598

RGB 24685152
HSL0.930.900.65
HSV335°65°96°
CMYK 0.000.650.38   0.04
XYZ46.922028.356832.7061
Yxy28.35680.43450.2626
Hunter Lab53.251164.09510.8607
CIE-Lab60.209766.6787-2.5468

#f65598 color RGB value is (246,85,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010101 10011000
Octal 366 125 230
Decimal 246 85 152
Hex F6 55 98

RGB Percentages of Color #f65598

%50.93
%17.60
%31.47

CMYK Percentages of Color #f65598

%0
%65
%38
%4

Triadic Colors of #f65598

#f65598 #98f655 #5598f6

Analogous Colors of #f65598

#f65598 #f66255 #f655e9

Monochromatic Colors of #f65598

#f65598

Complementary Color

#f65598 #55f6b3

#f65598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65598 Color CSS Codes

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

#f65598 Text Font Color

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

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


#f65598 Background Color

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

This div background color is #f65598


#f65598 Border Color

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

This div border color is #f65598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65598


Comments

No comments written yet.

Please login to write comment.