Color Hex Logo

#f301ca Color Hex

#F301CA
(243,1,202)
0 Favorites   0 Comments

Color spaces of #f301ca

RGB 2431202
HSL0.860.990.48
HSV310°100°95°
CMYK 0.001.000.17   0.05
XYZ47.633723.340757.8717
Yxy23.34070.36970.1812
Hunter Lab48.312291.4467-37.2031
CIE-Lab55.421689.3053-38.8657

#f301ca color RGB value is (243,1,202).

#f301ca hex color red value is 243, green value is 1 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f301ca hue: 0.86 , saturation: 0.99 and the lightness value of f301ca is 0.48.

The process color (four color CMYK) of #f301ca color hex is 0.00, 1.00, 0.17, 0.05. Web safe color of #f301ca is #ff00cc. Color #f301ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000001 11001010
Octal 363 1 312
Decimal 243 1 202
Hex F3 1 CA

RGB Percentages of Color #f301ca

%54.48
%0.22
%45.29

CMYK Percentages of Color #f301ca

%0
%100
%17
%5

Triadic Colors of #f301ca

#f301ca #caf301 #01caf3

Analogous Colors of #f301ca

#f301ca #f30151 #a301f3

Monochromatic Colors of #f301ca

#f301ca

Complementary Color

#f301ca #01f32a

#f301ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f301ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f301ca Color CSS Codes

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

#f301ca Text Font Color

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

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


#f301ca Background Color

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

This div background color is #f301ca


#f301ca Border Color

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

This div border color is #f301ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,1,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 #f301ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f301ca


Comments

No comments written yet.

Please login to write comment.