Color Hex Logo

#f000fa Color Hex

#F000FA
(240,0,250)
0 Favorites   0 Comments

Color spaces of #f000fa

RGB 2400250
HSL0.831.000.49
HSV298°100°98°
CMYK 0.041.000.00   0.02
XYZ53.190525.427492.5470
Yxy25.42740.31080.1486
Hunter Lab50.4256100.0426-73.5181
CIE-Lab57.489595.2710-62.7452

#f000fa color RGB value is (240,0,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000000 11111010
Octal 360 0 372
Decimal 240 0 250
Hex F0 0 FA

RGB Percentages of Color #f000fa

%48.98
%0.00
%51.02

CMYK Percentages of Color #f000fa

%4
%100
%0
%2

Triadic Colors of #f000fa

#f000fa #faf000 #00faf0

Analogous Colors of #f000fa

#f000fa #fa0087 #7300fa

Monochromatic Colors of #f000fa

#f000fa

Complementary Color

#f000fa #0afa00

#f000fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f000fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f000fa Color CSS Codes

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

#f000fa Text Font Color

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

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


#f000fa Background Color

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

This div background color is #f000fa


#f000fa Border Color

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

This div border color is #f000fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,0,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f000fa

Related Colors


Comments

No comments written yet.

Please login to write comment.