Color Hex Logo

#f024af Color Hex

#F024AF
(240,36,175)
0 Favorites   0 Comments

Color spaces of #f024af

RGB 24036175
HSL0.890.870.54
HSV319°85°94°
CMYK 0.000.850.27   0.06
XYZ44.303922.882242.6391
Yxy22.88220.40340.2084
Hunter Lab47.835381.6104-19.3647
CIE-Lab54.950881.8556-23.9941

#f024af color RGB value is (240,36,175).

#f024af hex color red value is 240, green value is 36 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f024af hue: 0.89 , saturation: 0.87 and the lightness value of f024af is 0.54.

The process color (four color CMYK) of #f024af color hex is 0.00, 0.85, 0.27, 0.06. Web safe color of #f024af is #ff3399. Color #f024af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100100 10101111
Octal 360 44 257
Decimal 240 36 175
Hex F0 24 AF

RGB Percentages of Color #f024af

%53.22
%7.98
%38.80

CMYK Percentages of Color #f024af

%0
%85
%27
%6

Triadic Colors of #f024af

#f024af #aff024 #24aff0

Analogous Colors of #f024af

#f024af #f02449 #cb24f0

Monochromatic Colors of #f024af

#f024af

Complementary Color

#f024af #24f065

#f024af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f024af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f024af Color CSS Codes

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

#f024af Text Font Color

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

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


#f024af Background Color

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

This div background color is #f024af


#f024af Border Color

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

This div border color is #f024af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,36,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f024af


Comments

No comments written yet.

Please login to write comment.