Color Hex Logo

#f64fcb Color Hex

#F64FCB
(246,79,203)
0 Favorites   0 Comments

Color spaces of #f64fcb

RGB 24679203
HSL0.880.900.64
HSV315°68°96°
CMYK 0.000.680.17   0.04
XYZ51.581529.496659.4747
Yxy29.49660.36700.2099
Hunter Lab54.310874.4860-26.9098
CIE-Lab61.217475.0051-30.3551

#f64fcb color RGB value is (246,79,203).

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

The process color (four color CMYK) of #f64fcb color hex is 0.00, 0.68, 0.17, 0.04. Web safe color of #f64fcb is #ff66cc. Color #f64fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001111 11001011
Octal 366 117 313
Decimal 246 79 203
Hex F6 4F CB

RGB Percentages of Color #f64fcb

%46.59
%14.96
%38.45

CMYK Percentages of Color #f64fcb

%0
%68
%17
%4

Triadic Colors of #f64fcb

#f64fcb #cbf64f #4fcbf6

Analogous Colors of #f64fcb

#f64fcb #f64f78 #ce4ff6

Monochromatic Colors of #f64fcb

#f64fcb

Complementary Color

#f64fcb #4ff67a

#f64fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64fcb Color CSS Codes

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

#f64fcb Text Font Color

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

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


#f64fcb Background Color

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

This div background color is #f64fcb


#f64fcb Border Color

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

This div border color is #f64fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64fcb

Related Colors


Comments

No comments written yet.

Please login to write comment.