Color Hex Logo

#f924ca Color Hex

#F924CA
(249,36,202)
0 Favorites   0 Comments

Color spaces of #f924ca

RGB 24936202
HSL0.870.950.56
HSV313°86°98°
CMYK 0.000.860.19   0.02
XYZ50.358525.665858.1769
Yxy25.66580.37520.1912
Hunter Lab50.661488.7752-32.6225
CIE-Lab57.718586.8377-35.1899

#f924ca color RGB value is (249,36,202).

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

The process color (four color CMYK) of #f924ca color hex is 0.00, 0.86, 0.19, 0.02. Web safe color of #f924ca is #ff33cc. Color #f924ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100100 11001010
Octal 371 44 312
Decimal 249 36 202
Hex F9 24 CA

RGB Percentages of Color #f924ca

%51.13
%7.39
%41.48

CMYK Percentages of Color #f924ca

%0
%86
%19
%2

Triadic Colors of #f924ca

#f924ca #caf924 #24caf9

Analogous Colors of #f924ca

#f924ca #f9245f #be24f9

Monochromatic Colors of #f924ca

#f924ca

Complementary Color

#f924ca #24f953

#f924ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f924ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f924ca Color CSS Codes

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

#f924ca Text Font Color

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

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


#f924ca Background Color

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

This div background color is #f924ca


#f924ca Border Color

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

This div border color is #f924ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f924ca


Comments

No comments written yet.

Please login to write comment.