Color Hex Logo

#f62069 Color Hex

#F62069
(246,32,105)
0 Favorites   0 Comments

Color spaces of #f62069

RGB 24632105
HSL0.940.920.55
HSV340°87°96°
CMYK 0.000.870.57   0.04
XYZ41.072421.645815.3779
Yxy21.64580.52590.2772
Hunter Lab46.525076.161312.9704
CIE-Lab53.649277.801515.9308

#f62069 color RGB value is (246,32,105).

#f62069 hex color red value is 246, green value is 32 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #f62069 hue: 0.94 , saturation: 0.92 and the lightness value of f62069 is 0.55.

The process color (four color CMYK) of #f62069 color hex is 0.00, 0.87, 0.57, 0.04. Web safe color of #f62069 is #ff3366. Color #f62069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100000 01101001
Octal 366 40 151
Decimal 246 32 105
Hex F6 20 69

RGB Percentages of Color #f62069

%64.23
%8.36
%27.42

CMYK Percentages of Color #f62069

%0
%87
%57
%4

Triadic Colors of #f62069

#f62069 #69f620 #2069f6

Analogous Colors of #f62069

#f62069 #f64220 #f620d4

Monochromatic Colors of #f62069

#f62069

Complementary Color

#f62069 #20f6ad

#f62069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f62069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f62069 Color CSS Codes

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

#f62069 Text Font Color

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

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


#f62069 Background Color

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

This div background color is #f62069


#f62069 Border Color

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

This div border color is #f62069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f62069


Comments

No comments written yet.

Please login to write comment.