Color Hex Logo

#f301fb Color Hex

#F301FB
(243,1,251)
0 Favorites   0 Comments

Color spaces of #f301fb

RGB 2431251
HSL0.830.990.49
HSV298°100°98°
CMYK 0.031.000.00   0.02
XYZ54.385626.041493.4268
Yxy26.04140.31280.1498
Hunter Lab51.0308100.9309-72.8262
CIE-Lab58.076395.8046-62.3319

#f301fb color RGB value is (243,1,251).

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

The process color (four color CMYK) of #f301fb color hex is 0.03, 1.00, 0.00, 0.02. Web safe color of #f301fb is #ff00ff. Color #f301fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00000001 11111011
Octal 363 1 373
Decimal 243 1 251
Hex F3 1 FB

RGB Percentages of Color #f301fb

%49.09
%0.20
%50.71

CMYK Percentages of Color #f301fb

%3
%100
%0
%2

Triadic Colors of #f301fb

#f301fb #fbf301 #01fbf3

Analogous Colors of #f301fb

#f301fb #fb0186 #7601fb

Monochromatic Colors of #f301fb

#f301fb

Complementary Color

#f301fb #09fb01

#f301fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f301fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f301fb Color CSS Codes

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

#f301fb Text Font Color

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

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


#f301fb Background Color

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

This div background color is #f301fb


#f301fb Border Color

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

This div border color is #f301fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,1,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f301fb


Comments

No comments written yet.

Please login to write comment.