Color Hex Logo

#f200fa Color Hex

#F200FA
(242,0,250)
0 Favorites   0 Comments

Color spaces of #f200fa

RGB 2420250
HSL0.831.000.49
HSV298°100°98°
CMYK 0.031.000.00   0.02
XYZ53.873325.779492.5790
Yxy25.77940.31280.1497
Hunter Lab50.7734100.5445-72.5665
CIE-Lab57.827195.5716-62.1850

#f200fa color RGB value is (242,0,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00000000 11111010
Octal 362 0 372
Decimal 242 0 250
Hex F2 0 FA

RGB Percentages of Color #f200fa

%49.19
%0.00
%50.81

CMYK Percentages of Color #f200fa

%3
%100
%0
%2

Triadic Colors of #f200fa

#f200fa #faf200 #00faf2

Analogous Colors of #f200fa

#f200fa #fa0085 #7500fa

Monochromatic Colors of #f200fa

#f200fa

Complementary Color

#f200fa #08fa00

#f200fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f200fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f200fa Color CSS Codes

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

#f200fa Text Font Color

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

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


#f200fa Background Color

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

This div background color is #f200fa


#f200fa Border Color

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

This div border color is #f200fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f200fa


Comments

No comments written yet.

Please login to write comment.