Color Hex Logo

#f643ca Color Hex

#F643CA
(246,67,202)
0 Favorites   0 Comments

Color spaces of #f643ca

RGB 24667202
HSL0.870.910.61
HSV315°73°96°
CMYK 0.000.730.18   0.04
XYZ50.673927.871458.5860
Yxy27.87140.36950.2032
Hunter Lab52.793478.9454-28.8401
CIE-Lab59.772478.8275-32.0281

#f643ca color RGB value is (246,67,202).

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

The process color (four color CMYK) of #f643ca color hex is 0.00, 0.73, 0.18, 0.04. Web safe color of #f643ca is #ff33cc. Color #f643ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000011 11001010
Octal 366 103 312
Decimal 246 67 202
Hex F6 43 CA

RGB Percentages of Color #f643ca

%47.77
%13.01
%39.22

CMYK Percentages of Color #f643ca

%0
%73
%18
%4

Triadic Colors of #f643ca

#f643ca #caf643 #43caf6

Analogous Colors of #f643ca

#f643ca #f64371 #c943f6

Monochromatic Colors of #f643ca

#f643ca

Complementary Color

#f643ca #43f66f

#f643ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f643ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f643ca Color CSS Codes

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

#f643ca Text Font Color

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

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


#f643ca Background Color

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

This div background color is #f643ca


#f643ca Border Color

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

This div border color is #f643ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f643ca


Comments

No comments written yet.

Please login to write comment.