Color Hex Logo

#f20964 Color Hex

#F20964
(242,9,100)
0 Favorites   0 Comments

Color spaces of #f20964

RGB 2429100
HSL0.930.930.49
HSV337°96°95°
CMYK 0.000.960.59   0.05
XYZ39.015919.992713.8592
Yxy19.99270.53540.2744
Hunter Lab44.713277.507712.9218
CIE-Lab51.829079.229816.3408

#f20964 color RGB value is (242,9,100).

#f20964 hex color red value is 242, green value is 9 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f20964 hue: 0.93 , saturation: 0.93 and the lightness value of f20964 is 0.49.

The process color (four color CMYK) of #f20964 color hex is 0.00, 0.96, 0.59, 0.05. Web safe color of #f20964 is #ff0066. Color #f20964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001001 01100100
Octal 362 11 144
Decimal 242 9 100
Hex F2 9 64

RGB Percentages of Color #f20964

%68.95
%2.56
%28.49

CMYK Percentages of Color #f20964

%0
%96
%59
%5

Triadic Colors of #f20964

#f20964 #64f209 #0964f2

Analogous Colors of #f20964

#f20964 #f22309 #f209d9

Monochromatic Colors of #f20964

#f20964

Complementary Color

#f20964 #09f297

#f20964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20964 Color CSS Codes

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

#f20964 Text Font Color

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

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


#f20964 Background Color

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

This div background color is #f20964


#f20964 Border Color

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

This div border color is #f20964


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,9,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f20964; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f20964;
  -webkit-box-shadow: 1px 1px 3px 2px #f20964;
  box-shadow:         1px 1px 3px 2px #f20964; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,9,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20964


Comments

No comments written yet.

Please login to write comment.