Color Hex Logo

#f902fa Color Hex

#F902FA
(249,2,250)
0 Favorites   0 Comments

Color spaces of #f902fa

RGB 2492250
HSL0.830.980.49
HSV300°99°98°
CMYK 0.000.990.00   0.02
XYZ56.343927.085392.7008
Yxy27.08530.31990.1538
Hunter Lab52.0435102.1733-69.1778
CIE-Lab59.053296.5176-60.1540

#f902fa color RGB value is (249,2,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000010 11111010
Octal 371 2 372
Decimal 249 2 250
Hex F9 2 FA

RGB Percentages of Color #f902fa

%49.70
%0.40
%49.90

CMYK Percentages of Color #f902fa

%0
%99
%0
%2

Triadic Colors of #f902fa

#f902fa #faf902 #02faf9

Analogous Colors of #f902fa

#f902fa #fa027f #7d02fa

Monochromatic Colors of #f902fa

#f902fa

Complementary Color

#f902fa #03fa02

#f902fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f902fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f902fa Color CSS Codes

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

#f902fa Text Font Color

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

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


#f902fa Background Color

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

This div background color is #f902fa


#f902fa Border Color

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

This div border color is #f902fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f902fa

Related Colors


Comments

No comments written yet.

Please login to write comment.