Color Hex Logo

#f915ca Color Hex

#F915CA
(249,21,202)
0 Favorites   0 Comments

Color spaces of #f915ca

RGB 24921202
HSL0.870.950.53
HSV312°92°98°
CMYK 0.000.920.19   0.02
XYZ49.995824.940358.0560
Yxy24.94030.37590.1875
Hunter Lab49.940391.3030-33.9670
CIE-Lab57.017288.8867-36.2864

#f915ca color RGB value is (249,21,202).

#f915ca hex color red value is 249, green value is 21 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f915ca hue: 0.87 , saturation: 0.95 and the lightness value of f915ca is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010101 11001010
Octal 371 25 312
Decimal 249 21 202
Hex F9 15 CA

RGB Percentages of Color #f915ca

%52.75
%4.45
%42.80

CMYK Percentages of Color #f915ca

%0
%92
%19
%2

Triadic Colors of #f915ca

#f915ca #caf915 #15caf9

Analogous Colors of #f915ca

#f915ca #f91558 #b615f9

Monochromatic Colors of #f915ca

#f915ca

Complementary Color

#f915ca #15f944

#f915ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f915ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f915ca Color CSS Codes

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

#f915ca Text Font Color

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

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


#f915ca Background Color

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

This div background color is #f915ca


#f915ca Border Color

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

This div border color is #f915ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f915ca


Comments

No comments written yet.

Please login to write comment.