Color Hex Logo

#f900ca Color Hex

#F900CA
(249,0,202)
0 Favorites   0 Comments

Color spaces of #f900ca

RGB 2490202
HSL0.861.000.49
HSV311°100°98°
CMYK 0.001.000.19   0.02
XYZ49.727624.404057.9666
Yxy24.40400.37640.1847
Hunter Lab49.400493.2316-34.9908
CIE-Lab56.490090.4359-37.1120

#f900ca color RGB value is (249,0,202).

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

The process color (four color CMYK) of #f900ca color hex is 0.00, 1.00, 0.19, 0.02. Web safe color of #f900ca is #ff00cc. Color #f900ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000000 11001010
Octal 371 0 312
Decimal 249 0 202
Hex F9 0 CA

RGB Percentages of Color #f900ca

%55.21
%0.00
%44.79

CMYK Percentages of Color #f900ca

%0
%100
%19
%2

Triadic Colors of #f900ca

#f900ca #caf900 #00caf9

Analogous Colors of #f900ca

#f900ca #f9004e #ac00f9

Monochromatic Colors of #f900ca

#f900ca

Complementary Color

#f900ca #00f92f

#f900ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f900ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f900ca Color CSS Codes

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

#f900ca Text Font Color

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

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


#f900ca Background Color

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

This div background color is #f900ca


#f900ca Border Color

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

This div border color is #f900ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f900ca


Comments

No comments written yet.

Please login to write comment.