Color Hex Logo

#f000fb Color Hex

#F000FB
(240,0,251)
0 Favorites   0 Comments

Color spaces of #f000fb

RGB 2400251
HSL0.831.000.49
HSV297°100°98°
CMYK 0.041.000.00   0.02
XYZ53.347825.490393.3752
Yxy25.49030.30980.1480
Hunter Lab50.4879100.2572-74.3127
CIE-Lab57.550095.4158-63.2042

#f000fb color RGB value is (240,0,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000000 11111011
Octal 360 0 373
Decimal 240 0 251
Hex F0 0 FB

RGB Percentages of Color #f000fb

%48.88
%0.00
%51.12

CMYK Percentages of Color #f000fb

%4
%100
%0
%2

Triadic Colors of #f000fb

#f000fb #fbf000 #00fbf0

Analogous Colors of #f000fb

#f000fb #fb0089 #7300fb

Monochromatic Colors of #f000fb

#f000fb

Complementary Color

#f000fb #0bfb00

#f000fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f000fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f000fb Color CSS Codes

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

#f000fb Text Font Color

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

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


#f000fb Background Color

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

This div background color is #f000fb


#f000fb Border Color

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

This div border color is #f000fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f000fb

Related Colors


Comments

No comments written yet.

Please login to write comment.