Color Hex Logo

#f64188 Color Hex

#F64188
(246,65,136)
0 Favorites   0 Comments

Color spaces of #f64188

RGB 24665136
HSL0.930.910.61
HSV336°74°96°
CMYK 0.000.740.45   0.04
XYZ44.340325.151025.8102
Yxy25.15100.46530.2639
Hunter Lab50.150870.05514.5918
CIE-Lab57.222372.17102.4681

#f64188 color RGB value is (246,65,136).

#f64188 hex color red value is 246, green value is 65 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #f64188 hue: 0.93 , saturation: 0.91 and the lightness value of f64188 is 0.61.

The process color (four color CMYK) of #f64188 color hex is 0.00, 0.74, 0.45, 0.04. Web safe color of #f64188 is #ff3399. Color #f64188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000001 10001000
Octal 366 101 210
Decimal 246 65 136
Hex F6 41 88

RGB Percentages of Color #f64188

%55.03
%14.54
%30.43

CMYK Percentages of Color #f64188

%0
%74
%45
%4

Triadic Colors of #f64188

#f64188 #88f641 #4188f6

Analogous Colors of #f64188

#f64188 #f65541 #f641e3

Monochromatic Colors of #f64188

#f64188

Complementary Color

#f64188 #41f6af

#f64188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64188 Color CSS Codes

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

#f64188 Text Font Color

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

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


#f64188 Background Color

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

This div background color is #f64188


#f64188 Border Color

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

This div border color is #f64188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64188


Comments

No comments written yet.

Please login to write comment.